v0.99.0 #1474
maxandersen
announced in
Blog/Website
v0.99.0
#1474
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Enterprise JBang
JBang now fully support proxies and credentials to use with private/internal repositories. Something that was only partially working before. Settings will be read from ~/.m2/settings.xml and in future we might make more explicit setup available based on feedback.
This was enabled as we moved from Shrinkwrap to use direct Maven/Aether API which also helped reduce the size of jbang from 5.5 to 4.9 MB
In addition various fixes and improvements enabling better use of jbang, one particular is
jbang info
fixes that enables the recent new JBang Visual Studio code to be even more awesome. If you have not yet tried it do give it a go - enables to open vscode on any folder with JBang enabled .java code and thing like content assist and running with jbang Just Works. Absolutely the simplest and fastest way to start writing code in Java.Changelog
🚀 Features
--format=json
flag tolist
commands (feat: Added--format=json
flag tolist
commands #1454)🐛 Fixes
//GAV
forexport mavenrepo
(fix: use//GAV
forexport mavenrepo
#1468)info
info
on a JAR file (fix: Fixed NPE when runninginfo
on a JAR file #1452)🛠 Build
📝 Documentation
Contributors
We'd like to thank the following people for their contributions:
Tako Schotanus, Max Rydahl Andersen, GitHub, Ilya, allcontributors[bot]
This discussion was created from the release v0.99.0.
Beta Was this translation helpful? Give feedback.
All reactions