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

Don't ignore Spring Rest controllers interfaces if contains errors #44642

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

aureamunoz
Copy link
Member

Related to #43704

@quarkus-bot quarkus-bot bot added the area/spring Issues relating to the Spring integration label Nov 22, 2024
@aureamunoz
Copy link
Member Author

cc @geoand @cescoffier

Copy link

quarkus-bot bot commented Nov 22, 2024

Status for workflow Quarkus CI

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

Failing Jobs

Status Name Step Failures Logs Raw logs Build scan
JVM Tests - JDK 17 Build Failures Logs Raw logs 🔍
JVM Tests - JDK 21 Build Failures Logs Raw logs 🔍
JVM Tests - JDK 17 Windows Build Failures Logs Raw logs 🔍
Native Tests - Spring Build Failures Logs Raw logs 🔍

Full information is available in the Build summary check run.
You can consult the Develocity build scans.

Failures

⚙️ JVM Tests - JDK 17 #

- Failing: integration-tests/spring-web 

📦 integration-tests/spring-web

io.quarkus.it.spring.web.ExceptionHandlingTest.testPojoWithResponseEntityException line 78 - History - More details - Source on GitHub

java.lang.AssertionError: 
1 expectation failed.
Expected content-type "application/json" doesn't match actual content-type "".

	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:500)

io.quarkus.it.spring.web.ExceptionHandlingTest.testResponseEntityWithResponseEntityException line 68 - History - More details - Source on GitHub

java.lang.AssertionError: 
1 expectation failed.
Expected content-type "application/json" doesn't match actual content-type "".

	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:500)

io.quarkus.it.spring.web.ExceptionHandlingTest.testVoidWithResponseEntityException line 88 - History - More details - Source on GitHub

java.lang.AssertionError: 
1 expectation failed.
Expected content-type "application/json" doesn't match actual content-type "".

	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:500)

io.quarkus.it.spring.web.ExceptionHandlingTest.testVoidWithResponseEntityExceptionAsHardcodedXml line 110 - History - More details - Source on GitHub

java.lang.AssertionError: 
1 expectation failed.
Expected content-type "application/xml" doesn't match actual content-type "".

	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:500)

io.quarkus.it.spring.web.ExceptionHandlingTest.testVoidWithResponseEntityExceptionAsXml line 99 - History - More details - Source on GitHub

java.lang.AssertionError: 
1 expectation failed.
Expected content-type "application/xml" doesn't match actual content-type "".

	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:500)

⚙️ JVM Tests - JDK 21 #

- Failing: integration-tests/spring-web 

📦 integration-tests/spring-web

io.quarkus.it.spring.web.ExceptionHandlingTest.testPojoWithResponseEntityException line 78 - History - More details - Source on GitHub

java.lang.AssertionError: 
1 expectation failed.
Expected content-type "application/json" doesn't match actual content-type "".

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

io.quarkus.it.spring.web.ExceptionHandlingTest.testResponseEntityWithResponseEntityException line 68 - History - More details - Source on GitHub

java.lang.AssertionError: 
1 expectation failed.
Expected content-type "application/json" doesn't match actual content-type "".

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

io.quarkus.it.spring.web.ExceptionHandlingTest.testVoidWithResponseEntityException line 88 - History - More details - Source on GitHub

java.lang.AssertionError: 
1 expectation failed.
Expected content-type "application/json" doesn't match actual content-type "".

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

io.quarkus.it.spring.web.ExceptionHandlingTest.testVoidWithResponseEntityExceptionAsHardcodedXml line 110 - History - More details - Source on GitHub

java.lang.AssertionError: 
1 expectation failed.
Expected content-type "application/xml" doesn't match actual content-type "".

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

io.quarkus.it.spring.web.ExceptionHandlingTest.testVoidWithResponseEntityExceptionAsXml line 99 - History - More details - Source on GitHub

java.lang.AssertionError: 
1 expectation failed.
Expected content-type "application/xml" doesn't match actual content-type "".

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

⚙️ JVM Tests - JDK 17 Windows #

- Failing: integration-tests/spring-web 

📦 integration-tests/spring-web

io.quarkus.it.spring.web.ExceptionHandlingTest.testPojoWithResponseEntityException line 78 - History - More details - Source on GitHub

java.lang.AssertionError: 
1 expectation failed.
Expected content-type "application/json" doesn't match actual content-type "".

	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:500)

io.quarkus.it.spring.web.ExceptionHandlingTest.testResponseEntityWithResponseEntityException line 68 - History - More details - Source on GitHub

java.lang.AssertionError: 
1 expectation failed.
Expected content-type "application/json" doesn't match actual content-type "".

	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:500)

io.quarkus.it.spring.web.ExceptionHandlingTest.testVoidWithResponseEntityException line 88 - History - More details - Source on GitHub

java.lang.AssertionError: 
1 expectation failed.
Expected content-type "application/json" doesn't match actual content-type "".

	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:500)

io.quarkus.it.spring.web.ExceptionHandlingTest.testVoidWithResponseEntityExceptionAsHardcodedXml line 110 - History - More details - Source on GitHub

java.lang.AssertionError: 
1 expectation failed.
Expected content-type "application/xml" doesn't match actual content-type "".

	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:500)

io.quarkus.it.spring.web.ExceptionHandlingTest.testVoidWithResponseEntityExceptionAsXml line 99 - History - More details - Source on GitHub

java.lang.AssertionError: 
1 expectation failed.
Expected content-type "application/xml" doesn't match actual content-type "".

	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:500)

⚙️ Native Tests - Spring #

- Failing: integration-tests/spring-web 

📦 integration-tests/spring-web

io.quarkus.it.spring.web.ExceptionHandlingIT.testPojoWithResponseEntityException - History - More details - Source on GitHub

java.lang.AssertionError: 
1 expectation failed.
Expected content-type "application/json" doesn't match actual content-type "".

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

io.quarkus.it.spring.web.ExceptionHandlingIT.testResponseEntityWithResponseEntityException - History - More details - Source on GitHub

java.lang.AssertionError: 
1 expectation failed.
Expected content-type "application/json" doesn't match actual content-type "".

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

io.quarkus.it.spring.web.ExceptionHandlingIT.testVoidWithResponseEntityException - History - More details - Source on GitHub

java.lang.AssertionError: 
1 expectation failed.
Expected content-type "application/json" doesn't match actual content-type "".

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

io.quarkus.it.spring.web.ExceptionHandlingIT.testVoidWithResponseEntityExceptionAsHardcodedXml - History - More details - Source on GitHub

java.lang.AssertionError: 
1 expectation failed.
Expected content-type "application/xml" doesn't match actual content-type "".

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

io.quarkus.it.spring.web.ExceptionHandlingIT.testVoidWithResponseEntityExceptionAsXml - History - More details - Source on GitHub

java.lang.AssertionError: 
1 expectation failed.
Expected content-type "application/xml" doesn't match actual content-type "".

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/spring Issues relating to the Spring integration
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant