-
The tools.build documentation could contain more information about how to produce uberjars and execute them.
- Different ways of building uberjars (the options)
- How to produce an application ub…
-
Hi there, this is a very interesting project and I like the two-step philosophy, thank you for it!
There is one thing that I found does not work here, the `uberjar`.
I have not debugged it prope…
-
**Is your feature request related to a problem? Please describe.**
From clojurians slack: https://clojurians.slack.com/archives/CLX41ASCS/p1641396669154300
> To take a closer look at its depende…
-
error `java.lang.NoSuchMethodError: java.nio.ByteBuffer.flip()Ljava/nio/ByteBuffer;` happens when we build an uberjar with JDK > 8 but run on java 8.
* happens with `lein` and `boot`
* the code in…
-
### Description
When I use `quarkus` to build a native-image with the `native` and then execute `mvn clean package -Pnative`. The final bytecode will generate successfully but unfortunately the sourc…
-
-
Hi,
_Context_
I am running the following configuration
```
REPL-y 0.3.7, nREPL 0.2.11
Clojure 1.8.0-RC4
Java HotSpot(TM) 64-Bit Server VM 1.8.0_77-b03
```
on Debian.
AOT config is done by definin…
gixxi updated
2 years ago
-
### Describe the bug
my project need to encrypt some data. so i add the bcprov dependencies, i build the uber-jar with
gradle clean build -D"quarkus.package.type=uber-jar" -x test,
when i run tha…
-
Hi,
I was trying to run a simple servlet app on Jetty w/OmniFaces on classpath but not even used.
The issue is that OmniFaces has servlet context listener that checks for presence of CDI and JSF. …
-
Is there any way to set up jvm-opts for an uberjar build?
I'm trying to move off depstar to this helper lib per the README's recommendation but neither passing `:compile-opts {:jvm-opts ["-Doption"…