Skip to content

Refactor AppCDS handling now that we support JEP 483 in addition to AppCDS #46234

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

Merged
merged 2 commits into from
Apr 3, 2025

Conversation

geoand
Copy link
Contributor

@geoand geoand commented Feb 12, 2025

This is potentially a breaking change for extensions, not for users.

This comment was marked as resolved.

@geoand geoand requested a review from gsmet February 12, 2025 14:38
@quarkus-bot quarkus-bot bot added area/arc Issue related to ARC (dependency injection) area/core labels Feb 12, 2025
@geoand geoand added release/breaking-change and removed area/core area/arc Issue related to ARC (dependency injection) labels Feb 12, 2025
@quarkus-bot quarkus-bot bot added area/arc Issue related to ARC (dependency injection) area/core labels Feb 12, 2025

This comment has been minimized.

This comment has been minimized.

This comment has been minimized.

Copy link
Member

@gsmet gsmet left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry to be that guy (again!) but...

@geoand
Copy link
Contributor Author

geoand commented Feb 14, 2025

Thanks for checking!

I'll fix the points you raised

@geoand
Copy link
Contributor Author

geoand commented Feb 14, 2025

Should be better now

This comment has been minimized.

This is done as Arc is pretty much a requirement for all
applications so we can simplify the AppCDS handling
Copy link

quarkus-bot bot commented Feb 18, 2025

Status for workflow Quarkus CI

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

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

📦 extensions/micrometer-opentelemetry/deployment

io.quarkus.micrometer.opentelemetry.deployment.compatibility.MicrometerTimedInterceptorTest.testTimeMethod_Async - History

  • Stream has no elements - java.lang.IllegalArgumentException
java.lang.IllegalArgumentException: Stream has no elements
	at io.quarkus.micrometer.opentelemetry.deployment.common.MetricDataFilter.lastReadingDataPoint(MetricDataFilter.java:236)
	at io.quarkus.micrometer.opentelemetry.deployment.compatibility.MicrometerTimedInterceptorTest.testTimeMethod_Async(MicrometerTimedInterceptorTest.java:126)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at io.quarkus.test.QuarkusUnitTest.runExtensionMethod(QuarkusUnitTest.java:513)
	at io.quarkus.test.QuarkusUnitTest.interceptTestMethod(QuarkusUnitTest.java:427)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)

⚙️ Maven Tests - JDK 17

📦 integration-tests/devmode

io.quarkus.test.devui.DevUIGrpcSmokeTest.testTestService - History

  • Too many recursions, message not returned for id [388551178] - java.lang.RuntimeException
java.lang.RuntimeException: Too many recursions, message not returned for id [388551178]
	at io.quarkus.devui.tests.DevUIJsonRPCTest.objectResultFromJsonRPC(DevUIJsonRPCTest.java:164)
	at io.quarkus.devui.tests.DevUIJsonRPCTest.objectResultFromJsonRPC(DevUIJsonRPCTest.java:167)
	at io.quarkus.devui.tests.DevUIJsonRPCTest.objectResultFromJsonRPC(DevUIJsonRPCTest.java:167)
	at io.quarkus.devui.tests.DevUIJsonRPCTest.objectResultFromJsonRPC(DevUIJsonRPCTest.java:167)
	at io.quarkus.devui.tests.DevUIJsonRPCTest.objectResultFromJsonRPC(DevUIJsonRPCTest.java:167)
	at io.quarkus.devui.tests.DevUIJsonRPCTest.objectResultFromJsonRPC(DevUIJsonRPCTest.java:167)
	at io.quarkus.devui.tests.DevUIJsonRPCTest.objectResultFromJsonRPC(DevUIJsonRPCTest.java:167)

@geoand
Copy link
Contributor Author

geoand commented Feb 27, 2025

@gsmet is there anything else you would like to see for this one?

@geoand
Copy link
Contributor Author

geoand commented Apr 3, 2025

Ping

Copy link
Member

@gsmet gsmet left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh, no, sorry, I thought we had merged this one ages ago.

@gsmet gsmet merged commit f206fa8 into quarkusio:main Apr 3, 2025
55 checks passed
@quarkus-bot quarkus-bot bot added this to the 3.22 - main milestone Apr 3, 2025
@geoand
Copy link
Contributor Author

geoand commented Apr 3, 2025

np :)

@geoand geoand deleted the appcds-refactor branch April 3, 2025 14:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants