Skip to content

0.4.1-rc.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@ajoberstar ajoberstar released this 06 May 13:47
· 11 commits to main since this release
ae0b6f8

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 reflection
  • ike.cljj.function looks up method handles for the SAM interface in the context of the clojure.lang.RT class instead of Object. This should avoid LinkageErrors 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