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

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [gradle](https://gradle.org) ([source](https://togithub.com/gradle/gradle)) | minor | `8.7` -> `8.8` | --- ### Release Notes...

Upgrade Kotlin from 1.8.22 to 1.9.24. We do not yet upgrade to Kotlin 2.0.0, giving it more time to mature.

**Describe the bug** Follow-up to https://github.com/jbangdev/jbang/issues/1574 by @quintesse This is when using "Git Bash" - and particularly the msys bash inside of it. This is what I see: ``` Ben@t480-ben...

bug

Now more developers choose [Nushell](https://www.nushell.sh/), any plan to support Nushell by default? I think it's not hard. To create a new `jbang.nu` and append it to config.nu. ``` source ~/.jbang/jbang.nu...

ideas

And add gradle-versions-plugin (w/ tweaks as OOTB is broken).

Added a couple of more informational lines that can help us debug issues that people might have with JBang.

**Describe the bug** https://www.jbang.dev/download/ says `iex "& { $(iwr https://ps.jbang.dev) } app setup"` which doesn't work https://www.jbang.dev/documentation/guide/latest/installation.html#using-jbang says `iex "& { $(iwr -useb https://ps.jbang.dev) } app setup"` which works **To...

bug

**Is your feature request related to a problem? Please describe.** JBang is great because it allows you to specify dependencies right in your script file. However for cases where dependencies...

ideas

Is it possible to work with AWS Code Artifactory with Camel JBang? I am trying to execute below. camel run --name example timer2.camel.yaml Test.java --deps=io.confluent:kafka-protobuf-serializer:7.4.0,com.google.protobuf:protobuf-java:3.25.1,com.google.protobuf:protobuf-java-util:3.25.1,com.googlecode.protobuf-java-format:protobuf-java-format:1.4,com.test.camelk.utils:kafka-utils:0.0.5 --properties=application.properties --maven-settings=./settings.xml --repos=https://packages.confluent.io/maven/,https://test-gi-962144292115.d.codeartifact.us-east-1.amazonaws.com/maven/test-gi-artifacts/ https://github.com/ciseldevops/codeartifact-demo/blob/master/.m2/settings.xml It...

ideas

forgot to add a ',' in a json and I got this: ``` jbang catalog list jbanghub/eclipse [jbang] [ERROR] Unable to download catalog: https://github.com/jbanghub/eclipse/blob/HEAD/jbang-catalog.json via null [jbang] Run with --verbose...

bug