v0.89.1 #1238
maxandersen
announced in
Blog/Website
v0.89.1
#1238
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Changelog
0.89 fixes long-standing issue in how jshell was setup with dependencies. Turns out that to have execution AND content-assist working you must specify the classpath twice. Quite bad UX when using 3rd party dependencies but now jbang have it fully working :)
Imagine you have a file named
deps.jsh
that uses the Faker library:Then you can run it directly using
./deps.jsh
orjbang deps.jsh
but you can also usejbang --interactive deps.jsh
to have some fun with Faker.2022-02-12_00-42-26.mp4
Compare that to what you would need to write out using raw
jshell
:Simplicity FTW :)
Also include fix (#1232) so
jbang init
actually will honor default properties for a template.Thanks to @nandorholozsnyak and @quintesse!
Full Changelog: v0.88.0...v0.89.1
This discussion was created from the release v0.89.1.
Beta Was this translation helpful? Give feedback.
All reactions