Skip to content

v0.7.4

Compare
Choose a tag to compare
@mkitti mkitti released this 03 May 21:58
· 160 commits to master since this release

Diff versus v0.7.3

Initialization

  • Throw error on JavaCall.init if not on root Task and JULIA_COPY_STACKS is not set on non-Windows systems
  • Find JAVAHOME by resolving symlinks of the java command
  • Generalize recursive classpath addition via * and *.jar on Windows, thanks to @RainerHeintzmann
  • Calling init(opts) combines the options with those added via addClasspath and addOpts

Testing

  • Update testing for current Julia 1.x, thanks to @bjarthur
  • Remove testing for Julia 0.7
  • Improve testing for initialization

Documentation

  • Update README.md with updated usage advice regarding JULIA_COPY_STACKS, RootTaskREPL.jl, and Julia 1.5
  • Update documentation to support Java 8 and up only due to security
  • Add documentation on the changes above