-
in order to provide a full-fat JAR for the application (JEP343 Jdk14)
-
I tried using the buildpacks against a spring and quarkus sample app. In both cases I got this error on examples that we working fine with other builder images.
```
[jbang] Building jar...
SLF4J:…
-
today we have jbang container image which you can manually use to package things; like in https://github.com/maxandersen/jbang-issuelabeler/blob/master/Dockerfile
we should explore how we can make …
-
It would be great if could pass connection info via command line.
So I could do: jbang --deps driverdeps jdbcnavjarurl.jar -u dummy -p secret --url jdbc://...
Could also add driverdeps as a comman…
-
idea is that by default jbang will when using --debug, --jfr, or any other commands where it makes sense will dump to console informative help/pointers.
including a message saying "set JBANG_EXPERT=t…
-
Would be nice if using vscode build tasks to call java/jbang directly there was a "java matcher" option like there is a bunch for node, typescript, go etc. default in vscode.
See https://code.v…
-
Add Kotlin script(kts) support for jbang because logic to run kts is different with kt source file.
* create Kotlin script file: hello.kts
```kotlin
//KOTLIN 1.5.32
println("Hello, Kotlin S…
-
## Describe the bug
have a jbang app with //JAVA 15 in source file using quarkus and then have default java be java 11 then quarkus complains about classes compiled with too new a version as it it f…
-
**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 during sema…
-
### Scenario 1
When entering:
$ jbang
Bash completion does not completes any files (.java or not) found in the current directory.
### Scenario 2
If using:
$ jbang h
then files st…