Skip to content

Conversation

@gsmet
Copy link
Member

@gsmet gsmet commented Dec 23, 2025

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

MaciejDromin and others added 15 commits December 23, 2025 18:48
Signed-off-by: Maciej Lisowski <[email protected]>
(cherry picked from commit 7213273)
We had several complaints that it was hard to notice people would use
their favorite logging API so I made it a lot more explicit.

Also I made the APIs titles so that they could be included in the TOC.

(cherry picked from commit 706da86)
This is causing warnings in the website after an Asciidoc update.

(cherry picked from commit aad38b3)
(cherry picked from commit da8edb8)
(cherry picked from commit 0f0e867)
I will have to add some recording and I don't think creating one more
specialized Recorder is the way to go.
Also added the phase annotations for documentation.

(cherry picked from commit 39b9c8d)
This will cause class loader leaks in test and dev mode, otherwise.

Fixes quarkusio#51688

(cherry picked from commit d980f91)
When we reset the class loader with the new transformed classes, we need
to make sure we drop the element from the protectionDomains, otherwise
the MemoryClassPathElement is kept as a key and leaks to the next
test/dev mode runs.

Fixes quarkusio#51688

(cherry picked from commit 5bd70d1)
@gsmet gsmet self-assigned this Dec 23, 2025
@gsmet gsmet added the area/infra internal and infrastructure related issues label Dec 23, 2025
@quarkus-bot quarkus-bot bot changed the title 3.30.5 backports 1 [3.30] 3.30.5 backports 1 Dec 23, 2025
@quarkus-bot quarkus-bot bot added area/arc Issue related to ARC (dependency injection) 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/jackson Issues related to Jackson (JSON library) area/kafka area/metrics area/oidc area/openapi area/platform Issues related to definition and interaction with Quarkus Platform labels Dec 23, 2025
@quarkus-bot
Copy link

quarkus-bot bot commented Dec 23, 2025

Status for workflow Quarkus Documentation CI

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

✅ 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.

Warning

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

@github-actions
Copy link

github-actions bot commented Dec 23, 2025

🙈 The PR is closed and the preview is expired.

@quarkus-bot
Copy link

quarkus-bot bot commented Dec 24, 2025

Status for workflow Quarkus CI

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

✅ 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 25

📦 extensions/smallrye-graphql/deployment

io.quarkus.smallrye.graphql.deployment.CompletionStageTest.testSourcePost - History

  • 1 expectation failed. Expected status code <200> but was <500>. - java.lang.AssertionError
Details
java.lang.AssertionError: 
1 expectation failed.
Expected status code <200> but was <500>.

	at java.base/jdk.internal.reflect.DirectConstructorHandleAccessor.newInstance(DirectConstructorHandleAccessor.java:62)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:483)
	at org.codehaus.groovy.reflection.CachedConstructor.invoke(CachedConstructor.java:73)

⚙️ MicroProfile TCKs Tests

📦 tcks/microprofile-lra

org.eclipse.microprofile.lra.tck.TckRecoveryTests.testCancelWhenParticipantIsUnavailable - History

  • Expecting the metric Compensated callback was called Expected: a value equal to or greater than <1> but: <0> was less than <1> - java.lang.AssertionError
Details
java.lang.AssertionError: 
Expecting the metric Compensated callback was called
Expected: a value equal to or greater than <1>
     but: <0> was less than <1>
	at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20)
	at org.eclipse.microprofile.lra.tck.TckRecoveryTests.assertMetricCallbackCalled(TckRecoveryTests.java:210)
	at org.eclipse.microprofile.lra.tck.TckRecoveryTests.testCancelWhenParticipantIsUnavailable(TckRecoveryTests.java:195)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

⚙️ JVM Integration Tests - JDK 25

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

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

  • 1 expectation failed. Expected status code <200> but was <500>. - java.lang.AssertionError
Details
java.lang.AssertionError: 
1 expectation failed.
Expected status code <200> but was <500>.

	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:483)
	at org.codehaus.groovy.reflection.CachedConstructor.invoke(CachedConstructor.java:73)
	at org.codehaus.groovy.runtime.callsite.ConstructorSite$ConstructorSiteNoUnwrapNoCoerce.callConstructor(ConstructorSite.java:108)

@gsmet gsmet merged commit 22db3c4 into quarkusio:3.30 Dec 24, 2025
62 checks passed
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/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/jackson Issues related to Jackson (JSON library) area/kafka area/metrics area/oidc area/openapi area/platform Issues related to definition and interaction with Quarkus Platform area/rest area/smallrye area/tracing area/vertx triage/flaky-test

Projects

None yet

Development

Successfully merging this pull request may close these issues.

10 participants