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.8] 3.8.6 backports 3 #42362

Merged
merged 18 commits into from
Aug 8, 2024
Merged

[3.8] 3.8.6 backports 3 #42362

merged 18 commits into from
Aug 8, 2024

Commits on Aug 7, 2024

  1. Allow JsonObject and JsonArray to be used in any POJO for JSON handling

    Closes: quarkusio#39599
    (cherry picked from commit 2119957)
    geoand authored and gsmet committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    fdde11a View commit details
    Browse the repository at this point in the history
  2. Increase count of reflected types

    (cherry picked from commit 70727f1)
    geoand authored and gsmet committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    444e772 View commit details
    Browse the repository at this point in the history
  3. Delay FT class init at runtime so CP is initialised

    (cherry picked from commit b9cc3c2)
    FroMage authored and gsmet committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    fe04dd0 View commit details
    Browse the repository at this point in the history
  4. Make sure OIDC is set up after CP

    It uses Mutiny, which requires CP to be initialised
    
    (cherry picked from commit ad06f24)
    FroMage authored and gsmet committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    fafdd1d View commit details
    Browse the repository at this point in the history
  5. Update MicroProfile Config to 3.1

    (cherry picked from commit 6625d56)
    radcortez authored and gsmet committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    4e45469 View commit details
    Browse the repository at this point in the history
  6. Bump org.jboss.logmanager:jboss-logmanager

    Bumps [org.jboss.logmanager:jboss-logmanager](https://github.com/jboss-logging/jboss-logmanager) from 3.0.4.Final to 3.0.6.Final.
    - [Release notes](https://github.com/jboss-logging/jboss-logmanager/releases)
    - [Commits](jboss-logging/jboss-logmanager@3.0.4.Final...3.0.6.Final)
    
    ---
    updated-dependencies:
    - dependency-name: org.jboss.logmanager:jboss-logmanager
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    (cherry picked from commit 8e3ea49)
    dependabot[bot] authored and gsmet committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    0acb471 View commit details
    Browse the repository at this point in the history
  7. Bump com.fasterxml.jackson:jackson-bom from 2.17.0 to 2.17.1

    (cherry picked from commit 9df2843)
    mariofusco authored and gsmet committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    7e3bb17 View commit details
    Browse the repository at this point in the history
  8. Control data used in path expression when running remote-dev

    (cherry picked from commit 8fe16d4)
    gastaldi authored and gsmet committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    4fbd51e View commit details
    Browse the repository at this point in the history
  9. Improve @SecureField detection lookup exclusion

    (cherry picked from commit 0a6c50b)
    michalvavrik authored and gsmet committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    6c6f0ad View commit details
    Browse the repository at this point in the history
  10. Make sure quarkusXXXCompileOnlyConfiguration extends from platform co…

    …nfiguration
    
    (cherry picked from commit 36f5043)
    aloubyansky authored and gsmet committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    364bf1c View commit details
    Browse the repository at this point in the history
  11. Prevent abort because of a throwable

    (cherry picked from commit 5ed60b9)
    brunobat authored and gsmet committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    a998fff View commit details
    Browse the repository at this point in the history
  12. Qute: fix regression for optimized generated value resolvers

    - fix regression introduced in
    quarkusio#33984
    - if there are multiple type-safe templates with the same parameter
    declaration then _no_ or _incomplete_ value resolver may be generated
    
    (cherry picked from commit ba3f62a)
    mkouba authored and gsmet committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    aa08129 View commit details
    Browse the repository at this point in the history
  13. Fix encoding of '?' in query parameter values by Encode.encodeQueryPa…

    …ram(..)
    
    Previously `?` in query parameter values where encoded as is which caused
    invalid URL values. We now replace `?` characters in query parameter values with
    `%3F`.
    
    Fixes quarkusio#41060
    
    Signed-off-by: Thomas Darimont <[email protected]>
    (cherry picked from commit f244de0)
    thomasdarimont authored and gsmet committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    cfd538f View commit details
    Browse the repository at this point in the history
  14. Docs: clarify named queries for Panache

    Fixes quarkusio#40987
    
    (cherry picked from commit bdd407c)
    FroMage authored and gsmet committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    b716ad3 View commit details
    Browse the repository at this point in the history
  15. Fix GZIP max input in native mode

    (cherry picked from commit 5d0a210)
    michalvavrik authored and gsmet committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    f9f43a5 View commit details
    Browse the repository at this point in the history
  16. Delegate to the correct method in TransactionScopedStatelessSession#f…

    …etch
    
    (cherry picked from commit 7fb0897)
    yrodiere authored and gsmet committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    2d7af53 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2024

  1. lock docker image version

    (cherry picked from commit 81d23b8)
    brunobat authored and gsmet committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    ac97991 View commit details
    Browse the repository at this point in the history
  2. Avoid using the same directory twice in Maven ITs

    Doesn't work very well on Windows CI as deleting files can be
    problematic.
    See:
    quarkusio#40537 (comment)
    
    (cherry picked from commit 0c7b77f)
    gsmet committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    1f3b87d View commit details
    Browse the repository at this point in the history