0b7310c010b84e5eefeb42057725d1da05a4e9cd | Author: Daniel Jatnieks <jatnieks@pobox.com>
| 2023-09-01 10:45:40-07:00
Fix FailingRepairTest by making sure Gossip is started before each test
patch by Daniel Jatnieks; reviewed by Brandon Williams and Stefan Miklosovic for CASSANDRA-18366
aac070681bd01ba796814692c3fba04de103d8b4 | Author: Daniel Jatnieks <jatnieks@pobox.com>
| 2023-06-26 16:20:53-07:00
Disable the deprecated keyspace/table thresholds and convert them to guardrails
patch by Daniel Jatnieks; reviewed by Andrés de la Peña and Brandon Williams for CASSANDRA-18617
c37bcbf7e9d2b3c8ec4e93aa661d358c9f382edf | Author: Daniel Jatnieks <jatnieks@pobox.com>
| 2023-06-08 14:04:20-05:00
Include TLSv1.2 in negotiatedProtocolMustBeAcceptedProtocolTest
Add a comment about the use of disabled TLSv1.1 with JDK 8 and higher to negotiatedProtocolMustBeAcceptedProtocolTest
Patch by Dan Jatnieks; reviewed by Ekaterina Dimitrova and Brandon Williams for CASSANDRA-18540
5768e5ae41879885e7e2aca79b38bed53df55711 | Author: Daniel Jatnieks <jatnieks@pobox.com>
| 2023-05-04 12:39:46-07:00
Assert successful exit code from sstabledump in org.apache.cassandra.cql3.EmptyValuesTest
patch by Daniel Jatnieks; reviewed by Ekaterina Dimitrova and Berenguer Blasi for CASSANDRA-18436
fe8a6eb70f35b5404b15303f314023ce8d08042f | Author: Daniel Jatnieks <jatnieks@pobox.com>
| 2023-04-19 18:53:07-07:00
CASSANDRA-18180 Fix bulkLoaderSuccessfullyStreamsOverSsl fails with ClassCastException on JDK17
Fix ClassCastException from jdk GaloisCounterMode when using JDK17 provider
Add javac exports to build.xml for java.base/jdk.internal.ref and java.base/sun.nio.ch
Replace checktestnameshelper ant task in build.xml with _check-test-names java target to be able to pass jvm args to TestNameCheckTask
patch by Dan Janieks; revewed by Ekaterina Dimitrova and Andres de la Pena for CASSANDRA-18180