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.5.0 backports 1 #36533

Merged
merged 46 commits into from
Oct 18, 2023
Merged

3.5.0 backports 1 #36533

merged 46 commits into from
Oct 18, 2023

Commits on Oct 17, 2023

  1. Default response content type using GraphQL spec

    Default response content type header should conform to [GraphQL over HTTP spec](https://github.com/graphql/graphql-over-http/blob/main/spec/GraphQLOverHTTP.md#serialization-format).
    
    (cherry picked from commit bff1fb7)
    ivanp authored and gsmet committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    c4e5154 View commit details
    Browse the repository at this point in the history
  2. Accept requests that ask for application/graphql-response+json

    (cherry picked from commit 5550b70)
    jmartisk authored and gsmet committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    8ee55fa View commit details
    Browse the repository at this point in the history
  3. Update Netty to 4.1.100

    Contains the fix for CVE-2023-44487.
    
    (cherry picked from commit e9a563f)
    cescoffier authored and gsmet committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    6ab6e84 View commit details
    Browse the repository at this point in the history
  4. Ensure that SSE builder works in native

    Fixes: quarkusio#36402
    (cherry picked from commit 0b1a09b)
    geoand authored and gsmet committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    7021c0a View commit details
    Browse the repository at this point in the history
  5. IBM Db2 - Register resource bundle classes for reflection

    As usual with Db2, we are shooting in the dark a bit but it seems to
    solve the OP's issue.
    
    Fixes quarkusio#36399
    
    (cherry picked from commit 78d5bc3)
    gsmet committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    9d4adef View commit details
    Browse the repository at this point in the history
  6. Do not exclude properties from recording that are available in source…

    …s that should always be included
    
    (cherry picked from commit ee36207)
    radcortez authored and gsmet committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    cdf32c7 View commit details
    Browse the repository at this point in the history
  7. Add a test case verifying the RST flood protection

    (cherry picked from commit b3cd2bc)
    cescoffier authored and gsmet committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    87b0f9e View commit details
    Browse the repository at this point in the history
  8. Allow parallel execution of blocking health checks

    Closes quarkusio#36419
    
    (cherry picked from commit bd37cf3)
    ahus1 authored and gsmet committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    1038a41 View commit details
    Browse the repository at this point in the history
  9. Hibernate Reactive Panache: improve error message

    - when no current reactive session is found
    - resolves quarkusio#36236
    
    (cherry picked from commit 82c1323)
    mkouba authored and gsmet committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    15762ce View commit details
    Browse the repository at this point in the history
  10. Use default content type when X-SSE header not set

    (cherry picked from commit 1814717)
    geoand authored and gsmet committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    ff847e2 View commit details
    Browse the repository at this point in the history
  11. Let custom OIDC token propagation filters provide client name

    (cherry picked from commit 283389b)
    sberyozkin authored and gsmet committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    23c6eed View commit details
    Browse the repository at this point in the history
  12. Updates to Infinispan 14.0.19.Final

    * Adds sniHostName and sslHostNameValidation properties
    
    (cherry picked from commit 3e96055)
    karesti authored and gsmet committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    a418919 View commit details
    Browse the repository at this point in the history
  13. Pick random debug port when the configured one is taken

    Closes: quarkusio#33363
    (cherry picked from commit ba0c261)
    geoand authored and gsmet committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    7c692cd View commit details
    Browse the repository at this point in the history
  14. Fix wrong text format

    (cherry picked from commit fc63e49)
    leo-bogastry authored and gsmet committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    5ad6052 View commit details
    Browse the repository at this point in the history
  15. Fix error in command to add extension using quarkus cli

    (cherry picked from commit ae11836)
    leo-bogastry authored and gsmet committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    3f1f8cf View commit details
    Browse the repository at this point in the history
  16. Upgrade Oracle JDBC driver to 23.3.0.23.09

    (cherry picked from commit 924322c)
    Sanne authored and gsmet committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    2dd63c2 View commit details
    Browse the repository at this point in the history
  17. Update builder images to jdk-21

    - Update the GraalVM Community builder image to the tag `jdk-21`
    - Update the Mandrel builder image to the tag `jdk-21`(Mandrel 23.1)
    - Update GraalVM SDK version to 23.1 (yes, it does not follow the same version scheme)
    
    (cherry picked from commit 766de7f)
    zakkak authored and gsmet committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    568c439 View commit details
    Browse the repository at this point in the history
  18. Adjust documentation as builders are now JDK 21

    (cherry picked from commit 0be31d0)
    gsmet committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    73a3405 View commit details
    Browse the repository at this point in the history
  19. Run the virtual threads tests with Java 21

    (cherry picked from commit a994576)
    gsmet committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    f1b4bad View commit details
    Browse the repository at this point in the history
  20. Take ReaderInterceptor into account when reading SSE events

    (cherry picked from commit 6a84fe9)
    geoand authored and gsmet committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    5fd1227 View commit details
    Browse the repository at this point in the history
  21. support external exporters in CDI

    (cherry picked from commit 2632e1c)
    brunobat authored and gsmet committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    bd479d4 View commit details
    Browse the repository at this point in the history
  22. Upgrade to Hibernate ORM 6.2.13.Final

    (cherry picked from commit 448d6e4)
    Sanne authored and gsmet committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    94d718d View commit details
    Browse the repository at this point in the history
  23. Let custom OIDC token propagation filters customize the exchange status

    (cherry picked from commit 3cc528b)
    sberyozkin authored and gsmet committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    74233c8 View commit details
    Browse the repository at this point in the history
  24. Add OIDC Auth0 extended tutorial

    (cherry picked from commit 9ec8b6a)
    sberyozkin authored and gsmet committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    af0929f View commit details
    Browse the repository at this point in the history
  25. Allow for setting logging scope programmatically

    Without this change, the logger that can be
    provided programmatically is totally useful
    unless the user also configures a Quarkus
    config property.
    This change allows for logging to actually
    be useful in a programmatically
    created client
    
    (cherry picked from commit 59e2314)
    geoand authored and gsmet committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    a136c5d View commit details
    Browse the repository at this point in the history
  26. Minor OIDC Auth0 updates

    (cherry picked from commit 412e96b)
    sberyozkin authored and gsmet committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    526492d View commit details
    Browse the repository at this point in the history
  27. Add topics and extensions metadata to guides

    (cherry picked from commit 1c3b9df)
    gsmet committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    d75826d View commit details
    Browse the repository at this point in the history
  28. Print guide name

    (cherry picked from commit d61e3e3)
    rsvoboda authored and gsmet committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    4fb109c View commit details
    Browse the repository at this point in the history
  29. Bump de.flapdoodle.embed:de.flapdoodle.embed.mongo from 4.7.0 to 4.9.2

    Bumps [de.flapdoodle.embed:de.flapdoodle.embed.mongo](https://github.com/flapdoodle-oss/de.flapdoodle.embed.mongo) from 4.7.0 to 4.9.2.
    - [Commits](flapdoodle-oss/de.flapdoodle.embed.mongo@de.flapdoodle.embed.mongo-4.7.0...de.flapdoodle.embed.mongo-4.9.2)
    
    ---
    updated-dependencies:
    - dependency-name: de.flapdoodle.embed:de.flapdoodle.embed.mongo
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    (cherry picked from commit 52087db)
    dependabot[bot] authored and gsmet committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    99a408b View commit details
    Browse the repository at this point in the history
  30. Add compatibility topic to Spring guides

    (cherry picked from commit ec207a6)
    gsmet committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    a64cb0c View commit details
    Browse the repository at this point in the history
  31. Drop panache topic from Hibernate Reactive

    It was added by mistake.
    
    (cherry picked from commit 396461d)
    gsmet committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    1502ce6 View commit details
    Browse the repository at this point in the history
  32. Upgrade maven to version 3.9.5

     - upgrade maven proposed version on independent projects
    
    (cherry picked from commit 7e7fb2c)
    bmscomp authored and gsmet committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    8952e23 View commit details
    Browse the repository at this point in the history
  33. use version 3.9.3

    (cherry picked from commit 08a59f5)
    bmscomp authored and gsmet committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    b82f54b View commit details
    Browse the repository at this point in the history
  34. Reduce timeout of the doc build to 60 minutes

    There is no need to wait for 6 hours...
    
    (cherry picked from commit 98c5d6d)
    gsmet committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    d57b1ec View commit details
    Browse the repository at this point in the history
  35. Simplify virtual threads guide by pushing users to 21

    There are still a couple of mentions of Java 19 for the history of
    virtual threads but Java 21 is recommended everywhere else as, now that
    it is available, there is no point recommending Java 19 or documenting
    Java 19 usage.
    
    (cherry picked from commit 9ce94d0)
    gsmet committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    877e783 View commit details
    Browse the repository at this point in the history
  36. Drop the old Dev UI guide

    I don't think we need it anymore given it's gone from main.
    It will be available in the old versions doc if needed.
    
    (cherry picked from commit d8f0714)
    gsmet committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    6fb6955 View commit details
    Browse the repository at this point in the history
  37. Drop Optaplanner from the documentation

    It was removed from the Platform because it doesn't work anymore with
    recent Quarkus.
    We can reintroduce it later if the situation changes.
    
    (cherry picked from commit bd346a6)
    gsmet committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    a839d6b View commit details
    Browse the repository at this point in the history
  38. HTTP/2 section update, drop JDK 8 note

    (cherry picked from commit 3e4eb78)
    rsvoboda authored and gsmet committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    b2be335 View commit details
    Browse the repository at this point in the history
  39. Be more consistent in guides when creating projects/adding extensions

    (cherry picked from commit baf0b76)
    gsmet committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    8e5cc1c View commit details
    Browse the repository at this point in the history
  40. Adjust extension name for consistency with rest of Quarkus

    (cherry picked from commit 561aa65)
    gsmet committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    6285bf4 View commit details
    Browse the repository at this point in the history
  41. Fix some issues in getting-started-dev-services:

    - Add missing port 8080
    - Fix small error in text format
    - Fix links to docs that result in a 404
    
    (cherry picked from commit b865f85)
    leo-bogastry authored and gsmet committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    bbb144b View commit details
    Browse the repository at this point in the history
  42. Fix typo in gradle-tooling.adoc

    (cherry picked from commit e70742c)
    kdnakt authored and gsmet committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    feddfda View commit details
    Browse the repository at this point in the history
  43. Bump org.wiremock:wiremock-standalone from 3.1.0 to 3.2.0

    Bumps [org.wiremock:wiremock-standalone](https://github.com/wiremock/wiremock) from 3.1.0 to 3.2.0.
    - [Release notes](https://github.com/wiremock/wiremock/releases)
    - [Commits](wiremock/wiremock@3.1.0...3.2.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.wiremock:wiremock-standalone
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    (cherry picked from commit 3199738)
    dependabot[bot] authored and gsmet committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    6b739a5 View commit details
    Browse the repository at this point in the history
  44. Use Mandrel 23.1 in windows CI

    (cherry picked from commit 9811b1f)
    zakkak authored and gsmet committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    535b2e2 View commit details
    Browse the repository at this point in the history
  45. Start MongoDB 4.4 instead of 4.0

    It's now impossible to start MongoDB 4.0 on a Fedora 38 so let's move to
    a more modern version for our tests.
    
    (cherry picked from commit e915afe)
    gsmet committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    e7c0a9a View commit details
    Browse the repository at this point in the history
  46. Register RuntimeOverrideConfigSource in STATIC_INIT

    (cherry picked from commit 47888db)
    radcortez authored and gsmet committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    91cddc6 View commit details
    Browse the repository at this point in the history