jbang
jbang copied to clipboard
Unleash the power of Java - JBang Lets Students, Educators and Professional Developers create, edit and run self-contained source-only Java programs with unprecedented ease.
It's *really* hard (impossible?) to find the location of the script that launched the JVM from within jbang. It would be really useful to be able to do that so...
I would like to be able to use JBang to run another JBang command (so I can do some processing of user input and delegate the result). It's quite hard...
[](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github/codeql-action](https://togithub.com/github/codeql-action) | action | digest | `4355270` -> `b611370` | ---...
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [org.wiremock:wiremock](http://wiremock.org) ([source](https://redirect.github.com/wiremock/wiremock)) | `3.12.1` -> `3.13.1` | [](https://docs.renovatebot.com/merge-confidence/) |...
A new ArtifactType that is also present in Maven4. The 'fatjar' type denotes a Java JAR file that is "self sufficient", contains all the dependencies. This makes resolver stop resolving....
As far as I can tell jbang always runs with -classpath, even if the resolved "script" is an executable jar. The logical thing to do would seem to be to...
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://togithub.com/actions/checkout) | action | major | `v3` -> `v4` | | [actions/download-artifact](https://togithub.com/actions/download-artifact) |...
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [org.hamcrest:hamcrest-library](http://hamcrest.org/JavaHamcrest/) ([source](https://redirect.github.com/hamcrest/JavaHamcrest)) | `2.2` -> `3.0` | [](https://docs.renovatebot.com/merge-confidence/) |...
Fixes #1793
**Is your feature request related to a problem? Please describe.** After further reflection on the issue #1803, now I think that it'd be great if JBang provides another directive `//JBANG_OPTIONS...