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

I was playing with pulumi using jbang.properties to hold dependencies. All good fun. but then I ran `mima list something` and that mima run picked up jbang.properties preventing me from...

bug

**Is your feature request related to a problem? Please describe.** MIMA "stable" is 2.x, while 3.x has alpha-2 latest released into Maven Central. JBang catalog has entry `"script-ref": "eu.maveniverse.maven.mima:cli:RELEASE"` that...

ideas

usecase is to allow use jbang resolution together with existing toolchains. i.e. today `jbang export portable ` assumes there always is a scriptref to start with. what if you could...

ideas

**Describe the bug** "Script or alias could not be found or read" is output even if the script is shown at `jbang alias list` **To Reproduce** Steps to reproduce the...

bug

**Describe the bug** According to https://www.jbang.dev/documentation/guide/latest/dependencies.html#repositories > For secure authentication jbang will honor ~/.m2/settings-security.xml for configuring username/passwords. I have in `~/.m2/settings.xml` a mirror to a proxy repository which requires authentication....

bug

today only %{deps:} is allowed but really could use %{deps:} worked. ie. instead of requiring: ``` jbang --javaagent=byteman@bytemanproject=script:filedelete.btm,boot:`jbang info classpath byteman@bytemanproject`,prop:org.jboss.byteman.ext=txt del.java ``` I would like that to be: ```...

ideas

**Is your feature request related to a problem? Please describe.** While doing JBang contributions it struck me how easy is to create CLI (and REPL). Hence, MIMA got a small...

ideas

originally for jbang I was thinking we should allow `//DEPS log4j,xchart` as a shorthand for adding the "sensible default set " of dependencies for a java app. I never did...

ideas

I spent a lot of time trying to find how I should publish my scripts so that people could use them without forking my repo, and I remembered from a...

bug

I check `jbang --help` for

ideas