You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Support building and running Java apps in non-isolated mode
Added new java-non-isolated module and refactored
scripts/module.py to provide isolated_jvm and non_isolated_jvm as a way to
build and run java apps in isolated (old default) and non-isolated mode.
The non-isolated mode gets enabled by module.py that detects if selected
java module (provides = ['java']) has following attribute set to true like so:
non_isolated_jvm = True
Example to build an image with isolated JVM (default):
./scripts/build image=java,java-example
Example to build an image with non-isolated JVM:
./scripts/build image=java-non-isolated,java-example
Fixes#800
Signed-off-by: Waldemar Kozaczuk <[email protected]>
Message-Id: <[email protected]>
0 commit comments