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:
Robert Stupp 2016-08-02 10:50:24 +02:00
parent 8f1501d9c3
commit becd730ad3
7 changed files with 5 additions and 4 deletions

View File

@ -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)

View File

@ -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.

BIN
lib/ohc-core-0.4.4.jar Normal file

Binary file not shown.

Binary file not shown.

BIN
lib/ohc-core-j8-0.4.4.jar Normal file

Binary file not shown.