forked from quarkusio/quarkus
-
Notifications
You must be signed in to change notification settings - Fork 0
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
merging main #1
Merged
Merged
merging main #1
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…ers.version-1.19.1 Bump testcontainers.version from 1.19.0 to 1.19.1
Fix typos and a forgot backtick in the doc files
Bumps [com.google.api.grpc:proto-google-common-protos](https://github.com/googleapis/sdk-platform-java) from 2.23.0 to 2.27.0. - [Release notes](https://github.com/googleapis/sdk-platform-java/releases) - [Changelog](https://github.com/googleapis/sdk-platform-java/blob/main/CHANGELOG.md) - [Commits](googleapis/sdk-platform-java@v2.23.0...v2.27.0) --- updated-dependencies: - dependency-name: com.google.api.grpc:proto-google-common-protos dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Fix handling of HTTP/2 H2 empty frames in Resteasy Reactive
Use MongoDB 4.4 consistently
Add a custom OIDC identity provider test
Add validation of execution model annotations
…se#4763 since we've updated to liquibase 4.24.0
…api.grpc-proto-google-common-protos-2.27.0 Bump com.google.api.grpc:proto-google-common-protos from 2.23.0 to 2.27.0
…kafka-oauth-client-0.14.0 Bump io.strimzi:kafka-oauth-client from 0.12.0 to 0.14.0
Quarkus currently only parses the feature and update version of JDK and incorrectly prints message like: ``` [INFO] [io.quarkus.deployment.pkg.steps.NativeImageBuildStep] Running Quarkus native-image plugin on MANDREL 22.3.3.1 JDK 17.8 ``` while it should be ``` [INFO] [io.quarkus.deployment.pkg.steps.NativeImageBuildStep] Running Quarkus native-image plugin on MANDREL 22.3.3.1 JDK 17.0.8 ``` i.e. 17.0.8 vs 17.8 This change fixes that issue and relies on java.lang.Runtime.Version for parsing and comparing the JDK version. Follow up to #36267
… initialized, get rid of config merger bean
Updates Liquibase integrationtest
Fix OIDC/GraphQL client initialization
- beans declared on a test profile implementation are only taken into account if the test profile is used - resolves #36554
It is better for the build cache and for local testing, nowadays, there is a good chance people will use containers anyway.
- Add move architecture to cover ppcle64 and s390x - Update code to handle deprecation and removed API
Added Discord as well-known OIDC provider
Signed-off-by: Phillip Kruger <[email protected]>
Tests to check content type between Services and OpenAPI
Kafka Streams Dev UI migration to v2
Fix codestarts snapshots
Gradle plugin: use full URI for configuration source locations
OTel flush timeout
TransactionalUniAsserterTestMethodInvoker is a subclass of RunOnVertxContextTestMethodInvoker. The problem is that there were two separate pointers keeping track of the asserter in the superclass and in the subclass. This lead to only one pointer being initialized and, if the wrong pointer was null-checked, the asserter was ignored causing the test to never fail. This commit fixes the issue by keeping only one reference to the asserter in the superclass.
Use method reference where possible
The goal is to extract the `asUni()` method from `UniAsserter`
TransactionalUniAsserter never fails with Hibernate Reactive
Duplicate Authorization Bearer Header Fix
Signed-off-by: Michal Maléř <[email protected]>
…atasource The previous config was relying on FlyWay on a default datasource to create other databases which named datasources pointed at. Which works well, until a named datasource gets initialized before the default datasource; then named datasource initialization fails because the corresponding database doesn't exist yet. This happened on my local laptop, I don't know why it didn't happen on CI.
Tiny Vale tweaks for Datasource and Logging guide
More reliable test setup in integration-tests/hibernate-orm-tenancy/datasource
Fix #32092. The issue was not specific to Gradle. It was problematic with Gradle, as it was configuring the watcher on not existing directories.
Remove erroneous preview status from cache doc
Quarkus code-gen (Gradle): Fix behavior to filter unavailable services
Fix OIDC key resolver to accept SHA256 certificate thumbprints
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.