0.4.1-rc.1
Pre-release
Pre-release
Fix release to deal with some issues that occur on Java 9.
Breaking Changes
None
Enhancements
None
Fixes
ike.cljj.file
now type hints to reduce reflectionike.cljj.function
looks up method handles for the SAM interface in the context of theclojure.lang.RT
class instead ofObject
. This should avoidLinkageError
s when multiple Clojure runtimes are in the sam JVM (e.g. with shimdandy)
Deprecations
None
Compatibility
Tested on the following version:
Java: 8, 9, 10