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
trafficstars

**Describe the bug** Running `jbang info tools` on a script containing //SOURCES **.java fails with a StackOverflow: **To Reproduce** Steps to reproduce the behavior: 1. git clone https://gist.github.com/maxandersen/9ccf3e0a5ad6d3a60e4aec433e41be08 2. cd...

bug

put //GAV dk.xam:hello and jbang export mavenrepo hello.java says: ``` [WARN] Cannot export to maven publish as no group specified. Add --group= and run again. ``` the pom.xml has it...

bug

The code takes into account the user's `settings.xml`, so things like repository authentication and proxies should now work. Fixes #1077

``` jbang --verbose jdk install 19 [jbang] jbang version 0.98.0.7 [jbang] Downloading JDK 19. Be patient, this can take several minutes... [jbang] Downloading https://api.foojay.io/disco/v2.0/directuris?distro=temurin&javafx_bundled=false&libc_type=libc&archive_type=tar.gz&operating_system=mac&package_type=jdk&version=19&architecture=x64&latest=available [jbang] System Java version detected as...

bug

Just alike [Cargo build.rs](https://doc.rust-lang.org/cargo/reference/build-scripts.html#build-scripts), and main method in build.jbang will be executed before javac compile. ```java ///usr/bin/env jbang "$0" "$@" ; exit $? //DEPS com.google.protobuf:protobuf-java:3.21.5 //SOURCES Hello.java //FILES user.proto public...

ideas

**Describe the bug** When performing the CONTRIBUTING.adoc action to build the project `./gradlew build`, if the user is on JDK 16+, the build fails with a message: `` General error...

bug

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

ideas

**Is your feature request related to a problem? Please describe.** To know the jbang version at runtime in custom jbang app (eg camel-jbang) **Describe the solution you'd like** A clear...

ideas

**Describe the bug** As the title indicates, live editing a generated jbang script does not seem to sync dependencies declared in the script `*.java` and dependencies declared in the generated...

bug

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---|---|---| | [actions/checkout](https://togithub.com/actions/checkout) | action...