Release v0.6.1
Download links
- OpenJDK
9.0.4+11-ev3
: JRI JDK JMODs - OpenJDK
10.0.2+13-ev3
: JRI JDK JMODs - OpenJDK
11.0.1+13-ev3
: JRI JDK JMODs - OpenJDK
12+17-ev3
: JRI JDK JMODs
See current README.md for more information.
Changes
OpenJDK-related:
- added support for OpenJDK 11 & latest mercurial version
- added support for a modified version of SoftFloat-3e: softfloat-openjdk (why)
- added automatic download and compilation of the forked library
- added support to the Java build sytem
- added AdoptOpenJDK's CA certificate bundle
- added release debug level build flag
- added Debian patch for native library search path (libraries in
/usr/lib/jni
should be working now)
Build-related:
- added Jenkins support, big thanks to AdoptOpenJDK for providing us the build infrastructure
- merged autorun support to the main Docker image
- added support for fast downloading from Git and also Mercurial's
tip.tar.bz2
- java version determination works automatically now
- buildjdk jlink is used if available (so the JDK basically jlinks itself)
- added Debian Stretch update repository
- made apt-get quieter
- added test HelloWorld
Documentation related:
- updated README
- added patches that are a bit more suitable for upstreaming (but re-export using
hg export -g
and testing are necessary)