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.12] 3.12.1 backports 2 #41593

Merged
merged 15 commits into from
Jul 2, 2024
Merged

[3.12] 3.12.1 backports 2 #41593

merged 15 commits into from
Jul 2, 2024

Conversation

gsmet
Copy link
Member

@gsmet gsmet commented Jul 1, 2024

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

mkouba and others added 15 commits July 1, 2024 19:53
- take into consideration method params with `@InjectMock` when marking
beans as unremovable
- document that `@InjectMock` is not intended as a universal replacement
for the functionality provided by the Mockito JUnit extension.
- also skip param injection for params annotated with
`@org.mockito.Mock` so that `@SkipInject` is not needed.
- fixes quarkusio#41224

(cherry picked from commit 86bba7a)
- this callback should send a binary message

(cherry picked from commit 6258848)
- otherwise the connection can consume all memory and the UI may become
unresponsive, e.g. if an endpoint sends a new message every millisecond

(cherry picked from commit 2536d52)
(cherry picked from commit 0dfc0f0)
Mostly related to the extension structure and documentation.

(cherry picked from commit 0578aa0)
Signed-off-by: Phillip Kruger <[email protected]>
(cherry picked from commit 2e37b5f)
This seems to have caused quarkusio#41464

(cherry picked from commit 7206c1b)
Follow up of quarkusio#40537 as this was missed

(cherry picked from commit b310b26)
Updated flyway documentation according to issue flyway/flyway#3780

(cherry picked from commit bad999b)
Previously, if `quarkus.tls.trust-all` was set, the Redis client would automatically use TLS. This commit ensures that TLS is only enabled when the host scheme is rediss://, aligning the behavior with expected usage patterns.

Fix quarkusio#41548

(cherry picked from commit 0fdf12c)
Signed-off-by: Harald Albers <[email protected]>
(cherry picked from commit 436ac7b)
@gsmet gsmet added the area/infra internal and infrastructure related issues label Jul 1, 2024
@gsmet gsmet self-assigned this Jul 1, 2024
@quarkus-bot quarkus-bot bot changed the title 3.12.1 backports 2 [3.12] 3.12.1 backports 2 Jul 1, 2024
@quarkus-bot
Copy link

quarkus-bot bot commented Jul 1, 2024

Status for workflow Quarkus Documentation CI

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

✅ 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 Jul 1, 2024

🙈 The PR is closed and the preview is expired.

@quarkus-bot
Copy link

quarkus-bot bot commented Jul 2, 2024

Status for workflow Quarkus CI

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

Failing Jobs

Status Name Step Failures Logs Raw logs Build scan

You can consult the Develocity build scans.


Flaky tests - Develocity

⚙️ JVM Tests - JDK 21

📦 extensions/smallrye-reactive-messaging-kafka/deployment

io.quarkus.smallrye.reactivemessaging.kafka.deployment.dev.KafkaDevServicesDevModeTestCase.sseStream - History

  • Assertion condition defined as a Lambda expression in io.quarkus.smallrye.reactivemessaging.kafka.deployment.dev.KafkaDevServicesDevModeTestCase Expecting size of: [] to be greater than or equal to 2 but was 0 within 10 seconds. - org.awaitility.core.ConditionTimeoutException
org.awaitility.core.ConditionTimeoutException: 
Assertion condition defined as a Lambda expression in io.quarkus.smallrye.reactivemessaging.kafka.deployment.dev.KafkaDevServicesDevModeTestCase 
Expecting size of:
  []
to be greater than or equal to 2 but was 0 within 10 seconds.
	at org.awaitility.core.ConditionAwaiter.await(ConditionAwaiter.java:167)
	at org.awaitility.core.AssertionCondition.await(AssertionCondition.java:119)
	at org.awaitility.core.AssertionCondition.await(AssertionCondition.java:31)

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

io.quarkus.grpc.example.streaming.VertxVirtualThreadTest.testUnary - 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.unaryCall(TestServiceGrpc.java:220)
	at io.quarkus.grpc.example.streaming.VirtualThreadTestBase.testUnary(VirtualThreadTestBase.java:33)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at io.quarkus.test.junit.QuarkusTestExtension.runExtensionMethod(QuarkusTestExtension.java:1017)

@gsmet gsmet merged commit 31f58dc into quarkusio:3.12 Jul 2, 2024
54 of 55 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.