-
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"…
-
This morning our automatic builds started failing. We are using clojure:openjdk-11 image to run lein test, lein uberjar etc commands. I see a new version has been released yesterday.
I pulled the l…
-
I'm trying to package Jet for NixOS and it's pretty tricky without an uberjar because NixOS doesn't allow the build process to have network access, so libraries cannot be downloaded when building. The…
-
I'm not sure why, but I'm getting a difference is deps resolution between mac / linux vs windows:
I've been using github actions and debugging this, so I've got a current build log which I'll pull …
-
Hello,
after doing `./gradlew clean build` I get the following error:
```
* Where:
Build file '/Users/yoobi/Documents/Gitlab/Examples/language-server/launchers/build.gradle' line: 50
* What w…
yoobi updated
2 years ago
-
**Describe the bug**
Project scaffolded at https://code.quarkus.io/ - depending on io.quarkus:quarkus-core:jar:1.5.2.Final,
and extended with polyglot code below, fails at execution with an excepti…
ghost updated
2 years ago
-
**Describe the bug**
`example/doc-example/build.clj` has:
```clojure
(ns build
"The build script for the example of the poly documentation.
Targets:
* uberjar :project PROJECT
…
-
### Describe the bug
Creating an uber jar with Qurkus 2.3.1 i see inside the uber jar also the test library like junit or maven.
This is an extract of mvn dependency:list
[INFO] org.junit.jupit…
psini updated
3 years ago
-
If I'm using Timbre "out of the box", do I need to be concerned about [CVE-2021-44228](https://www.lunasec.io/docs/blog/log4j-zero-day/)?