-
Notifications
You must be signed in to change notification settings - Fork 91
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
Upgrade to Camel Quarkus 3.15.0, Quarkus CXF 3.15.1 and Amazon Services 2.18.1 #1294
Conversation
I am also upgrading Amazon Services to 2.18.1, because 2.18.0 does not provide test jars |
@ppalaga I just merged the Amazon Services 2.18.1 upgrade, could you please rebase? The CI was running when you opened this one. Thanks. |
Need a PR for the 3.15 branch also. |
Status for workflow
|
Status | Name | Step | Failures | Logs | Raw logs |
---|---|---|---|---|---|
✖ | Build - JDK 17 | Build with Maven |
Failures | Logs | Raw logs |
Full information is available in the Build summary check run.
Failures
⚙️ Build - JDK 17 #
- Failing:
📦 Root project
✖ Failed to execute goal io.quarkus:quarkus-platform-bom-maven-plugin:0.0.112:invoke-platform-project (build-platform-project) on project quarkus-platform-config: Failed to build the platform project, please consult the errors logged above.
📦 generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-hashicorp-vault
✖ org.apache.camel.quarkus.component.hashicorp.vault.it.HashicorpVaultTest.secretCRUD
line 49
- More details - Source on GitHub
java.lang.AssertionError:
1 expectation failed.
Expected status code <201> but was <500>.
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)
✖ org.apache.camel.quarkus.component.hashicorp.vault.it.HashicorpVaultTest.secretPojo
line 105
- More details - Source on GitHub
java.lang.AssertionError:
1 expectation failed.
Expected status code <201> but was <500>.
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)
✖ org.apache.camel.quarkus.component.hashicorp.vault.it.HashicorpVaultTest.versionedSecret
line 126
- More details - Source on GitHub
java.lang.AssertionError:
1 expectation failed.
Expected status code <201> but was <500>.
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)
📦 generated-platform-project/quarkus-operator-sdk/integration-tests/quarkus-operator-sdk-integration-tests
✖ io.quarkiverse.operatorsdk.it.EmptyOperatorLevelNamespacesTest.reconcilersWithoutSpecificNamespacesShouldWatchAllNamespaces
- More details - Source on GitHub
java.lang.RuntimeException: java.lang.NoClassDefFoundError: org/junit/rules/ExternalResource
at io.quarkus.test.junit.QuarkusTestExtension.throwBootFailureException(QuarkusTestExtension.java:634)
at io.quarkus.test.junit.QuarkusTestExtension.interceptTestClassConstructor(QuarkusTestExtension.java:718)
at java.base/java.util.Optional.orElseGet(Optional.java:364)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
Caused by: java.lang.NoClassDefFoundError: org/junit/rules/ExternalResource
at java.base/java.lang.ClassLoader.defineClass1(Native Method)
✖ io.quarkiverse.operatorsdk.it.OperatorSDKResourceTest.
- More details - Source on GitHub
java.lang.RuntimeException: java.lang.NoClassDefFoundError: org/junit/rules/ExternalResource
at io.quarkus.test.junit.QuarkusTestExtension.throwBootFailureException(QuarkusTestExtension.java:634)
at io.quarkus.test.junit.QuarkusTestExtension.interceptBeforeAllMethod(QuarkusTestExtension.java:702)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
Caused by: java.lang.NoClassDefFoundError: org/junit/rules/ExternalResource
at java.base/java.lang.ClassLoader.defineClass1(Native Method)
at java.base/java.lang.ClassLoader.defineClass(ClassLoader.java:1017)
at io.quarkus.bootstrap.classloading.QuarkusClassLoader.loadClass(QuarkusClassLoader.java:523)
✖ io.quarkiverse.operatorsdk.it.SetOperatorLevelNamespacesTest.dependentAnnotationsShouldAppearInConfiguration
- More details - Source on GitHub
java.lang.RuntimeException: java.lang.NoClassDefFoundError: org/junit/rules/ExternalResource
at io.quarkus.test.junit.QuarkusTestExtension.throwBootFailureException(QuarkusTestExtension.java:634)
at io.quarkus.test.junit.QuarkusTestExtension.interceptTestClassConstructor(QuarkusTestExtension.java:718)
at java.base/java.util.Optional.orElseGet(Optional.java:364)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
Caused by: java.lang.NoClassDefFoundError: org/junit/rules/ExternalResource
at java.base/java.lang.ClassLoader.defineClass1(Native Method)
I took the liberty of creating another PR to fix the conflicts and work around the test failures. |
cc @jamesnetherton