refactor: relocate all packages from io.streamthoughts.jikkou to io.jikkou#754
Merged
fhussonnois merged 1 commit intomainfrom Apr 9, 2026
Merged
Conversation
…ikkou Relocate all Java packages from io.streamthoughts.jikkou to io.jikkou to simplify the namespace and align with project identity. Changes: - Rename all Java packages across 18 modules (~1,122 files) - Update Maven groupId from io.streamthoughts to io.jikkou - Rename META-INF/services files to use new SPI interface name - Rename native-image metadata directories - Update all config files (reference.conf, application.yml, etc.) - Update documentation references - Add DeprecatedClassNameResolver for backward compatibility: old io.streamthoughts.jikkou FQCNs in user configs resolve with a deprecation warning, planned for removal in next major version Closes #746
|
Contributor
Security Scan ResultsVulnerabilities detected: Scanned by Trivy |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.




Summary
Relocate all Java packages from
io.streamthoughts.jikkoutoio.jikkouto simplify the namespace and better reflect the project identity.groupIdfromio.streamthoughtstoio.jikkouMETA-INF/servicesfiles and native-image metadata directoriesreference.conf,application.yml, etc.)Backward Compatibility
Added
DeprecatedClassNameResolverto ensure existing user configurations referencing oldio.streamthoughts.jikkou.*FQCNs continue to work:ExtensionConfigEntry.of()rewrites old prefixes with a deprecation warningDefaultExtensionRegistryregisters old-prefix FQCNs as aliasesCloses #746
Test plan
./mvnw test— BUILD SUCCESS)./mvnw clean compile)./mvnw spotless:apply)io.streamthoughts.jikkoureferences except in backward compat classes