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

Use latest quarkus-spring-* #46725

Merged
merged 1 commit into from
Mar 13, 2025
Merged

Conversation

aureamunoz
Copy link
Member

@aureamunoz aureamunoz commented Mar 11, 2025

Copy link

quarkus-bot bot commented Mar 11, 2025

Thanks for your pull request!

Your pull request does not follow our editorial rules. Could you have a look?

  • description should not be empty, describe your intent or provide links to the issues this PR is fixing (using Fixes #NNNNN) or changelogs

This message is automatically generated by a bot.

@quarkus-bot quarkus-bot bot added area/dependencies Pull requests that update a dependency file area/spring Issues relating to the Spring integration labels Mar 11, 2025
@gsmet
Copy link
Member

gsmet commented Mar 11, 2025

@aureamunoz The Spring Web module is failing in native with:

Detailed message:
Error: Discovered unresolved type during parsing: org.springframework.http.ETag. This error is reported at image build time because class org.springframework.http.HttpHeaders is registered for linking at image build time by command line and command line.
Error encountered while parsing org.springframework.http.HttpHeaders.getETagValuesAsList(HttpHeaders.java:1680) 
Parsing context:
   at root method.(Unknown Source)

Error: Discovered unresolved type during parsing: org.springframework.http.ETag. This error is reported at image build time because class org.springframework.http.HttpHeaders is registered for linking at image build time by command line and command line.
Error encountered while parsing org.springframework.http.HttpHeaders.setETag(HttpHeaders.java:1094) 
Parsing context:
   at root method.(Unknown Source)

Error: Discovered unresolved type during parsing: org.springframework.util.MultiToSingleValueMapAdapter. This error is reported at image build time because class org.springframework.util.MultiValueMap is registered for linking at image build time by command line and command line.
Error encountered while parsing org.springframework.util.MultiValueMap.asSingleValueMap(MultiValueMap.java:109) 
Parsing context:
   at root method.(Unknown Source)

Error: Discovered unresolved type during parsing: org.springframework.util.SingleToMultiValueMapAdapter. This error is reported at image build time because class org.springframework.util.MultiValueMap is registered for linking at image build time by command line and command line.
Error encountered while parsing org.springframework.util.MultiValueMap.fromSingleValue(MultiValueMap.java:127) 
Parsing context:
   at static root method.(Unknown Source)


com.oracle.svm.core.util.UserError$UserException: Unsupported features in 4 methods
Detailed message:
Error: Discovered unresolved type during parsing: org.springframework.http.ETag. This error is reported at image build time because class org.springframework.http.HttpHeaders is registered for linking at image build time by command line and command line.
Error encountered while parsing org.springframework.http.HttpHeaders.getETagValuesAsList(HttpHeaders.java:1680) 
Parsing context:
   at root method.(Unknown Source)

Error: Discovered unresolved type during parsing: org.springframework.http.ETag. This error is reported at image build time because class org.springframework.http.HttpHeaders is registered for linking at image build time by command line and command line.
Error encountered while parsing org.springframework.http.HttpHeaders.setETag(HttpHeaders.java:1094) 
Parsing context:
   at root method.(Unknown Source)

Error: Discovered unresolved type during parsing: org.springframework.util.MultiToSingleValueMapAdapter. This error is reported at image build time because class org.springframework.util.MultiValueMap is registered for linking at image build time by command line and command line.
Error encountered while parsing org.springframework.util.MultiValueMap.asSingleValueMap(MultiValueMap.java:109) 
Parsing context:
   at root method.(Unknown Source)

Error: Discovered unresolved type during parsing: org.springframework.util.SingleToMultiValueMapAdapter. This error is reported at image build time because class org.springframework.util.MultiValueMap is registered for linking at image build time by command line and command line.
Error encountered while parsing org.springframework.util.MultiValueMap.fromSingleValue(MultiValueMap.java:127) 
Parsing context:

This comment has been minimized.

Copy link

quarkus-bot bot commented Mar 12, 2025

Status for workflow Quarkus CI

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

✅ 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

📦 extensions/scheduler/deployment

io.quarkus.scheduler.test.PausedSchedulerTest.testSchedulerPauseResume - History

  • expected: <false> but was: <true> - org.opentest4j.AssertionFailedError
org.opentest4j.AssertionFailedError: expected: <false> but was: <true>
	at org.junit.jupiter.api.AssertionFailureBuilder.build(AssertionFailureBuilder.java:151)
	at org.junit.jupiter.api.AssertionFailureBuilder.buildAndThrow(AssertionFailureBuilder.java:132)
	at org.junit.jupiter.api.AssertFalse.failNotFalse(AssertFalse.java:63)
	at org.junit.jupiter.api.AssertFalse.assertFalse(AssertFalse.java:36)
	at org.junit.jupiter.api.AssertFalse.assertFalse(AssertFalse.java:31)
	at org.junit.jupiter.api.Assertions.assertFalse(Assertions.java:231)
	at io.quarkus.scheduler.test.PausedSchedulerTest.testSchedulerPauseResume(PausedSchedulerTest.java:47)

⚙️ JVM Tests - JDK 17 Windows

📦 extensions/micrometer-opentelemetry/deployment

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

  • Stream has no elements - java.lang.IllegalArgumentException
java.lang.IllegalArgumentException: Stream has no elements
	at io.quarkus.micrometer.opentelemetry.deployment.common.MetricDataFilter.lambda$lastReading$2(MetricDataFilter.java:213)
	at java.base/java.util.Optional.orElseThrow(Optional.java:403)
	at io.quarkus.micrometer.opentelemetry.deployment.common.MetricDataFilter.lastReading(MetricDataFilter.java:213)
	at io.quarkus.micrometer.opentelemetry.deployment.common.MetricDataFilter.lastReadingDataPoint(MetricDataFilter.java:231)
	at io.quarkus.micrometer.opentelemetry.deployment.compatibility.MicrometerTimedInterceptorTest.testTimeMethod_Uni(MicrometerTimedInterceptorTest.java:174)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at io.quarkus.test.QuarkusUnitTest.runExtensionMethod(QuarkusUnitTest.java:521)

@geoand geoand merged commit 526644e into quarkusio:main Mar 13, 2025
58 checks passed
@quarkus-bot quarkus-bot bot added this to the 3.22 - main milestone Mar 13, 2025
@gsmet gsmet modified the milestones: 3.22 - main, 3.21.0 Mar 18, 2025
@gsmet gsmet modified the milestones: 3.21.0, 3.19.4 Mar 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/dependencies Pull requests that update a dependency file area/spring Issues relating to the Spring integration triage/flaky-test
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants