You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by "ppalaga (via GitHub)" <gi...@apache.org> on 2023/02/06 13:00:49 UTC

[GitHub] [camel-quarkus] ppalaga opened a new issue, #4496: Quarkiverse Amazon Services not ready for Quarkus 3

ppalaga opened a new issue, #4496:
URL: https://github.com/apache/camel-quarkus/issues/4496

   Blocked by https://github.com/quarkiverse/quarkus-amazon-services/issues/477
   
   ```
   [INFO] Running org.apache.camel.quarkus.component.aws2.ddb.it.Aws2DdbQuarkusClientTest
   2023-02-05T22:36:47.0267139Z [ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 4.794 s <<< FAILURE! - in org.apache.camel.quarkus.component.aws2.ddb.it.Aws2DdbQuarkusClientTest
   2023-02-05T22:36:47.0271722Z [ERROR] quarkusManagesDynamoDbClient  Time elapsed: 0.007 s  <<< ERROR!
   2023-02-05T22:36:47.0272209Z java.lang.RuntimeException: java.lang.NoClassDefFoundError: javax/enterprise/inject/spi/DeploymentException
   2023-02-05T22:36:47.0272817Z 	at io.quarkus.test.junit.QuarkusTestExtension.throwBootFailureException(QuarkusTestExtension.java:625)
   2023-02-05T22:36:47.0274231Z 	at io.quarkus.test.junit.QuarkusTestExtension.interceptTestClassConstructor(QuarkusTestExtension.java:696)
   2023-02-05T22:36:47.0274959Z 	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
   2023-02-05T22:36:47.0275759Z 	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
   2023-02-05T22:36:47.0276543Z 	at org.junit.jupiter.api.extension.InvocationInterceptor.interceptTestClassConstructor(InvocationInterceptor.java:73)
   2023-02-05T22:36:47.0277345Z 	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
   2023-02-05T22:36:47.0278095Z 	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
   2023-02-05T22:36:47.0278811Z 	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
   2023-02-05T22:36:47.0279542Z 	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
   2023-02-05T22:36:47.0280248Z 	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
   2023-02-05T22:36:47.0280964Z 	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
   2023-02-05T22:36:47.0281890Z 	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:62)
   2023-02-05T22:36:47.0282672Z 	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeTestClassConstructor(ClassBasedTestDescriptor.java:363)
   2023-02-05T22:36:47.0283503Z 	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.instantiateTestClass(ClassBasedTestDescriptor.java:310)
   2023-02-05T22:36:47.0284262Z 	at org.junit.jupiter.engine.descriptor.ClassTestDescriptor.instantiateTestClass(ClassTestDescriptor.java:79)
   2023-02-05T22:36:47.0285115Z 	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.instantiateAndPostProcessTestInstance(ClassBasedTestDescriptor.java:286)
   2023-02-05T22:36:47.0285965Z 	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$testInstancesProvider$4(ClassBasedTestDescriptor.java:278)
   2023-02-05T22:36:47.0286524Z 	at java.base/java.util.Optional.orElseGet(Optional.java:364)
   2023-02-05T22:36:47.0287082Z 	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$testInstancesProvider$5(ClassBasedTestDescriptor.java:277)
   2023-02-05T22:36:47.0287807Z 	at org.junit.jupiter.engine.execution.TestInstancesProvider.getTestInstances(TestInstancesProvider.java:31)
   2023-02-05T22:36:47.0288611Z 	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$prepare$0(TestMethodTestDescriptor.java:105)
   2023-02-05T22:36:47.0289311Z 	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
   2023-02-05T22:36:47.0290000Z 	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.prepare(TestMethodTestDescriptor.java:104)
   2023-02-05T22:36:47.0290682Z 	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.prepare(TestMethodTestDescriptor.java:68)
   2023-02-05T22:36:47.0291319Z 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$prepare$2(NodeTestTask.java:123)
   2023-02-05T22:36:47.0291986Z 	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
   2023-02-05T22:36:47.0292628Z 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.prepare(NodeTestTask.java:123)
   2023-02-05T22:36:47.0293241Z 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:90)
   2023-02-05T22:36:47.0293711Z 	at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
   2023-02-05T22:36:47.0294438Z 	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41)
   2023-02-05T22:36:47.0295317Z 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
   2023-02-05T22:36:47.0295993Z 	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
   2023-02-05T22:36:47.0296660Z 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
   2023-02-05T22:36:47.0297247Z 	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
   2023-02-05T22:36:47.0298237Z 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
   2023-02-05T22:36:47.0298910Z 	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
   2023-02-05T22:36:47.0299607Z 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
   2023-02-05T22:36:47.0300261Z 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
   2023-02-05T22:36:47.0300748Z 	at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
   2023-02-05T22:36:47.0301461Z 	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41)
   2023-02-05T22:36:47.0302423Z 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
   2023-02-05T22:36:47.0303100Z 	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
   2023-02-05T22:36:47.0303775Z 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
   2023-02-05T22:36:47.0304347Z 	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
   2023-02-05T22:36:47.0305053Z 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
   2023-02-05T22:36:47.0305725Z 	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
   2023-02-05T22:36:47.0306420Z 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
   2023-02-05T22:36:47.0307056Z 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
   2023-02-05T22:36:47.0307888Z 	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:35)
   2023-02-05T22:36:47.0308795Z 	at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57)
   2023-02-05T22:36:47.0309635Z 	at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:54)
   2023-02-05T22:36:47.0310348Z 	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:147)
   2023-02-05T22:36:47.0311036Z 	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:127)
   2023-02-05T22:36:47.0311724Z 	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:90)
   2023-02-05T22:36:47.0312420Z 	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:55)
   2023-02-05T22:36:47.0313178Z 	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:102)
   2023-02-05T22:36:47.0313939Z 	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:54)
   2023-02-05T22:36:47.0314551Z 	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:114)
   2023-02-05T22:36:47.0315073Z 	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:86)
   2023-02-05T22:36:47.0315668Z 	at org.junit.platform.launcher.core.DefaultLauncherSession$DelegatingLauncher.execute(DefaultLauncherSession.java:86)
   2023-02-05T22:36:47.0316328Z 	at org.junit.platform.launcher.core.SessionPerRequestLauncher.execute(SessionPerRequestLauncher.java:53)
   2023-02-05T22:36:47.0317029Z 	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:150)
   2023-02-05T22:36:47.0317722Z 	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:124)
   2023-02-05T22:36:47.0318409Z 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
   2023-02-05T22:36:47.0319052Z 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
   2023-02-05T22:36:47.0319596Z 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
   2023-02-05T22:36:47.0320071Z 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
   2023-02-05T22:36:47.0320539Z Caused by: java.lang.NoClassDefFoundError: javax/enterprise/inject/spi/DeploymentException
   2023-02-05T22:36:47.0320928Z 	at java.base/java.lang.Class.forName0(Native Method)
   2023-02-05T22:36:47.0321247Z 	at java.base/java.lang.Class.forName(Class.java:467)
   2023-02-05T22:36:47.0321657Z 	at io.quarkus.deployment.util.ServiceUtil.classesNamedIn(ServiceUtil.java:29)
   2023-02-05T22:36:47.0322159Z 	at io.quarkus.deployment.ExtensionLoader.loadStepsFrom(ExtensionLoader.java:215)
   2023-02-05T22:36:47.0322709Z 	at io.quarkus.deployment.QuarkusAugmentor.run(QuarkusAugmentor.java:107)
   2023-02-05T22:36:47.0323194Z 	at io.quarkus.runner.bootstrap.AugmentActionImpl.runAugment(AugmentActionImpl.java:331)
   2023-02-05T22:36:47.0323834Z 	at io.quarkus.runner.bootstrap.AugmentActionImpl.createInitialRuntimeApplication(AugmentActionImpl.java:252)
   2023-02-05T22:36:47.0491707Z 	at io.quarkus.runner.bootstrap.AugmentActionImpl.createInitialRuntimeApplication(AugmentActionImpl.java:60)
   2023-02-05T22:36:47.0492425Z 	at io.quarkus.test.junit.QuarkusTestExtension.doJavaStart(QuarkusTestExtension.java:222)
   2023-02-05T22:36:47.0492982Z 	at io.quarkus.test.junit.QuarkusTestExtension.ensureStarted(QuarkusTestExtension.java:592)
   2023-02-05T22:36:47.0493532Z 	at io.quarkus.test.junit.QuarkusTestExtension.beforeAll(QuarkusTestExtension.java:640)
   2023-02-05T22:36:47.0494192Z 	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$invokeBeforeAllCallbacks$12(ClassBasedTestDescriptor.java:395)
   2023-02-05T22:36:47.0494939Z 	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
   2023-02-05T22:36:47.0495690Z 	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeBeforeAllCallbacks(ClassBasedTestDescriptor.java:395)
   2023-02-05T22:36:47.0496737Z 	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.before(ClassBasedTestDescriptor.java:211)
   2023-02-05T22:36:47.0497571Z 	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.before(ClassBasedTestDescriptor.java:84)
   2023-02-05T22:36:47.0498245Z 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:148)
   2023-02-05T22:36:47.0498659Z 	... 36 more
   2023-02-05T22:36:47.0499035Z Caused by: java.lang.ClassNotFoundException: javax.enterprise.inject.spi.DeploymentException
   2023-02-05T22:36:47.0499570Z 	at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641)
   2023-02-05T22:36:47.0500077Z 	at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:188)
   2023-02-05T22:36:47.0500517Z 	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:520)
   2023-02-05T22:36:47.0501017Z 	at io.quarkus.bootstrap.classloading.QuarkusClassLoader.loadClass(QuarkusClassLoader.java:516)
   2023-02-05T22:36:47.0501616Z 	at io.quarkus.bootstrap.classloading.QuarkusClassLoader.loadClass(QuarkusClassLoader.java:466)
   2023-02-05T22:36:47.0501992Z 	... 53 more
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [camel-quarkus] ppalaga closed issue #4496: Upgrade to Quarkiverse Amazon Services 2.x

Posted by "ppalaga (via GitHub)" <gi...@apache.org>.
ppalaga closed issue #4496: Upgrade to Quarkiverse Amazon Services 2.x
URL: https://github.com/apache/camel-quarkus/issues/4496


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org