jbang icon indicating copy to clipboard operation
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.

Results 271 jbang issues
Sort by recently updated
recently updated
newest added

The official Apache Camel project has a jbang catalog alias named `camel` that we host on github at https://github.com/apache/camel/blob/main/jbang-catalog.json This is no longer in the app store https://www.jbang.dev/appstore/ Instead there...

**Is your feature request related to a problem? Please describe.** JBang currently lacks support for Clojure despite supporting other JVM languages (Java, Kotlin, Groovy). This creates a significant gap for...

ideas

https://github.com/diffplug/blowdryer looks like good option to share build config

ideas

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...

good first issue

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...

ideas

**Describe the bug** try to install the gpt template on my mac fails **To Reproduce** brew install jbangdev/tap/jbang jbang init --template=gpt gpt.java **Expected behavior** a new gpt.java file is generated...

bug

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...

ideas

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:...

ideas

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...

bug