Merge branch 'cassandra-3.11' into trunk

This commit is contained in:
Ariel Weisberg 2017-02-28 19:57:57 -05:00
commit 4bb5ada535
2 changed files with 4 additions and 1 deletions

View File

@ -45,6 +45,7 @@
* More fixes to the TokenAllocator (CASSANDRA-12990)
* NoReplicationTokenAllocator should work with zero replication factor (CASSANDRA-12983)
Merged from 3.0:
* Fix "multiple versions of ant detected..." when running ant test (CASSANDRA-13232)
* Coalescing strategy sleeps too much (CASSANDRA-13090)
* Faster StreamingHistogram (CASSANDRA-13038)
* Legacy deserializer can create unexpected boundary range tombstones (CASSANDRA-13237)

View File

@ -154,10 +154,12 @@
<fileset dir="${build.lib}">
<include name="**/*.jar" />
<exclude name="**/*-sources.jar"/>
<exclude name="**/ant-*.jar"/>
</fileset>
<fileset dir="${build.dir.lib}">
<include name="**/*.jar" />
<exclude name="**/*-sources.jar"/>
<exclude name="**/ant-*.jar"/>
</fileset>
</path>
@ -1057,7 +1059,7 @@
debug="true"
debuglevel="${debuglevel}"
destdir="${test.classes}"
includeantruntime="false"
includeantruntime="true"
source="${source.version}"
target="${target.version}"
encoding="utf-8">