Skip to content

v0.47.0

Compare
Choose a tag to compare
@github-actions github-actions released this 21 Sep 00:34

Main new feature is that multiple source //SOURCES now work for http/https hosted scripts too.

We added a JBANG_DEFAULT_JAVA_VERSION env variable you can use in the cases where you don't want jbang to download java 11 to just realize your script has a //JAVA 14+ in it.

And then the very important feature of fixing it so you can run Quarkus in a tweet:

 jbang https://twitter.com/maxandersen/status/1307832761164664834

Bug Fixes

  • twitter: recognize public class as .java even if no main (#88f8ba9c)
  • jdk uninstall now firsts checks if JDK exists (#330) (#31445dc1)
  • made downloading more robust (#329) (#ee3bc241)
  • Fixed requesting open-ended Java versions (#28eb2e8f)
  • made downloading more robust (#329) (#150e8247)

Features

  • Added JBANG_DEFAULT_JAVA_VERSION (#ce85c774)
  • add support for multiple source files via https (#b41dfd22, closes #328)