FWIW I tried pushing a SNAPSHOT release yesterday but ran into issues with lein refusing to push a 36M jar to Clojars. Will need to look into getting around that but SNAPSHOT should be available some time this week. π
Awesome!
Just pushed 2.8.0-SNAPSHOT to Clojars. That file size issue was bogus on my end π
Running the tests on Java 9 required me to set LEIN_SKIP_BOOTCLASSPATH
as described here: https://github.com/technomancy/leiningen/issues/2149
Besides that I only had a small issue when running a project on Java9 which was caused by some module something something problem: https://stackoverflow.com/questions/43574426/how-to-resolve-java-lang-noclassdeffounderror-javax-xml-bind-jaxbexception-in-j
Happy testing! π
@martinklepsch π
thanks a lot!
np π
The make deploy
target checks that one is on Java 7, I assume that is for compatibility of AOT compiled classes?
Anyone know?
AFAIK, Clojure always compiles Clojure files to 1.6 compatible classes, and javac -target option takes care of Java compilation target, I don't know why the check is there
@juhoteperi maybe itβs because weβre not only compiling Clojure code but also some Java? idk.. π
https://github.com/boot-clj/boot/blob/master/boot/worker/project.clj#L17
I think all the modules should set javac target option
Preview of the above: https://github.com/boot-clj/boot/blob/b19502f4e216a90658b358dd2fecb5dd682d7700/CONTRIBUTING.md#release-process
If anyone has thoughts let me know
(updated link with proper formatting)
@martinklepsch should we maybe move away from launch4j?
https://docs.oracle.com/javafx/2/deployment/self-contained-packaging.htm
idk, this issue seemed pretty uncommon and I guess moving away from launch4j would be a significant project on itβs own
If anyone is eager to work on this and can show it works better than launch4j, sure π
Not going to be me though π
AppVeyor is broken because it seems to download the current release from Github: https://ci.appveyor.com/project/Deraen/boot/build/278
@flyboarder oh, seems like we already were on 0.1.33? π
yeah looks like someone beat me to it, not much has changed