Tako Schotanus
Tako Schotanus
Some scripts are getting pretty complicated, more so than perhaps is easily handled by any `--help` options. So it would be nice to have a command like: ``` jbang docs...
Right now the maven/gradle export create runnable JARs but without the dependencies. We should also generate an additional runnable "uber/shadow" JAR containing all the dependencies to make it really easy...
The problem with running aliases and scripts from remote catalogs/sites is that the original author can update them and then we're stuck with several issues: - do we update automatically...
Support a way to pass an SHA to check aliases (and scripts refs/urls if possible) against the input files to make sure that we're still running the expected version. Questions:...
The alias gets turned into `http://github.com/org/jbang-catalog/blob/HEAD/experimentaljbang-catalog.json` missing a `/` PS: It might still seem to work if you previously accessed a catalog in this way, with a JBang version that...
We use `-source` and `-target` compiler options in several places (eg https://github.com/maxandersen/jbang/blob/main/src/main/java/dev/jbang/source/buildsteps/CompileBuildStep.java#L74), we should use `--release` whenever using JDKs 9 and newer.
When one alias refers to another we now merge the attributes of the two aliases (when dealing with lists and maps, in the case of simple values the "parent" alias...
If you tell JBang to update before it has had the opportunity to tell you that an update is available you might get this message: ``` $ jbang version --update...
Fixes #1288
@koppor wrote: > 1. I open https://github.com/jbangdev/jbang-action/releases/tag/v0.126.1 > 2. I click on the link https://github.com/jbangdev/jbang/releases/tag/0.126.1 - I get 404 This is an issue with the publish github action. It's missing...