When building clojure-1.10.0-alpha4 with Java 10 early access the test test-proxy-non-serializable fails with the following error:
Cause: The test inherently relies on serialized objects and is now invalid due to a serialVersionUID change.
Solution: Make conditional on jdk
Patch:
0001-CLJ-2330-brittle-serialization-test.patch
Screened by: Alex Miller - verified on Java 8,9,10,11
Test failure related to CLJ-2204
Chouser - I'd love to have a patch for this if you have time to look at it...
added patch covering JDK 8 - 11