mirror of https://github.com/apache/cassandra
Merge branch 'cassandra-4.1' into cassandra-5.0
This commit is contained in:
commit
40d52159f7
|
|
@ -9,6 +9,7 @@
|
|||
* Adding missing configs in system_views.settings to be backward compatible (CASSANDRA-20863)
|
||||
* Heap dump should not be generated on handled exceptions (CASSANDRA-20974)
|
||||
Merged from 4.1:
|
||||
* Fix ant generate-eclipse-files (CASSANDRA-21215)
|
||||
* Disk usage guardrail cannot be disabled when failure threshold is reached (CASSANDRA-21057)
|
||||
* ReadCommandController should close fast to avoid deadlock when building secondary index (CASSANDRA-19564)
|
||||
Merged from 4.0:
|
||||
|
|
|
|||
|
|
@ -1981,7 +1981,7 @@
|
|||
</path>
|
||||
<pathconvert property="eclipse-libs-list" refid="eclipse-project-libs-path" pathsep="${line.separator}">
|
||||
<mapper>
|
||||
<regexpmapper from="^(.*)$$" to='<classpathentry kind="lib" path="\1\" \/>'/>
|
||||
<regexpmapper from="^(.*)$$" to='<classpathentry kind="lib" path="\1" />'/>
|
||||
</mapper>
|
||||
</pathconvert>
|
||||
<property name="eclipse-project-libs" refid="eclipse-project-libs-path"/>
|
||||
|
|
|
|||
Loading…
Reference in New Issue