cunningt opened a new pull request, #1595:
URL: https://github.com/apache/camel-spring-boot/pull/1595
I'm seeing the following exception running the integration tests in
camel-cassandraql-starter - adding a test dependency for commons-lang3 fixes it.
Also did a build and picked up some refresh changes in
camel-spring-boot-depnendencies
```
[INFO] Running
org.apache.camel.component.cassandra.integration.CassandraComponentBeanRefIT
17:18:14.506 [main] INFO
org.apache.camel.test.infra.cassandra.services.CassandraLocalContainerInfraService
-- Stopping the Cassandra container
[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed:
0.002 s <<< FAILURE! -- in
org.apache.camel.component.cassandra.integration.CassandraComponentBeanRefIT
[ERROR]
org.apache.camel.component.cassandra.integration.CassandraComponentBeanRefIT --
Time elapsed: 0.002 s <<< ERROR!
java.lang.NoClassDefFoundError: org/apache/commons/lang3/StringUtils
at
org.testcontainers.cassandra.CassandraContainer.isSslRequired(CassandraContainer.java:167)
at
org.testcontainers.cassandra.CassandraContainer.configure(CassandraContainer.java:78)
at
org.testcontainers.containers.GenericContainer.doStart(GenericContainer.java:331)
at
org.testcontainers.containers.GenericContainer.start(GenericContainer.java:322)
at
org.apache.camel.test.infra.cassandra.services.CassandraLocalContainerInfraService.initialize(CassandraLocalContainerInfraService.java:102)
at
org.apache.camel.test.infra.common.services.TestServiceUtil.tryInitialize(TestServiceUtil.java:43)
at
org.apache.camel.test.infra.common.services.TestService.beforeAll(TestService.java:28)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
Caused by: java.lang.ClassNotFoundException:
org.apache.commons.lang3.StringUtils
... 8 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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]