github jbangdev/jbang v0.135.0

2 hours ago

Release fixing a six old bug/mistake - thanks @wfouche ! :)

JBANG_JAVA_OPTIONS was mistakenly being applied to both jbang itself
and the applications launched by JBang. Now its clearly separated which is less confusing and
more controllable.

Thus if you for some reason used JBANG_JAVA_OPTIONS to configure global flags for JBang and JBang launched apps you now should set JBANG_APP_JAVA_OPTIONS to have them applied to the apps.

Changelog

πŸ› Fixes

  • 85562e3 fix: use JBANG_APP_* rather than JBANG_* for env config (#2344)

πŸ“ Documentation

  • 1d3a606 docs: new JBANG_APP_JAVA_OPTIONS environment variable (#2345)

Contributors

We'd like to thank the following people for their contributions:
GitHub, Max Rydahl Andersen, Werner FouchΓ©

Don't miss a new jbang release

NewReleases is sending notifications on new releases.