Skip to content
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

Ugrade to Quarkus 3.15.1 and Java SDK 3.7.4 #123

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

emilienbev
Copy link
Contributor

Motivation

Upgrade the extension to the latest Quarkus LTS and latest Java SDK release.

Changes

  • Bump Quarkus to 3.15.1
  • Bump Java SDK to 3.7.4
  • Update netty substitutions. As the official netty extension targets Netty 4.1.111.Final and our SDK uses 4.1.112.Final, some substitutions have been added to the "delete" step of the shell script.
    (Specific change affecting substitutions between 4.1.111.Final and 4.1.112.Final)
  • The legacy @ConfigRoot approach for CouchbaseConfig was changed to the new @ConfigMapping one.
  • Added the compiler arg -AlegacyConfigRoot=true to the deployment module pom.xml, as the netty substitution still uses it.
  • Updated the way CouchbaseDevService gets the config fields.

----------
Upgrade the extension to the latest Quarkus LTS and latest Java SDK release.

-------
- Bump Quarkus to 3.15.1
- Bump Java SDK to 3.7.3
- Update netty substitutions. As the official netty extension targets Netty 4.1.111.Final and our SDK uses 4.1.112.Final, some substitutions have been added to the "delete" step of the shell script.
Specifically, this method signature has changed between the two versions (4.1.112 has 1 more string endpointIdentificationAlgorithm in the arguments) https:/netty/netty/blob/ebe2aa5b7cd36562a20b024d78ecff47a86874b8/handler/src/main/java/io/netty/handler/ssl/JdkSslClientContext.java#L267-L273
- The legacy @configroot approach for CouchbaseConfig was changed to the new @ConfigMapping one.
- Added the compiler arg "-AlegacyConfigRoot=true" to the deployment module pom.xml, as the netty substitution still uses it.
- Updated the way CouchbaseDevService gets the config fields.
@emilienbev emilienbev requested a review from a team as a code owner October 11, 2024 09:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant