Re: MacOS Path Randomization Problems
Posted by
Michael P Ellis on
Jan 04, 2021; 3:50pm
URL: http://imagej.273.s1.nabble.com/MacOS-Path-Randomization-Problems-tp5024329p5024332.html
Wayne,
Again thanks for the feedback.
I need to dig a bit further since I need to do my own packaging because I am dependent on Java 11.
Modifying the Apple package contents of the official download breaks Apple security checks.
Regarding getting your latest version, I am currently downloading your source from your git
https://github.com/imagej/imagej1.gitIdeally, I would like to go back to using the central maven repository
<dependency>
<groupId>net.imagej</groupId>
<artifactId>ij</artifactId>
<version>1.53***</version>
</dependency>
Who should I ask when will the maven repository be updated to your latest version?
Also FWIW, Nashorn javascript is deprecated from Java 11 and withdrawn from the next LTS release 15.
I have started using the Oracle GraalVM community edition and have found that the javascript and it's language interoperability features look really great. I have built imageJ and JavaFX plugins which use JNA and javascript and it (touch wood) seems to work.
GraalVM makes language interoperability MUCH easier and promises some real performance enhancements amongst other interesting features. Any thoughts as to whether this is something ImageJ should be following?
--
ImageJ mailing list:
http://imagej.nih.gov/ij/list.html