mirror of https://github.com/apache/cassandra
Merge branch 'cassandra-3.11' into trunk
This commit is contained in:
commit
4bb5ada535
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Reference in New Issue