-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merge jakarta
into main
and upgrade dependencies
#778
Merged
Merged
Conversation
This file contains 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
Since there's no release of SmallRye Context Propagation implementing MicroProfile Context Propagation 1.3 (which is the one that bumps to Jakarta EE 9), this commit temporarily disables building of context propagation integration modules (and related tests).
Bring the 'jakarta' branch up to date with tag '5.4.0'
release 6.0.0-RC2
Bring the 'jakarta' branch up to date with tag '5.4.1'
release 6.0.0-RC3
Bring the 'jakarta' branch up to date with tag '5.5.0'
release 6.0.0-RC4
require Java 11 at minimum + upgrade dependencies for final Jakarta release
release 6.0.0
remove unused import
release 6.0.0, second attempt
update micro versions of MicroProfile dependencies on the `jakarta` branch
Bring the 'jakarta' branch up to date with tag '5.6.0'
release 6.1.0
# Conflicts: # README.adoc # api/pom.xml # implementation/autoconfig/core/pom.xml # implementation/autoconfig/pom.xml # implementation/autoconfig/processor/pom.xml # implementation/context-propagation/pom.xml # implementation/core/pom.xml # implementation/fault-tolerance/pom.xml # implementation/kotlin/pom.xml # implementation/mutiny/pom.xml # implementation/pom.xml # implementation/rxjava3/pom.xml # implementation/standalone/pom.xml # implementation/tracing-propagation/pom.xml # implementation/vertx/pom.xml # pom.xml # release/pom.xml # testsuite/basic/pom.xml # testsuite/integration/pom.xml # testsuite/pom.xml # testsuite/tck/pom.xml
This commit mainly upgrades to Jakarta EE 10 dependencies: - Jakarta Annotations 2.1 - Jakarta CDI 4.0 - Jakarta Interceptors 2.1 - Weld 5 + Weld JUnit Some other dependencies are also upgraded, notably: - Arquillian + Arquillian Weld - Mutiny - Vert.x Dependency versions that were historically managed in the `core` module are moved to the parent POM. Finally, this commit also upgrades the impsort Maven plugin to 1.8.0, the first version that is compatible with Maven 3.9.0+.
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.
No description provided.