mirror of https://github.com/apache/cassandra
Update OHC to v0.4.4 (failed to load Java8 implementation ohc-core-j8)
patch by Robert Stupp; reviewed by T Jake Luciani for CASSANDRA-12133
This commit is contained in:
parent
8f1501d9c3
commit
becd730ad3
|
|
@ -1,4 +1,5 @@
|
|||
3.10
|
||||
* Upgrade to OHC 0.4.4 (CASSANDRA-12133)
|
||||
* Add version command to cassandra-stress (CASSANDRA-12258)
|
||||
* Create compaction-stress tool (CASSANDRA-11844)
|
||||
* Garbage-collecting compaction operation and schema option (CASSANDRA-7019)
|
||||
|
|
|
|||
|
|
@ -437,8 +437,8 @@
|
|||
<exclusion groupId="io.netty" artifactId="netty-transport"/>
|
||||
</dependency>
|
||||
<dependency groupId="org.eclipse.jdt.core.compiler" artifactId="ecj" version="4.4.2" />
|
||||
<dependency groupId="org.caffinitas.ohc" artifactId="ohc-core" version="0.4.3" />
|
||||
<dependency groupId="org.caffinitas.ohc" artifactId="ohc-core-j8" version="0.4.3" />
|
||||
<dependency groupId="org.caffinitas.ohc" artifactId="ohc-core" version="0.4.4" />
|
||||
<dependency groupId="org.caffinitas.ohc" artifactId="ohc-core-j8" version="0.4.4" />
|
||||
<dependency groupId="net.ju-n.compile-command-annotations" artifactId="compile-command-annotations" version="1.2.0" />
|
||||
<dependency groupId="org.fusesource" artifactId="sigar" version="1.6.4">
|
||||
<exclusion groupId="log4j" artifactId="log4j"/>
|
||||
|
|
@ -500,8 +500,8 @@
|
|||
<exclusion groupId="io.netty" artifactId="netty-transport"/>
|
||||
</dependency>
|
||||
<dependency groupId="org.eclipse.jdt.core.compiler" artifactId="ecj"/>
|
||||
<dependency groupId="org.caffinitas.ohc" artifactId="ohc-core" version="0.4.3" />
|
||||
<dependency groupId="org.caffinitas.ohc" artifactId="ohc-core-j8" version="0.4.3" />
|
||||
<dependency groupId="org.caffinitas.ohc" artifactId="ohc-core" version="0.4.4" />
|
||||
<dependency groupId="org.caffinitas.ohc" artifactId="ohc-core-j8" version="0.4.4" />
|
||||
<dependency groupId="org.openjdk.jmh" artifactId="jmh-core"/>
|
||||
<dependency groupId="org.openjdk.jmh" artifactId="jmh-generator-annprocess"/>
|
||||
<dependency groupId="net.ju-n.compile-command-annotations" artifactId="compile-command-annotations"/>
|
||||
|
|
|
|||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue