Alexandre Dutra
Alexandre Dutra
@ppalaga I am not working at DataStax anymore, FYI. But I will try to come up with a PR as I need this solved as well :-)
Could be a class loading issue, the init script is loaded here: https://github.com/datastax/cassandra-quarkus/blob/9a82b02590d9e25feb3b7052aa292d143528e54b/test-framework/src/main/java/com/datastax/oss/quarkus/test/CassandraTestResource.java#L93-L97 Using the context class loader. I bet it's not finding the resource anymore.
Thanks for reporting this, we are going to evaluate the suggestion. In the meanwhile, have you tried to use our [test framework](https://github.com/datastax/cassandra-quarkus/blob/main/test-framework/README.md)?
I know :-) I was just suggesting a temporary workaround.
@maxandersen unfortunately I'm very busy working for other projects right now and won't have time to look into this in a short-term time frame. If you have time to come...
> I recently gathered some experience writing a DevService for Mosquitto, is it OK if I try? @coiouhkc absolutely, be my guest :-) Also note that I'm not officially working...
Or alternatively, move it to an independent repository. It should not be released nor deployed to Maven Central imo. It should not depend on the extension parent pom. It should...
Integration tests were added in #196.
How are system properties overrides handled in such a composition: ``` return DriverConfigLoader.compose( DriverConfigLoader.fromMap(quarkusConfig), // takes precedence configLoader); ``` It seems that Quarkus config will have precedence over system properties.
> I am getting some weird DriverLoader exception when using OptionsMap API: Due to JAVA-2887: https://github.com/datastax/java-driver/pull/1505. We will have to wait for driver 4.10 to be able to switch to...