jbang
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.
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...
**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...
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...
**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...
**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....
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: ```...
**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...
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...
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...