-
Notifications
You must be signed in to change notification settings - Fork 12
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
use plain object for exception mapping #3647
Conversation
backend/src/main/java/com/bakdata/conquery/io/jetty/ConqueryErrorExceptionMapper.java
Show resolved
Hide resolved
@@ -48,8 +48,7 @@ | |||
<groupId>org.apache.maven.plugins</groupId> | |||
<artifactId>maven-compiler-plugin</artifactId> | |||
<configuration> | |||
<source>${java.required}</source> | |||
<target>${java.required}</target> | |||
<release>${java.required}</release> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@awildturtok bevor ich E2E bei mir lokal wieder zum Laufen bringen konnte hatte ich Probleme das Backend zu kompilieren.
In den Maven-Logs mit Java 23 gabs eine Warning à la: Lieber release
nutzen als source
+target
da sonst nicht sicher gestellt wird, dass die richtigen System-Libs genutzt werden.
Durch das ändern war mein eigentlicher Fehler zwar nicht weggegangen, aber eine Warning weniger :)
noch offen? |
@awildturtok jam bitte reviewen |
before we sent an object containing the stacktrace but no message