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

Commits on Oct 9, 2024

  1. Upgrade to Quarkus 3.15.1 and SDK 3.7.3

    ----------
    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 committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    500fbdf View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. Update to Java SDK 3.7.4

    emilienbev committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    b33ec8f View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. Update readme

    emilienbev committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    8baa417 View commit details
    Browse the repository at this point in the history