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

**Describe the bug** When using `--quiet` only error logs should be displayed. But when using a JShell script two logs are still emitted when launching JBang from Docker: ``` Aug...

bug

from https://quarkusio.zulipchat.com/#narrow/stream/187038-dev/topic/JBang.20failure/near/455967437 @sanne felt sad his already installed jdks via fedora dnf was not being found. fedora (and possible other linux distros) install jvm's into `/usr/lib/jvm` which has subdirs for...

ideas

https://www.jbang.dev/documentation/guide/latest/dependencies.html#using-links-to-git-sources says that `https://github.com/jbangdev/jbang` is converted to the locator `com.github.jbangdev:jbang:HEAD-SNAPSHOT`. I'm seeing it being converted to a `jbang:-SNAPSHOT` locator, which can't resolve. I wondered about just dropping the line in...

bug

in https://github.com/orgs/jbangdev/discussions/1813 it was discussed it could be useful to export jars for users without having to specify a target. i.e. similar to how `jbang -i --deps g:a:v` works, `jbang...

ideas

I used a github reference to trigger a jitpack dependency download. It didn't work, because it turned out that jitpack couldn't build my repository. The root cause wasn't obvious from...

ideas

jbang version 0.117.1 If you run "jbang hello.groovy" in a powershell window you will see this error: ``` Error: Could not find or load main class .grape.enable=false Caused by: java.lang.ClassNotFoundException:...

so jreleaser will more likely "just work"

ideas

code like this : ```java ///usr/bin/env jbang "$0" "$@" ; exit $? /** * test */ public class test { public static void main(String[] args) { System.out.println("Javadoc should not complain...

bug
documentation

Hi, This PR updates the qrest template with the latest quarkus version and also replaces javax package import with jakarta Best Regards :)