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

So how about the idea that you could base your settings, files, resources, options, etc etc on those of another project? Imagine you have a script with a bunch of...

ideas

**Describe the bug** Using the `jbang edit` command does not commit changes to the script file. **To Reproduce** Steps to reproduce the behavior: 1. `jbang init hello` 2. `jbang edit...

bug

I accidentally committed https://github.com/jbangdev/jbang/commit/3b7e83557152a9f54253c5eb1af3b7fae16ea76f directly to main - not really bad but it only solves the issue of M1/aarch64 detection partially. with this update of detection IF you run the...

ideas

Quarkus integration have a notion of //Q:CONFIG to allow config being directly in the file. unfortunately it is not as reliable as wanted and its Quarkus specific. Users can just...

ideas

Would be nice if jbang was supported by renovate bot. Just found they recently added kotlin script support which would be very similar. https://github.com/renovatebot/renovate/issues/16662 Anyone with some typescript experience up...

ideas

Perhaps we should look into this: https://docs.microsoft.com/en-us/windows/package-manager/package/

enhancement

initial cut of `jbang export project --group=org hello.java` still very rough.

just a random thought...could we make jbang available as implementor of JavaCompiler? Allowing tools like https://github.com/marchof/io.javaalmanac.sandbox that works with standard inmemory javac to provide a compiler that will fetch dependencies...

ideas

Not sure if This is new behavior or not but today when using io.quarkus.qute quarkus intégration gets enabled which is not really necessary if using qute directly without needing quarkus....

ideas

To verify system properties like Qurkus.dev gets passed in and //Q:config honored. Just so to avoid missing it in future. Should also add similar to quarkus test suite to test...

bug