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

Closes #1975 ### 🐞 Problem | Scenario | Expected | Current behaviour | |----------|----------|-------------------| | `pbpaste \| jbang --source-type=java -` | Treated as Java source | Piped script cached as...

This PR contains the following updates: | Package | Update | Change | |---|---|---| | jbangdev/jbang-action | digest | `8139545` -> `50a56f4` | --- ### Configuration 📅 **Schedule**: Branch creation...

currently alias options are overridden by user jbang run arguments. sometimees that is not what you want. Could consider jbang run having a "stick" / "keep-merge-args" option that alias can...

ideas

## **Describe the bug** "--deps" options overrides alias defined dependencies instead of adding extra dependencies This is confusing because documentation states they are **additional** dependencies: ``` --deps= Add additional dependencies...

bug

See https://github.com/orgs/jbangdev/discussions/1909 for a proposal to add Jython support to JBang.

ideas

**Describe the bug** `jbang export fatjar --fresh --cp=. script.java` does not produce fatjar but fails with an exception **To Reproduce** Steps to reproduce the behavior: 1. Clone 'https://github.com/jbangdev/jbang-examples' 2. Got...

bug

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [gradle](https://gradle.org) ([source](https://redirect.github.com/gradle/gradle)) | minor | `8.13` -> `8.14.2` | --- ### Release Notes gradle/gradle (gradle)...

Fixes #2045 ## Summary by Sourcery Disallow users from passing directories to the --cp option by validating classpath entries and throwing an error when a directory is detected, and ensure...

Update maven plugin to 0.0.8 which is the latest release

**Is your feature request related to a problem? Please describe.** I use [mise](https://mise.jdx.dev/lang/java.html) to manage my JDKs. When using `//JAVA 24`, `jbang` downloads a JDK and ignores the ones by...

ideas