diff --git a/CHANGES.txt b/CHANGES.txt index 7495517f37..33957d23fa 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -4,6 +4,7 @@ * Streaming progress virtual table lock contention can trigger TCP_USER_TIMEOUT and fail streaming (CASSANDRA-18110) * Fix perpetual load of denylist on read in cases where denylist can never be loaded (CASSANDRA-18116) Merged from 4.0: + * Improve unit tests performance (CASSANDRA-17427) * Connect to listen address when own broadcast address is requested (CASSANDRA-18200) * Add safeguard so cleanup fails when node has pending ranges (CASSANDRA-16418) * Fix legacy clustering serialization for paging with compact storage (CASSANDRA-17507) diff --git a/build.xml b/build.xml index 6475e57433..2807ec482d 100644 --- a/build.xml +++ b/build.xml @@ -117,12 +117,18 @@ - + + + + + + + @@ -160,6 +166,10 @@ + + + + + @@ -1540,6 +1551,9 @@ + + + @@ -2160,6 +2174,7 @@ + Apache Cassandra ${eclipse.project.name} diff --git a/ide/idea/workspace.xml b/ide/idea/workspace.xml index 8851d7e283..6122ffc7a9 100644 --- a/ide/idea/workspace.xml +++ b/ide/idea/workspace.xml @@ -161,13 +161,19 @@ + + + +