Tako Schotanus
Tako Schotanus
The code takes into account the user's `settings.xml`, so things like repository authentication and proxies should now work. Fixes #1077
See this discussion https://github.com/jbangdev/jbang/discussions/1441#discussioncomment-3508381 An idea I had is that we could perhaps do something like this (assume an app called "myapp" exists): ``` $ myapp some args for myapp...
Important! This update fixes a severe problem in the library where it's possible for a config file to hang the parser and generate an OOM error. See https://github.com/codejive/java-properties/pull/21
fix: properly listing the catalog names (fixes #1678) feat: added --force options to catalog add commands (related to the above) feat: added import feature to catalog refs The last feature...
Fixes #1745
Just read this in a mail I received about changes in JDK 22: ## Heads-up - JDK 22: JLine is now the Default Console Provider In JDK 22, `System.console()` has...
Needs #1630 to be applied first
The command that gets run is `sh -c code `, so the `.` seems to be missing.
This PR allows JREs to be used by Jbang. This should make it possible to use much of Jbang's functionality without having a JDK installed. Except for the most important...
So how about the idea that you could base your settings, files, resources, options, etc etc on those of another project? Imagine you have a script with a bunch of...