-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
java.lang.NoClassDefFoundError with fast-jar deployment with Sentry extension #12252
Labels
kind/bug
Something isn't working
Milestone
Comments
Note: Until this is fixed, I can't use the fast-jar deployment on code.quarkus.io since it uses the sentry extension. |
geoand
added a commit
to geoand/quarkus
that referenced
this issue
Sep 22, 2020
gsmet
pushed a commit
to gsmet/quarkus
that referenced
this issue
Oct 1, 2020
ia3andy
changed the title
java.lang.NoClassDefFoundError: org/slf4j/LoggerFactory with fast-jar deployment with Sentry extension
java.lang.NoClassDefFoundError with fast-jar deployment with Sentry extension
Oct 14, 2020
This issue is poping again with a different class:
|
@geoand should we also add jackson to the list? |
No, that could be very problematic |
I will have a look at Sentry to find out why they use a JSON marshaller and if I can disable that feature.. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Exception while starting a quarkus app in fast-jar deployment mode:
Note: No issue without the Sentry extension, I added it because it's part of the stack..
CC @geoand @stuartwdouglas
To Reproduce
Link to a small reproducer:
https://github.com/ia3andy/reproduce-fast-jar
Steps to reproduce the behavior:
mvn clean package -Dquarkus.package.type=fast-jar
java -jar ./target/quarkus-app/quarkus-run.jar
Environment (please complete the following information):
uname -a
orver
:java -version
:1.8.1.Final
mvnw --version
orgradlew --version
):The text was updated successfully, but these errors were encountered: