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

[pull] main from quarkusio:main #39

Merged
merged 12 commits into from
Nov 26, 2024
Merged

[pull] main from quarkusio:main #39

merged 12 commits into from
Nov 26, 2024

Commits on Nov 25, 2024

  1. Avoid reifing Agroal configuration too early

    In OracleAgroalConnectionConfigurer, we are reifing the Agroal config
    and we shouldn't do it at this stage.
    We need to check the properties directly and thus we add them to
    AgroalConnectionConfigurer. I kept the old method for now but it will be
    removed at some point in the future.
    
    Fixes #44687
    gsmet committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    4367b5f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e74d9c7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6662ad3 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2024

  1. Configuration menu
    Copy the full SHA
    c42f43f View commit details
    Browse the repository at this point in the history
  2. Fix TLS config Javadoc typo

    Noticed while working on the management interface.
    gsmet committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    d59ea8f View commit details
    Browse the repository at this point in the history
  3. Merge pull request #44702 from aloubyansky/conditional-extension-deps…

    …-doc-adjustment
    
    Doc: minor adjustment in an example configuring a conditional dependency
    aloubyansky authored Nov 26, 2024
    Configuration menu
    Copy the full SHA
    fad55f9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    622672c View commit details
    Browse the repository at this point in the history
  5. Merge pull request #44654 from dmlloyd/gcbi-debugging

    Improve debugging of `GeneratedClassBuildItem`
    gastaldi authored Nov 26, 2024
    Configuration menu
    Copy the full SHA
    d12a323 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #44688 from gsmet/fix-agroal-oracle

    Avoid reifing Agroal configuration too early
    gastaldi authored Nov 26, 2024
    Configuration menu
    Copy the full SHA
    2a5a167 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #44513 from xstefank/lra-separation

    Move narayana-lra extension to the new separated LRA project
    gsmet authored Nov 26, 2024
    Configuration menu
    Copy the full SHA
    0ebd0ae View commit details
    Browse the repository at this point in the history
  8. Merge pull request #44709 from xstefank/rest-client-guide-reactive-re…

    …move
    
    Fix leftover -reactive properties references in REST client guide
    gsmet authored Nov 26, 2024
    Configuration menu
    Copy the full SHA
    8483304 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #44704 from gsmet/fix-tls-config-javadoc

    Fix TLS config Javadoc typo
    gsmet authored Nov 26, 2024
    Configuration menu
    Copy the full SHA
    2dc7c1e View commit details
    Browse the repository at this point in the history