Clean project with cassandra-quarkus-client gets stuck in tests
There is just [INFO] Running org.acme.getting.started.GreetingResourceTest and nothing else.
I suspect it tries to connect to cassandra but there is no connection timeout.
After I hit Ctrl+C following message is printed
2020-09-02 15:43:49,246 INFO [com.dat.oss.dri.int.cor.DefaultMavenCoordinates] (main) DataStax Java driver for Apache Cassandra(R) (com.datastax.oss:java-driver-core) version 4.7.2
2020-09-02 15:43:50,665 INFO [com.dat.oss.dri.int.cor.tim.Clock] (vert.x-eventloop-thread-0) Using native clock for microsecond precision
Reproducer:
mvn io.quarkus:quarkus-maven-plugin:1.7.1.Final:create \
-DprojectGroupId=org.acme \
-DprojectArtifactId=getting-started \
-DclassName="org.acme.getting.started.GreetingResource" \
-Dpath="/hello" \
-Dextensions="cassandra-quarkus-client"
cd getting-started
mvn package
I think this belongs here: https://github.com/datastax/cassandra-quarkus?
What's interesting is that per (datastax/cassandra-quarkus#132 comment) latest released cassandra quarkus client supports Quarkus 1.5 and not 1.7.
And we have it in 1.7 universe ... @maxandersen / @gsmet
Thanks for reporting. Seems it's being prepared for 1.7.1 thus no action necessary at this time.
Most helpful comment
I think this belongs here: https://github.com/datastax/cassandra-quarkus?