Jeremy Johnstone
Jeremy Johnstone
Just an update on this thread, but using the AppStore version of iSH and OpenJDK8 I was able to compile a quick HelloWorld Java example and execute it successfully (albeit...
Also to clarify, I obviously saw the install.md document, I still don't think this really explains how to actually make use of this in a production environment (just what services...
To clarify, I mean specifically the code that determines if the asset exists in Collins or not and thus sends the machine through intake.
It's just a documentation change, nothing needed in code. Happy to provide a PR though.
Thoughts on just including the configs inside the tasks themselves? Is there a strong benefit to having them be externalized outside the tasks?
It is valid JDK8 Streams API syntax. I ran into this issue too, so will see if I can submit a PR to resolve it.
Another approach is writing a single file per instance per day. When a check runs, you pull down the latest version, update with the new value, then reupload the file...
Adding this gets me past the warning... `--add-opens java.base/java.lang=ALL-UNNAMED` Still needs a better solution though, but its a start.
@cowtowncoder Would something like this work (I’ve not done it, so I’m not sure)? https://analyzejava.wordpress.com/2014/09/25/java-classloader-write-your-own-classloader/