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

[3.13] 3.13.0 backports 1 #42038

Merged
merged 26 commits into from
Jul 23, 2024
Merged

[3.13] 3.13.0 backports 1 #42038

merged 26 commits into from
Jul 23, 2024

Commits on Jul 22, 2024

  1. Remove the extra new-line in Keycloak logs

    (cherry picked from commit 33d3413)
    Eng-Fouad authored and gsmet committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    935f7d7 View commit details
    Browse the repository at this point in the history
  2. build succeeds, when reusing an artifact with enabled compression

    (cherry picked from commit d653599)
    gcw-it authored and gsmet committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    7ad1bca View commit details
    Browse the repository at this point in the history
  3. Bump org.apache.commons:commons-lang3 from 3.14.0 to 3.15.0

    Bumps org.apache.commons:commons-lang3 from 3.14.0 to 3.15.0.
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.commons:commons-lang3
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    (cherry picked from commit 47aad8d)
    dependabot[bot] authored and gsmet committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    aa91cc9 View commit details
    Browse the repository at this point in the history
  4. Bump com.gradle:develocity-maven-extension from 1.21.5 to 1.21.6

    Bumps com.gradle:develocity-maven-extension from 1.21.5 to 1.21.6.
    
    ---
    updated-dependencies:
    - dependency-name: com.gradle:develocity-maven-extension
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    (cherry picked from commit 8fbc7cf)
    dependabot[bot] authored and gsmet committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    c6f7ec1 View commit details
    Browse the repository at this point in the history
  5. fixes the showmore issue to allow users to select text

    (cherry picked from commit 406e26f)
    insectengine authored and gsmet committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    85e360c View commit details
    Browse the repository at this point in the history
  6. Remove .env file generated during tests

    One unit tests from the TLS CLI is generating a .env file during its execution. This commit removes the file after the execution of the test.
    
    (cherry picked from commit 5d5844c)
    cescoffier authored and gsmet committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    ca7ba6c View commit details
    Browse the repository at this point in the history
  7. Make sure dev-ui relocation are added to the importmap

    Signed-off-by: Phillip Kruger <phillip.kruger@gmail.com>
    (cherry picked from commit 358daa1)
    phillip-kruger authored and gsmet committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    1fbabad View commit details
    Browse the repository at this point in the history
  8. Dev UI importmap do not scan the cp again

    Signed-off-by: Phillip Kruger <phillip.kruger@gmail.com>
    (cherry picked from commit a0b8b0d)
    phillip-kruger authored and gsmet committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    34940a6 View commit details
    Browse the repository at this point in the history
  9. Update to Vert.x 4.5.9

    (cherry picked from commit 379acaa)
    cescoffier authored and gsmet committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    6122fdf View commit details
    Browse the repository at this point in the history
  10. Update the Vert.x Mutiny binding to version 3.14.0

    (cherry picked from commit 6a39829)
    cescoffier authored and gsmet committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    b928001 View commit details
    Browse the repository at this point in the history
  11. Add override-uri property

    (cherry picked from commit ab73220)
    geoand authored and gsmet committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    ebc5be7 View commit details
    Browse the repository at this point in the history
  12. Add HTTP Proxy Dev Service for REST Client

    The quarkus-rest-client starts a simple pass-through proxy by default
    which can be used as a target for Wireshark (or similar tools)
    in order to capture all the traffic originating from the REST Client
    (this really makes sense when the REST Client is used against
    HTTPS services).
    
    However, advances integrations that build on the REST Client can
    register their own proxies by using the
    DevServicesRestClientProxyProvider SPI
    
    (cherry picked from commit 420d44c)
    geoand authored and gsmet committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    b7fd6c0 View commit details
    Browse the repository at this point in the history
  13. Bump io.opentelemetry.contrib:opentelemetry-aws-xray-propagator

    Bumps [io.opentelemetry.contrib:opentelemetry-aws-xray-propagator](https://github.com/open-telemetry/opentelemetry-java-contrib) from 1.32.0-alpha to 1.37.0-alpha.
    - [Release notes](https://github.com/open-telemetry/opentelemetry-java-contrib/releases)
    - [Changelog](https://github.com/open-telemetry/opentelemetry-java-contrib/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/open-telemetry/opentelemetry-java-contrib/commits)
    
    ---
    updated-dependencies:
    - dependency-name: io.opentelemetry.contrib:opentelemetry-aws-xray-propagator
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    (cherry picked from commit f56c04b)
    dependabot[bot] authored and gsmet committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    16fd485 View commit details
    Browse the repository at this point in the history
  14. use recognized status

    "draft" was used as status which is not a recognized stated.
    
    Updating to "experimental" as that's what we document in https://quarkus.io/guides/writing-extensions and similar.
    
    But I don't know if that is the true state.
    
    (cherry picked from commit 393b880)
    maxandersen authored and gsmet committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    e8d58a8 View commit details
    Browse the repository at this point in the history
  15. Enable dev services to be located by in-container java

    * Integration tests need more awareness that
    native image agent integration tests run Quarkus in container,
    therefore any dev services need to be tweaked so that
    the java process in container can locate them.
    * Tweaked the existing native image agent test
    in order to run an ORM/postgresql test that
    fails without this fix.
    
    (cherry picked from commit ed90549)
    galderz authored and gsmet committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    f1f88b3 View commit details
    Browse the repository at this point in the history
  16. Support Spring Data JpaRepository#getReferenceById and a few delete m…

    …ethods that were lacking
    
    Fixes quarkusio#41987
    
    (cherry picked from commit 4e06bfb)
    aureamunoz authored and gsmet committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    f5a7b97 View commit details
    Browse the repository at this point in the history
  17. Add support for downloading list of files in REST Client

    Closes: quarkusio#41978
    (cherry picked from commit e2452d1)
    geoand authored and gsmet committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    46bb201 View commit details
    Browse the repository at this point in the history
  18. Remove erroneous check in AbstractJpaOperations#getSession

    Fixes: quarkusio#42001
    (cherry picked from commit 2dd89e1)
    geoand authored and gsmet committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    8f39384 View commit details
    Browse the repository at this point in the history
  19. Unwrap CompletionException when dealing with CompletionStage in REST …

    …server
    
    Fixes: quarkusio#41996
    (cherry picked from commit 36a44e9)
    geoand authored and gsmet committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    0642c16 View commit details
    Browse the repository at this point in the history
  20. Do not use deprecated DockerStatusBuildItem#isDockerRunning in core

    (cherry picked from commit 7a4be43)
    gastaldi authored and gsmet committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    84e2568 View commit details
    Browse the repository at this point in the history
  21. Set the correct length of parameters when constructing arguments

    (cherry picked from commit 3b7f59b)
    rubik-cube-man authored and gsmet committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    136c43c View commit details
    Browse the repository at this point in the history
  22. Prevent restart when named datasources are quoted, or unquoted

    Simpler property cache using SmallryeConfig
    
    Only cache a subset of properties in datasource restart cache
    
    Disable expressions when getting datasource properties for restart
    
    Create a map cache from dataSourcesBuildTimeConfig
    
    Add username and password
    
    (cherry picked from commit d9b4534)
    Malandril authored and gsmet committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    d8cf8b5 View commit details
    Browse the repository at this point in the history
  23. Dev UI Base path fix in case of non-application root set to dev*

    Signed-off-by: Phillip Kruger <phillip.kruger@gmail.com>
    (cherry picked from commit 2ceb6fb)
    phillip-kruger authored and gsmet committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    cb23753 View commit details
    Browse the repository at this point in the history
  24. Prevent potential NPE while closing resource

    This prevents the `java.lang.NullPointerException: Cannot invoke "io.quarkus.bootstrap.runner.JarFileReference.close(io.quarkus.bootstrap.runner.JarResource)" because "ref" is null` error
    
    (cherry picked from commit bc1a361)
    gastaldi authored and gsmet committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    2a4f44e View commit details
    Browse the repository at this point in the history
  25. resources, not resource for path

    (cherry picked from commit a8dfd70)
    maxandersen authored and gsmet committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    68b0d82 View commit details
    Browse the repository at this point in the history
  26. Some refinements for qute.adoc

    (cherry picked from commit 1738a41)
    gsmet committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    c4c97b1 View commit details
    Browse the repository at this point in the history