Skip to content

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

Don't ignore Spring Rest controllers interfaces if contains errors

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

Triggered via push December 9, 2024 16:16
Status Success
Total duration 26m 57s
Artifacts 1

doc-build.yml

on: push
CI Sanity Check
31s
CI Sanity Check
Documentation Build
26m 31s
Documentation Build
Fit to window
Zoom out
Zoom in

Annotations

21 errors and 2 warnings
JVM Tests - JDK 17: independent-projects/resteasy-reactive/server/vertx/src/test/java/org/jboss/resteasy/reactive/server/vertx/test/BothBlockingAndNonBlockingOnClassTest.java#L1
org.opentest4j.AssertionFailedError: Build failed with wrong exception, expected class jakarta.enterprise.inject.spi.DeploymentException but got java.lang.NullPointerException: Cannot invoke "java.util.List.iterator()" because "this.validateEndpoint" is null ==> expected: <true> but was: <false> at org.jboss.resteasy.reactive.server.vertx.test.framework.ResteasyReactiveUnitTest.lambda$setExpectedException$1(ResteasyReactiveUnitTest.java:200) at org.jboss.resteasy.reactive.server.vertx.test.framework.ResteasyReactiveUnitTest.beforeAll(ResteasyReactiveUnitTest.java:309)
JVM Tests - JDK 17: independent-projects/resteasy-reactive/server/vertx/src/test/java/org/jboss/resteasy/reactive/server/vertx/test/BothBlockingAndNonBlockingOnMethodTest.java#L1
org.opentest4j.AssertionFailedError: Build failed with wrong exception, expected class jakarta.enterprise.inject.spi.DeploymentException but got java.lang.NullPointerException: Cannot invoke "java.util.List.iterator()" because "this.validateEndpoint" is null ==> expected: <true> but was: <false> at org.jboss.resteasy.reactive.server.vertx.test.framework.ResteasyReactiveUnitTest.lambda$setExpectedException$1(ResteasyReactiveUnitTest.java:200) at org.jboss.resteasy.reactive.server.vertx.test.framework.ResteasyReactiveUnitTest.beforeAll(ResteasyReactiveUnitTest.java:309)
JVM Tests - JDK 17: independent-projects/resteasy-reactive/server/vertx/src/test/java/org/jboss/resteasy/reactive/server/vertx/test/InnerClassTest.java#L1
org.opentest4j.AssertionFailedError: Build failed with wrong exception, expected class jakarta.enterprise.inject.spi.DeploymentException but got java.lang.NullPointerException: Cannot invoke "java.util.List.iterator()" because "this.validateEndpoint" is null ==> expected: <true> but was: <false> at org.jboss.resteasy.reactive.server.vertx.test.framework.ResteasyReactiveUnitTest.lambda$setExpectedException$1(ResteasyReactiveUnitTest.java:200) at org.jboss.resteasy.reactive.server.vertx.test.framework.ResteasyReactiveUnitTest.beforeAll(ResteasyReactiveUnitTest.java:309)
JVM Tests - JDK 17: independent-projects/resteasy-reactive/server/vertx/src/test/java/org/jboss/resteasy/reactive/server/vertx/test/MultipleHttpAnnotationsTest.java#L1
org.opentest4j.AssertionFailedError: Build failed with wrong exception, expected class jakarta.enterprise.inject.spi.DeploymentException but got java.lang.NullPointerException: Cannot invoke "java.util.List.iterator()" because "this.validateEndpoint" is null ==> expected: <true> but was: <false> at org.jboss.resteasy.reactive.server.vertx.test.framework.ResteasyReactiveUnitTest.lambda$setExpectedException$1(ResteasyReactiveUnitTest.java:200) at org.jboss.resteasy.reactive.server.vertx.test.framework.ResteasyReactiveUnitTest.beforeAll(ResteasyReactiveUnitTest.java:309)
JVM Tests - JDK 17: independent-projects/resteasy-reactive/server/vertx/src/test/java/org/jboss/resteasy/reactive/server/vertx/test/multipart/MultipartOutputUsingReactiveEndpointTest.java#L1
org.opentest4j.AssertionFailedError: Build failed with wrong exception, expected class jakarta.enterprise.inject.spi.DeploymentException but got java.lang.NullPointerException: Cannot invoke "java.util.List.iterator()" because "this.validateEndpoint" is null ==> expected: <true> but was: <false> at org.jboss.resteasy.reactive.server.vertx.test.framework.ResteasyReactiveUnitTest.lambda$setExpectedException$1(ResteasyReactiveUnitTest.java:200) at org.jboss.resteasy.reactive.server.vertx.test.framework.ResteasyReactiveUnitTest.beforeAll(ResteasyReactiveUnitTest.java:309)
JVM Tests - JDK 17: independent-projects/resteasy-reactive/server/vertx/src/test/java/org/jboss/resteasy/reactive/server/vertx/test/resource/basic/GenericResourceTest.java#L1
java.lang.NullPointerException: Cannot invoke "java.util.List.iterator()" because "this.validateEndpoint" is null at org.jboss.resteasy.reactive.common.processor.EndpointIndexer.createEndpoints(EndpointIndexer.java:329) at org.jboss.resteasy.reactive.server.processor.ResteasyReactiveDeploymentManager$ScanStep.scan(ResteasyReactiveDeploymentManager.java:259)
JVM Tests - JDK 17: independent-projects/resteasy-reactive/server/vertx/src/test/java/org/jboss/resteasy/reactive/server/vertx/test/resource/basic/ParameterSubResTest.java#L1
java.lang.NullPointerException: Cannot invoke "java.util.List.iterator()" because "this.validateEndpoint" is null at org.jboss.resteasy.reactive.common.processor.EndpointIndexer.createEndpoints(EndpointIndexer.java:329) at org.jboss.resteasy.reactive.server.processor.ResteasyReactiveDeploymentManager$ScanStep.scan(ResteasyReactiveDeploymentManager.java:259)
JVM Tests - JDK 17 Windows: independent-projects/resteasy-reactive/server/vertx/src/test/java/org/jboss/resteasy/reactive/server/vertx/test/BothBlockingAndNonBlockingOnClassTest.java#L1
org.opentest4j.AssertionFailedError: Build failed with wrong exception, expected class jakarta.enterprise.inject.spi.DeploymentException but got java.lang.NullPointerException: Cannot invoke "java.util.List.iterator()" because "this.validateEndpoint" is null ==> expected: <true> but was: <false> at org.jboss.resteasy.reactive.server.vertx.test.framework.ResteasyReactiveUnitTest.lambda$setExpectedException$1(ResteasyReactiveUnitTest.java:200) at org.jboss.resteasy.reactive.server.vertx.test.framework.ResteasyReactiveUnitTest.beforeAll(ResteasyReactiveUnitTest.java:309)
JVM Tests - JDK 17 Windows: independent-projects/resteasy-reactive/server/vertx/src/test/java/org/jboss/resteasy/reactive/server/vertx/test/BothBlockingAndNonBlockingOnMethodTest.java#L1
org.opentest4j.AssertionFailedError: Build failed with wrong exception, expected class jakarta.enterprise.inject.spi.DeploymentException but got java.lang.NullPointerException: Cannot invoke "java.util.List.iterator()" because "this.validateEndpoint" is null ==> expected: <true> but was: <false> at org.jboss.resteasy.reactive.server.vertx.test.framework.ResteasyReactiveUnitTest.lambda$setExpectedException$1(ResteasyReactiveUnitTest.java:200) at org.jboss.resteasy.reactive.server.vertx.test.framework.ResteasyReactiveUnitTest.beforeAll(ResteasyReactiveUnitTest.java:309)
JVM Tests - JDK 17 Windows: independent-projects/resteasy-reactive/server/vertx/src/test/java/org/jboss/resteasy/reactive/server/vertx/test/InnerClassTest.java#L1
org.opentest4j.AssertionFailedError: Build failed with wrong exception, expected class jakarta.enterprise.inject.spi.DeploymentException but got java.lang.NullPointerException: Cannot invoke "java.util.List.iterator()" because "this.validateEndpoint" is null ==> expected: <true> but was: <false> at org.jboss.resteasy.reactive.server.vertx.test.framework.ResteasyReactiveUnitTest.lambda$setExpectedException$1(ResteasyReactiveUnitTest.java:200) at org.jboss.resteasy.reactive.server.vertx.test.framework.ResteasyReactiveUnitTest.beforeAll(ResteasyReactiveUnitTest.java:309)
JVM Tests - JDK 17 Windows: independent-projects/resteasy-reactive/server/vertx/src/test/java/org/jboss/resteasy/reactive/server/vertx/test/MultipleHttpAnnotationsTest.java#L1
org.opentest4j.AssertionFailedError: Build failed with wrong exception, expected class jakarta.enterprise.inject.spi.DeploymentException but got java.lang.NullPointerException: Cannot invoke "java.util.List.iterator()" because "this.validateEndpoint" is null ==> expected: <true> but was: <false> at org.jboss.resteasy.reactive.server.vertx.test.framework.ResteasyReactiveUnitTest.lambda$setExpectedException$1(ResteasyReactiveUnitTest.java:200) at org.jboss.resteasy.reactive.server.vertx.test.framework.ResteasyReactiveUnitTest.beforeAll(ResteasyReactiveUnitTest.java:309)
JVM Tests - JDK 17 Windows: independent-projects/resteasy-reactive/server/vertx/src/test/java/org/jboss/resteasy/reactive/server/vertx/test/multipart/MultipartOutputUsingReactiveEndpointTest.java#L1
org.opentest4j.AssertionFailedError: Build failed with wrong exception, expected class jakarta.enterprise.inject.spi.DeploymentException but got java.lang.NullPointerException: Cannot invoke "java.util.List.iterator()" because "this.validateEndpoint" is null ==> expected: <true> but was: <false> at org.jboss.resteasy.reactive.server.vertx.test.framework.ResteasyReactiveUnitTest.lambda$setExpectedException$1(ResteasyReactiveUnitTest.java:200) at org.jboss.resteasy.reactive.server.vertx.test.framework.ResteasyReactiveUnitTest.beforeAll(ResteasyReactiveUnitTest.java:309)
JVM Tests - JDK 17 Windows: independent-projects/resteasy-reactive/server/vertx/src/test/java/org/jboss/resteasy/reactive/server/vertx/test/resource/basic/GenericResourceTest.java#L1
java.lang.NullPointerException: Cannot invoke "java.util.List.iterator()" because "this.validateEndpoint" is null at org.jboss.resteasy.reactive.common.processor.EndpointIndexer.createEndpoints(EndpointIndexer.java:329) at org.jboss.resteasy.reactive.server.processor.ResteasyReactiveDeploymentManager$ScanStep.scan(ResteasyReactiveDeploymentManager.java:259)
JVM Tests - JDK 17 Windows: independent-projects/resteasy-reactive/server/vertx/src/test/java/org/jboss/resteasy/reactive/server/vertx/test/resource/basic/ParameterSubResTest.java#L1
java.lang.NullPointerException: Cannot invoke "java.util.List.iterator()" because "this.validateEndpoint" is null at org.jboss.resteasy.reactive.common.processor.EndpointIndexer.createEndpoints(EndpointIndexer.java:329) at org.jboss.resteasy.reactive.server.processor.ResteasyReactiveDeploymentManager$ScanStep.scan(ResteasyReactiveDeploymentManager.java:259)
JVM Tests - JDK 21: independent-projects/resteasy-reactive/server/vertx/src/test/java/org/jboss/resteasy/reactive/server/vertx/test/BothBlockingAndNonBlockingOnClassTest.java#L1
org.opentest4j.AssertionFailedError: Build failed with wrong exception, expected class jakarta.enterprise.inject.spi.DeploymentException but got java.lang.NullPointerException: Cannot invoke "java.util.List.iterator()" because "this.validateEndpoint" is null ==> expected: <true> but was: <false> at org.jboss.resteasy.reactive.server.vertx.test.framework.ResteasyReactiveUnitTest.lambda$setExpectedException$1(ResteasyReactiveUnitTest.java:200) at org.jboss.resteasy.reactive.server.vertx.test.framework.ResteasyReactiveUnitTest.beforeAll(ResteasyReactiveUnitTest.java:309)
JVM Tests - JDK 21: independent-projects/resteasy-reactive/server/vertx/src/test/java/org/jboss/resteasy/reactive/server/vertx/test/BothBlockingAndNonBlockingOnMethodTest.java#L1
org.opentest4j.AssertionFailedError: Build failed with wrong exception, expected class jakarta.enterprise.inject.spi.DeploymentException but got java.lang.NullPointerException: Cannot invoke "java.util.List.iterator()" because "this.validateEndpoint" is null ==> expected: <true> but was: <false> at org.jboss.resteasy.reactive.server.vertx.test.framework.ResteasyReactiveUnitTest.lambda$setExpectedException$1(ResteasyReactiveUnitTest.java:200) at org.jboss.resteasy.reactive.server.vertx.test.framework.ResteasyReactiveUnitTest.beforeAll(ResteasyReactiveUnitTest.java:309)
JVM Tests - JDK 21: independent-projects/resteasy-reactive/server/vertx/src/test/java/org/jboss/resteasy/reactive/server/vertx/test/InnerClassTest.java#L1
org.opentest4j.AssertionFailedError: Build failed with wrong exception, expected class jakarta.enterprise.inject.spi.DeploymentException but got java.lang.NullPointerException: Cannot invoke "java.util.List.iterator()" because "this.validateEndpoint" is null ==> expected: <true> but was: <false> at org.jboss.resteasy.reactive.server.vertx.test.framework.ResteasyReactiveUnitTest.lambda$setExpectedException$1(ResteasyReactiveUnitTest.java:200) at org.jboss.resteasy.reactive.server.vertx.test.framework.ResteasyReactiveUnitTest.beforeAll(ResteasyReactiveUnitTest.java:309)
JVM Tests - JDK 21: independent-projects/resteasy-reactive/server/vertx/src/test/java/org/jboss/resteasy/reactive/server/vertx/test/MultipleHttpAnnotationsTest.java#L1
org.opentest4j.AssertionFailedError: Build failed with wrong exception, expected class jakarta.enterprise.inject.spi.DeploymentException but got java.lang.NullPointerException: Cannot invoke "java.util.List.iterator()" because "this.validateEndpoint" is null ==> expected: <true> but was: <false> at org.jboss.resteasy.reactive.server.vertx.test.framework.ResteasyReactiveUnitTest.lambda$setExpectedException$1(ResteasyReactiveUnitTest.java:200) at org.jboss.resteasy.reactive.server.vertx.test.framework.ResteasyReactiveUnitTest.beforeAll(ResteasyReactiveUnitTest.java:309)
JVM Tests - JDK 21: independent-projects/resteasy-reactive/server/vertx/src/test/java/org/jboss/resteasy/reactive/server/vertx/test/multipart/MultipartOutputUsingReactiveEndpointTest.java#L1
org.opentest4j.AssertionFailedError: Build failed with wrong exception, expected class jakarta.enterprise.inject.spi.DeploymentException but got java.lang.NullPointerException: Cannot invoke "java.util.List.iterator()" because "this.validateEndpoint" is null ==> expected: <true> but was: <false> at org.jboss.resteasy.reactive.server.vertx.test.framework.ResteasyReactiveUnitTest.lambda$setExpectedException$1(ResteasyReactiveUnitTest.java:200) at org.jboss.resteasy.reactive.server.vertx.test.framework.ResteasyReactiveUnitTest.beforeAll(ResteasyReactiveUnitTest.java:309)
JVM Tests - JDK 21: independent-projects/resteasy-reactive/server/vertx/src/test/java/org/jboss/resteasy/reactive/server/vertx/test/resource/basic/GenericResourceTest.java#L1
java.lang.NullPointerException: Cannot invoke "java.util.List.iterator()" because "this.validateEndpoint" is null at org.jboss.resteasy.reactive.common.processor.EndpointIndexer.createEndpoints(EndpointIndexer.java:329) at org.jboss.resteasy.reactive.server.processor.ResteasyReactiveDeploymentManager$ScanStep.scan(ResteasyReactiveDeploymentManager.java:259)
JVM Tests - JDK 21: independent-projects/resteasy-reactive/server/vertx/src/test/java/org/jboss/resteasy/reactive/server/vertx/test/resource/basic/ParameterSubResTest.java#L1
java.lang.NullPointerException: Cannot invoke "java.util.List.iterator()" because "this.validateEndpoint" is null at org.jboss.resteasy.reactive.common.processor.EndpointIndexer.createEndpoints(EndpointIndexer.java:329) at org.jboss.resteasy.reactive.server.processor.ResteasyReactiveDeploymentManager$ScanStep.scan(ResteasyReactiveDeploymentManager.java:259)
CI Sanity Check
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Documentation Build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636

Artifacts

Produced during runtime
Name Size
documentation Expired
147 MB