-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Comparing changes
Open a pull request
base repository: quarkusio/quarkus
base: 3.7.3
head repository: quarkusio/quarkus
compare: 3.7.4
Commits on Feb 19, 2024
-
Use the right MongoDB ClientSession interface
(cherry picked from commit 03ed847)
Configuration menu - View commit details
-
Copy full SHA for 8fd669f - Browse repository at this point
Copy the full SHA 8fd669fView commit details -
Fix OidcEndpoint annotation processing
(cherry picked from commit 7c74b90)
Configuration menu - View commit details
-
Copy full SHA for 098c2df - Browse repository at this point
Copy the full SHA 098c2dfView commit details -
Fix guide URL in RESTEasy Client extension
This is a consequence of renaming the extension in 3.7. I also added the guide to the subextensions. (cherry picked from commit ccf5512)
Configuration menu - View commit details
-
Copy full SHA for 830e964 - Browse repository at this point
Copy the full SHA 830e964View commit details -
Configuration menu - View commit details
-
Copy full SHA for a563de4 - Browse repository at this point
Copy the full SHA a563de4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 20a4811 - Browse repository at this point
Copy the full SHA 20a4811View commit details -
ArC: fix interception when some methods return void
This commit fixes 2 cases when invalid bytecode is generated: - when a `void`-returning method is intercepted and also decorated - when an interceptor declared on a target class returns `void` (cherry picked from commit 1397241)
Configuration menu - View commit details
-
Copy full SHA for 5b26d5f - Browse repository at this point
Copy the full SHA 5b26d5fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0da361e - Browse repository at this point
Copy the full SHA 0da361eView commit details -
Add response text to the OIDC bootstrap log errors
(cherry picked from commit c4433ba)
Configuration menu - View commit details
-
Copy full SHA for 9afdc86 - Browse repository at this point
Copy the full SHA 9afdc86View commit details -
Allow subclasses to override how much memory extension tests are allowed
(cherry picked from commit 554bb02)
Configuration menu - View commit details
-
Copy full SHA for 9806cf6 - Browse repository at this point
Copy the full SHA 9806cf6View commit details -
Configure SISU bean filtering for the bootstrap Maven resolver
(cherry picked from commit 1f231f0)
Configuration menu - View commit details
-
Copy full SHA for 8282af8 - Browse repository at this point
Copy the full SHA 8282af8View commit details -
Fix Keycloak Admin Client Reactive Jackson reader provider priority
(cherry picked from commit 8c0c413)
Configuration menu - View commit details
-
Copy full SHA for 7fd11a9 - Browse repository at this point
Copy the full SHA 7fd11a9View commit details -
(cherry picked from commit 1ec895c)
Configuration menu - View commit details
-
Copy full SHA for 09d7118 - Browse repository at this point
Copy the full SHA 09d7118View commit details -
Configuration menu - View commit details
-
Copy full SHA for f1cb0ef - Browse repository at this point
Copy the full SHA f1cb0efView commit details -
Make registration of OAuthBearerValidatorCallbackHandler conditional
`org.apache.kafka.common.security.oauthbearer.OAuthBearerValidatorCallbackHandler` depends on the optional `org.jose4j.keys.resolvers.VerificationKeyResolver` so it should only be registered when the latter is present, similarly to `org.apache.kafka.common.security.oauthbearer.secured.OAuthBearerValidatorCallbackHandler` Closes #38851 (cherry picked from commit d88e0bd)
Configuration menu - View commit details
-
Copy full SHA for 659e474 - Browse repository at this point
Copy the full SHA 659e474View commit details -
Testing: fix @MockitoConfig(convertScopes=true) with auto-producers
The annotation transformer in `SingletonToApplicationScopedTestBuildChainCustomizerProducer` has to: - look for the `@Produces` annotation in ArC's `AnnotationStore`, not in Jandex; - run _after_ the annotation transformer in `AutoProducerMethodsProcessor`. This is enough to recognize an auto-producer (producer without `@Produces`). (cherry picked from commit 5aebe5a)
Configuration menu - View commit details
-
Copy full SHA for 404b337 - Browse repository at this point
Copy the full SHA 404b337View commit details -
Fail early if OIDC client password grant OIDC UserInfo access is misc…
…onfigured (cherry picked from commit 4d591f0)
Configuration menu - View commit details
-
Copy full SHA for 145404f - Browse repository at this point
Copy the full SHA 145404fView commit details -
Fix warning when launching dev mode specifying quarkus-maven-plugin G…
…AV on the command line (cherry picked from commit c2f36d0)
Configuration menu - View commit details
-
Copy full SHA for 080f72c - Browse repository at this point
Copy the full SHA 080f72cView commit details -
Propagate Vert.x context on all ExecutorService methods for VirtualTh…
…readExecutor (cherry picked from commit 1ea93cc)
Configuration menu - View commit details
-
Copy full SHA for 7de3057 - Browse repository at this point
Copy the full SHA 7de3057View commit details -
Perform security checks eagerly in RR on inherited endpoints
(cherry picked from commit 37834cb)
Configuration menu - View commit details
-
Copy full SHA for 34c1a63 - Browse repository at this point
Copy the full SHA 34c1a63View commit details
Commits on Feb 20, 2024
-
Fixed a prior change which erroneously pulled in all transitive deplo…
…yment modules - Now it's back to the previous behavior (pulling in deployment modules declared as dependencies of other deployment modules) - Gradle extension plugin now verifies that all required deployment modules are specified in dependencies - Added integration test to make sure such transitive dependencies are resolved correctly (especially regarding exclusions) - Clarified documentation about validation of extensions (cherry picked from commit 62483ed)
Configuration menu - View commit details
-
Copy full SHA for 7374ac8 - Browse repository at this point
Copy the full SHA 7374ac8View commit details -
Add config flag to disable jacoco
(cherry picked from commit 5236c49)
Configuration menu - View commit details
-
Copy full SHA for 5e1e0aa - Browse repository at this point
Copy the full SHA 5e1e0aaView commit details -
Check the code flow access token after ID token
(cherry picked from commit b8bdad1)
Configuration menu - View commit details
-
Copy full SHA for ca7c1bd - Browse repository at this point
Copy the full SHA ca7c1bdView commit details -
Quartz - prevent memory leak when Job instance is a @dependent bean
(cherry picked from commit 6dcfaca)
Configuration menu - View commit details
-
Copy full SHA for 45c86cc - Browse repository at this point
Copy the full SHA 45c86ccView commit details -
Update commons-compress version to mitigate CVE-2024-25710
(cherry picked from commit 0f6ffef)
Configuration menu - View commit details
-
Copy full SHA for f1ab295 - Browse repository at this point
Copy the full SHA f1ab295View commit details -
Log resolved OIDC tenant id and how the bearer token is found
(cherry picked from commit ff84d5d)
Configuration menu - View commit details
-
Copy full SHA for bdac5c7 - Browse repository at this point
Copy the full SHA bdac5c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for d4e9086 - Browse repository at this point
Copy the full SHA d4e9086View commit details -
SmallRye Health: terminate request context properly
When the SmallRye Health route handler activates request context on its own, it also needs to terminate it. However, that termination needs to happen only after all health checks complete. That's what this commit does. (cherry picked from commit 650ec93)
Configuration menu - View commit details
-
Copy full SHA for 4d54338 - Browse repository at this point
Copy the full SHA 4d54338View commit details -
Ignore
ValidationSchema
that results in registering all models`ValidationSchema` is annotated with `@JsonDeserialize` which leads in its entire type hierarchy being registered for reflective access along with the corresponding methods. This essentially ends up registering all models as in kubernetes-client 6.9.0 ValidationSchema was augmented to implement `Editable<ValidationSchemaBuilder>`, which increases the reachable types in comparison to previous versions. Ignoring registrations for `ValidationSchema` aligns with what we already do for `KubeSchema`. Fixes #38683 (cherry picked from commit 637ebea)
Configuration menu - View commit details
-
Copy full SHA for 943784b - Browse repository at this point
Copy the full SHA 943784bView commit details -
Attempt to fix flaky DependentBeanJobTest
(cherry picked from commit a6f36e1)
Configuration menu - View commit details
-
Copy full SHA for 4611ba6 - Browse repository at this point
Copy the full SHA 4611ba6View commit details
Commits on Feb 21, 2024
-
Merge pull request #38864 from gsmet/3.7.4-backports-1
3.7.4 backports 1
Configuration menu - View commit details
-
Copy full SHA for bc84000 - Browse repository at this point
Copy the full SHA bc84000View commit details -
[RELEASE] - Bump version to 3.7.4
quarkusbot committedFeb 21, 2024 Loading Loading status checks…Configuration menu - View commit details
-
Copy full SHA for c8ac990 - Browse repository at this point
Copy the full SHA c8ac990View commit details
There are no files selected for viewing