Skip to content

Commit 681fc41

Browse files
committed
Change default Maven build profile to 'testcontainers-cassandra'.
The Cassandra server using the Apache Cassandra API CassandraDaemon class in the SD Cassandra EmbeddedCassandraServerHelper class does not run by default on Java 17. Resolves spring-projectsgh-1170.
1 parent b83799e commit 681fc41

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pom.xml

+5
Original file line numberDiff line numberDiff line change
@@ -354,6 +354,11 @@
354354
</profile>
355355
<profile>
356356
<id>testcontainers-cassandra</id>
357+
358+
<activation>
359+
<activeByDefault>true</activeByDefault>
360+
</activation>
361+
357362
<properties>
358363
<build.cassandra.mode>testcontainers</build.cassandra.mode>
359364
<build.cassandra.native_transport_port>0 </build.cassandra.native_transport_port>

0 commit comments

Comments
 (0)