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 2 #42088

Merged
merged 17 commits into from
Jul 24, 2024
Merged

[3.13] 3.13.0 backports 2 #42088

merged 17 commits into from
Jul 24, 2024

Commits on Jul 23, 2024

  1. Fix missing volume access modifier in Reactive MySQL client tests

    (cherry picked from commit 82f68d3)
    yrodiere authored and gsmet committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    39f7f47 View commit details
    Browse the repository at this point in the history
  2. Updates Infinispan 15.0.6.Final and Protostream 5.0.7.Final

    (cherry picked from commit 307e86b)
    karesti authored and gsmet committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    7feb5da View commit details
    Browse the repository at this point in the history
  3. Make sure we append the current buffer before appending the title

    The title ended up being added first, which was definitely not what we
    wanted.
    
    Fixes quarkusio#42036
    
    (cherry picked from commit 6dc20b6)
    gsmet committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    a549dea View commit details
    Browse the repository at this point in the history
  4. Revert "Remove deprecated classes from app-model"

    This reverts commit 700f48d.
    
    (cherry picked from commit 515c232)
    gastaldi authored and gsmet committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    db3ece9 View commit details
    Browse the repository at this point in the history
  5. Allow MultipartFormDataOutput to specify items with the same key

    Closes: quarkusio#42053
    (cherry picked from commit 392d68c)
    geoand authored and gsmet committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    042f826 View commit details
    Browse the repository at this point in the history
  6. Improve reflection registrations in picocli extension

    Picocli invokes getDeclaredFields on the declaring classes of annotated
    fields so we need to register all fields instead of just the annotated
    ones to avoid `MissingReflectionRegistrationError`s at run-time when
    using `-H:+ThrowMissingRegistrationErrors` or
    `--exact-reachability-metadata`.
    
    Relates to quarkusio#41995
    
    (cherry picked from commit 8857958)
    zakkak authored and gsmet committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    a778fc9 View commit details
    Browse the repository at this point in the history
  7. Quartz - allow bean based jobs to be interruptable

    (cherry picked from commit 176649a)
    manovotn authored and gsmet committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    6531a5a View commit details
    Browse the repository at this point in the history
  8. Override items from super classes when generating config documentation

    (cherry picked from commit b3d1add)
    radcortez authored and gsmet committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    9139876 View commit details
    Browse the repository at this point in the history
  9. Update core/processor/src/main/java/io/quarkus/annotation/processor/g…

    …enerate_doc/ConfigDocItemFinder.java
    
    Co-authored-by: Guillaume Smet <guillaume.smet@gmail.com>
    (cherry picked from commit 4a88da1)
    radcortez authored and gsmet committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    7545c50 View commit details
    Browse the repository at this point in the history
  10. Fix NPE with ConfigDocItem

    (cherry picked from commit 62aa3fb)
    radcortez authored and gsmet committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    9bd96c5 View commit details
    Browse the repository at this point in the history
  11. Add an important note about the STAT_TLS configuration requiring tls …

    …set to false
    
    This is a change introduced with the TLS registry. The previous configuration was ambiguous.
    
    (cherry picked from commit 48d1642)
    cescoffier authored and gsmet committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    8957d30 View commit details
    Browse the repository at this point in the history
  12. Use generated hostname when shared network is enabled

    (cherry picked from commit 6d0b723)
    cristianonicolai authored and gsmet committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    97ec5d1 View commit details
    Browse the repository at this point in the history
  13. Avoid warning on analytics

    (cherry picked from commit 1594c2b)
    brunobat authored and gsmet committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    f459f72 View commit details
    Browse the repository at this point in the history
  14. Revert "Replace read/write lock in JarResource to avoid virtual threa…

    …ds pinning"
    
    This reverts commit ff4b32b.
    
    (cherry picked from commit 090d0e6)
    mariofusco authored and gsmet committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    c3baf93 View commit details
    Browse the repository at this point in the history
  15. Fix Redis Pub/Sub subscribeAsMessages method

    The method was discarding the received items, instead of emitting them downstream.
    
    (cherry picked from commit 3743f32)
    cescoffier authored and gsmet committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    0f1f29e View commit details
    Browse the repository at this point in the history
  16. Clarify allowed suffix for the log rotation

    Closes quarkusio#42068
    
    Signed-off-by: Martin Bartoš <mabartos@redhat.com>
    (cherry picked from commit 7c39bb3)
    mabartos authored and gsmet committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    46a907a View commit details
    Browse the repository at this point in the history
  17. Fix issue with Jib and mutable jar rebuild

    Fixes: quarkusio#41797
    (cherry picked from commit 18ab787)
    geoand authored and gsmet committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    ee5856d View commit details
    Browse the repository at this point in the history