Add transformer to for jakarta artifact#467
Merged
ligangty merged 1 commit intoCommonjava:masterfrom Mar 9, 2026
Merged
Conversation
Member
|
@rnc Hi Nick, one question for me is: will this change break the build of the project which uses galley but does not depend on quarkus with jarkata(means still use javax)? |
Contributor
Author
|
@ligangty This means the build produces two artifacts - one with javax and one with jakarta. As an example, here is pnc-api in central : https://repo1.maven.org/maven2/org/jboss/pnc/pnc-api/3.4.3/ ; a project simply picks whether they need the javax or the jakarta one. |
ligangty
approved these changes
Mar 9, 2026
Member
|
@rnc ok and thanks for clarification! |
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.
This provides jakarta classifier artifact for those projects that are using e.g. Quarkus. I originally wanted to use 1.0.0 of the transformer plugin but that breaks the PathMappedCacheProviderCassandraTest as it requires JDK17 to run.