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.10] 3.10.0 backports 1 #40206

Merged
merged 23 commits into from
Apr 23, 2024
Merged

[3.10] 3.10.0 backports 1 #40206

merged 23 commits into from
Apr 23, 2024

Conversation

gsmet
Copy link
Member

@gsmet gsmet commented Apr 23, 2024

Please don't merge, I will merge it myself.

amusarra and others added 23 commits April 23, 2024 10:12
Replace the build option -Dquarkus.kubernetes.deploy=true with -Dquarkus.openshift.deploy=true

(cherry picked from commit af00b5f)
Signed-off-by: Michal Maléř <mmaler@redhat.com>
(cherry picked from commit 561212e)
(cherry picked from commit 171a793)
`Emitter` is not an annotation.

(cherry picked from commit e44d7a7)
(cherry picked from commit e59693a)
Remove duplicated statement on the "File log handler" section

(cherry picked from commit 861ca77)
(cherry picked from commit 6014d51)
- previously, we used incorrectly an OS-specific relative path

(cherry picked from commit 202ea6e)
- so that callback methods can be annotated with Blocking, NonBlocking
and RunOnVirtualThread

(cherry picked from commit 8df1abe)
(cherry picked from commit 22d1052)
NativeImageResourceBuildItem and ServiceProviderBuildItem contain a path
of the resource we should include and not a pattern or a glob. As a
result, `Pattern.quote` is the right method to use in order to produce a
pattern that would match the path.

The patch also remove the wrong addition of the paths "as is" to the
includes json array.

Fix up of b7f49dd

(cherry picked from commit 2585bb0)
Bumps [io.smallrye.beanbag:smallrye-beanbag-maven](https://github.com/smallrye/smallrye-beanbag) from 1.4.0 to 1.4.1.
- [Release notes](https://github.com/smallrye/smallrye-beanbag/releases)
- [Commits](smallrye/smallrye-beanbag@1.4.0...1.4.1)

---
updated-dependencies:
- dependency-name: io.smallrye.beanbag:smallrye-beanbag-maven
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
(cherry picked from commit 7624880)
As per the statement right before the described command, I think the extension being added should be "rest-client-jackson" instead of "rest-client-reactive-jackson"

(cherry picked from commit d80f220)
@gsmet gsmet added the area/infra internal and infrastructure related issues label Apr 23, 2024
@quarkus-bot quarkus-bot bot changed the title 3.10.0 backports 1 [3.10] 0.0 backports 1 Apr 23, 2024
@quarkus-bot quarkus-bot bot added area/arc Issue related to ARC (dependency injection) area/cache area/cli Related to quarkus cli (not maven/gradle/etc.) area/config area/core labels Apr 23, 2024
@quarkus-bot quarkus-bot bot added area/dependencies Pull requests that update a dependency file area/devtools Issues/PR related to maven, gradle, platform and cli tooling/plugins area/docstyle issues related for manual docstyle review area/documentation area/infra-automation anything related to CI, bots, etc. that are used to automated our infrastructure area/logging area/qute The template engine labels Apr 23, 2024
@gsmet gsmet changed the title [3.10] 0.0 backports 1 [3.10] 3.10.0 backports 1 Apr 23, 2024
@quarkus-bot
Copy link

quarkus-bot bot commented Apr 23, 2024

Status for workflow Quarkus Documentation CI

This is the status report for running Quarkus Documentation CI on commit bbc9b9a.

✅ The latest workflow run for the pull request has completed successfully.

It should be safe to merge provided you have a look at the other checks in the summary.

⚠️ There are other workflow runs running, you probably need to wait for their status before merging.

Copy link

github-actions bot commented Apr 23, 2024

🙈 The PR is closed and the preview is expired.

@gsmet gsmet merged commit aa799f8 into quarkusio:3.10 Apr 23, 2024
71 of 72 checks passed
@quarkus-bot
Copy link

quarkus-bot bot commented Apr 23, 2024

Status for workflow Quarkus CI

This is the status report for running Quarkus CI on commit bbc9b9a.

✅ The latest workflow run for the pull request has completed successfully.

It should be safe to merge provided you have a look at the other checks in the summary.

You can consult the Develocity build scans.


Flaky tests - Develocity

⚙️ JVM Tests - JDK 21

📦 integration-tests/virtual-threads/grpc-virtual-threads

io.quarkus.grpc.example.streaming.VertxVirtualThreadTest.testEmpty - History

  • INTERNAL: Half-closed without a request - io.grpc.StatusRuntimeException
io.grpc.StatusRuntimeException: INTERNAL: Half-closed without a request
	at io.grpc.stub.ClientCalls.toStatusRuntimeException(ClientCalls.java:268)
	at io.grpc.stub.ClientCalls.getUnchecked(ClientCalls.java:249)
	at io.grpc.stub.ClientCalls.blockingUnaryCall(ClientCalls.java:167)
	at io.grpc.testing.integration.TestServiceGrpc$TestServiceBlockingStub.emptyCall(TestServiceGrpc.java:211)
	at io.quarkus.grpc.example.streaming.VirtualThreadTestBase.testEmpty(VirtualThreadTestBase.java:25)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at io.quarkus.test.junit.QuarkusTestExtension.runExtensionMethod(QuarkusTestExtension.java:1018)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/arc Issue related to ARC (dependency injection) area/cache area/cli Related to quarkus cli (not maven/gradle/etc.) area/config area/core area/dependencies Pull requests that update a dependency file area/devtools Issues/PR related to maven, gradle, platform and cli tooling/plugins area/docstyle issues related for manual docstyle review area/documentation area/infra internal and infrastructure related issues area/infra-automation anything related to CI, bots, etc. that are used to automated our infrastructure area/logging area/qute The template engine triage/flaky-test
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet