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

merging main #1

Merged
merged 10,000 commits into from
Nov 3, 2023
Merged

merging main #1

merged 10,000 commits into from
Nov 3, 2023

Conversation

chetankokil
Copy link
Owner

No description provided.

gsmet and others added 30 commits October 20, 2023 15:40
…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
Add validation of execution model annotations
…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
- 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
sberyozkin and others added 29 commits October 31, 2023 23:10
Added Discord as well-known OIDC provider
Tests to check content type between Services and OpenAPI
Kafka Streams Dev UI migration to v2
Gradle plugin: use full URI for configuration source locations
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
…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
@chetankokil chetankokil merged commit 83c29d6 into chetankokil:main Nov 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.