-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
base: main
Are you sure you want to change the base?
Conversation
Status for workflow
|
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)
Related to #43704