-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
3.5.0 backports 1 #36533
Commits on Oct 17, 2023
-
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)
Configuration menu - View commit details
-
Copy full SHA for c4e5154 - Browse repository at this point
Copy the full SHA c4e5154View commit details -
Accept requests that ask for application/graphql-response+json
(cherry picked from commit 5550b70)
Configuration menu - View commit details
-
Copy full SHA for 8ee55fa - Browse repository at this point
Copy the full SHA 8ee55faView commit details -
Contains the fix for CVE-2023-44487. (cherry picked from commit e9a563f)
Configuration menu - View commit details
-
Copy full SHA for 6ab6e84 - Browse repository at this point
Copy the full SHA 6ab6e84View commit details -
Ensure that SSE builder works in native
Fixes: quarkusio#36402 (cherry picked from commit 0b1a09b)
Configuration menu - View commit details
-
Copy full SHA for 7021c0a - Browse repository at this point
Copy the full SHA 7021c0aView commit details -
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)
Configuration menu - View commit details
-
Copy full SHA for 9d4adef - Browse repository at this point
Copy the full SHA 9d4adefView commit details -
Do not exclude properties from recording that are available in source…
…s that should always be included (cherry picked from commit ee36207)
Configuration menu - View commit details
-
Copy full SHA for cdf32c7 - Browse repository at this point
Copy the full SHA cdf32c7View commit details -
Add a test case verifying the RST flood protection
(cherry picked from commit b3cd2bc)
Configuration menu - View commit details
-
Copy full SHA for 87b0f9e - Browse repository at this point
Copy the full SHA 87b0f9eView commit details -
Allow parallel execution of blocking health checks
Closes quarkusio#36419 (cherry picked from commit bd37cf3)
Configuration menu - View commit details
-
Copy full SHA for 1038a41 - Browse repository at this point
Copy the full SHA 1038a41View commit details -
Hibernate Reactive Panache: improve error message
- when no current reactive session is found - resolves quarkusio#36236 (cherry picked from commit 82c1323)
Configuration menu - View commit details
-
Copy full SHA for 15762ce - Browse repository at this point
Copy the full SHA 15762ceView commit details -
Use default content type when X-SSE header not set
(cherry picked from commit 1814717)
Configuration menu - View commit details
-
Copy full SHA for ff847e2 - Browse repository at this point
Copy the full SHA ff847e2View commit details -
Let custom OIDC token propagation filters provide client name
(cherry picked from commit 283389b)
Configuration menu - View commit details
-
Copy full SHA for 23c6eed - Browse repository at this point
Copy the full SHA 23c6eedView commit details -
Updates to Infinispan 14.0.19.Final
* Adds sniHostName and sslHostNameValidation properties (cherry picked from commit 3e96055)
Configuration menu - View commit details
-
Copy full SHA for a418919 - Browse repository at this point
Copy the full SHA a418919View commit details -
Pick random debug port when the configured one is taken
Closes: quarkusio#33363 (cherry picked from commit ba0c261)
Configuration menu - View commit details
-
Copy full SHA for 7c692cd - Browse repository at this point
Copy the full SHA 7c692cdView commit details -
(cherry picked from commit fc63e49)
Configuration menu - View commit details
-
Copy full SHA for 5ad6052 - Browse repository at this point
Copy the full SHA 5ad6052View commit details -
Fix error in command to add extension using quarkus cli
(cherry picked from commit ae11836)
Configuration menu - View commit details
-
Copy full SHA for 3f1f8cf - Browse repository at this point
Copy the full SHA 3f1f8cfView commit details -
Upgrade Oracle JDBC driver to 23.3.0.23.09
(cherry picked from commit 924322c)
Configuration menu - View commit details
-
Copy full SHA for 2dd63c2 - Browse repository at this point
Copy the full SHA 2dd63c2View commit details -
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)
Configuration menu - View commit details
-
Copy full SHA for 568c439 - Browse repository at this point
Copy the full SHA 568c439View commit details -
Adjust documentation as builders are now JDK 21
(cherry picked from commit 0be31d0)
Configuration menu - View commit details
-
Copy full SHA for 73a3405 - Browse repository at this point
Copy the full SHA 73a3405View commit details -
Run the virtual threads tests with Java 21
(cherry picked from commit a994576)
Configuration menu - View commit details
-
Copy full SHA for f1b4bad - Browse repository at this point
Copy the full SHA f1b4badView commit details -
Take ReaderInterceptor into account when reading SSE events
(cherry picked from commit 6a84fe9)
Configuration menu - View commit details
-
Copy full SHA for 5fd1227 - Browse repository at this point
Copy the full SHA 5fd1227View commit details -
support external exporters in CDI
(cherry picked from commit 2632e1c)
Configuration menu - View commit details
-
Copy full SHA for bd479d4 - Browse repository at this point
Copy the full SHA bd479d4View commit details -
Upgrade to Hibernate ORM 6.2.13.Final
(cherry picked from commit 448d6e4)
Configuration menu - View commit details
-
Copy full SHA for 94d718d - Browse repository at this point
Copy the full SHA 94d718dView commit details -
Let custom OIDC token propagation filters customize the exchange status
(cherry picked from commit 3cc528b)
Configuration menu - View commit details
-
Copy full SHA for 74233c8 - Browse repository at this point
Copy the full SHA 74233c8View commit details -
Add OIDC Auth0 extended tutorial
(cherry picked from commit 9ec8b6a)
Configuration menu - View commit details
-
Copy full SHA for af0929f - Browse repository at this point
Copy the full SHA af0929fView commit details -
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)
Configuration menu - View commit details
-
Copy full SHA for a136c5d - Browse repository at this point
Copy the full SHA a136c5dView commit details -
(cherry picked from commit 412e96b)
Configuration menu - View commit details
-
Copy full SHA for 526492d - Browse repository at this point
Copy the full SHA 526492dView commit details -
Add topics and extensions metadata to guides
(cherry picked from commit 1c3b9df)
Configuration menu - View commit details
-
Copy full SHA for d75826d - Browse repository at this point
Copy the full SHA d75826dView commit details -
(cherry picked from commit d61e3e3)
Configuration menu - View commit details
-
Copy full SHA for 4fb109c - Browse repository at this point
Copy the full SHA 4fb109cView commit details -
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)
Configuration menu - View commit details
-
Copy full SHA for 99a408b - Browse repository at this point
Copy the full SHA 99a408bView commit details -
Add compatibility topic to Spring guides
(cherry picked from commit ec207a6)
Configuration menu - View commit details
-
Copy full SHA for a64cb0c - Browse repository at this point
Copy the full SHA a64cb0cView commit details -
Drop panache topic from Hibernate Reactive
It was added by mistake. (cherry picked from commit 396461d)
Configuration menu - View commit details
-
Copy full SHA for 1502ce6 - Browse repository at this point
Copy the full SHA 1502ce6View commit details -
Upgrade maven to version 3.9.5
- upgrade maven proposed version on independent projects (cherry picked from commit 7e7fb2c)
Configuration menu - View commit details
-
Copy full SHA for 8952e23 - Browse repository at this point
Copy the full SHA 8952e23View commit details -
(cherry picked from commit 08a59f5)
Configuration menu - View commit details
-
Copy full SHA for b82f54b - Browse repository at this point
Copy the full SHA b82f54bView commit details -
Reduce timeout of the doc build to 60 minutes
There is no need to wait for 6 hours... (cherry picked from commit 98c5d6d)
Configuration menu - View commit details
-
Copy full SHA for d57b1ec - Browse repository at this point
Copy the full SHA d57b1ecView commit details -
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)
Configuration menu - View commit details
-
Copy full SHA for 877e783 - Browse repository at this point
Copy the full SHA 877e783View commit details -
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)
Configuration menu - View commit details
-
Copy full SHA for 6fb6955 - Browse repository at this point
Copy the full SHA 6fb6955View commit details -
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)
Configuration menu - View commit details
-
Copy full SHA for a839d6b - Browse repository at this point
Copy the full SHA a839d6bView commit details -
HTTP/2 section update, drop JDK 8 note
(cherry picked from commit 3e4eb78)
Configuration menu - View commit details
-
Copy full SHA for b2be335 - Browse repository at this point
Copy the full SHA b2be335View commit details -
Be more consistent in guides when creating projects/adding extensions
(cherry picked from commit baf0b76)
Configuration menu - View commit details
-
Copy full SHA for 8e5cc1c - Browse repository at this point
Copy the full SHA 8e5cc1cView commit details -
Adjust extension name for consistency with rest of Quarkus
(cherry picked from commit 561aa65)
Configuration menu - View commit details
-
Copy full SHA for 6285bf4 - Browse repository at this point
Copy the full SHA 6285bf4View commit details -
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)
Configuration menu - View commit details
-
Copy full SHA for bbb144b - Browse repository at this point
Copy the full SHA bbb144bView commit details -
Fix typo in gradle-tooling.adoc
(cherry picked from commit e70742c)
Configuration menu - View commit details
-
Copy full SHA for feddfda - Browse repository at this point
Copy the full SHA feddfdaView commit details -
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)
Configuration menu - View commit details
-
Copy full SHA for 6b739a5 - Browse repository at this point
Copy the full SHA 6b739a5View commit details -
Use Mandrel 23.1 in windows CI
(cherry picked from commit 9811b1f)
Configuration menu - View commit details
-
Copy full SHA for 535b2e2 - Browse repository at this point
Copy the full SHA 535b2e2View commit details -
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)
Configuration menu - View commit details
-
Copy full SHA for e7c0a9a - Browse repository at this point
Copy the full SHA e7c0a9aView commit details -
Register RuntimeOverrideConfigSource in STATIC_INIT
(cherry picked from commit 47888db)
Configuration menu - View commit details
-
Copy full SHA for 91cddc6 - Browse repository at this point
Copy the full SHA 91cddc6View commit details