Skip to content
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

Merged
merged 8 commits into from
Feb 3, 2025

Conversation

thoniTUB
Copy link
Collaborator

@thoniTUB thoniTUB commented Jan 9, 2025

before we sent an object containing the stacktrace but no message

@thoniTUB thoniTUB requested a review from awildturtok January 9, 2025 10:09
@thoniTUB thoniTUB requested a review from awildturtok January 13, 2025 15:21
@@ -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>
Copy link
Collaborator Author

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 :)

@thoniTUB
Copy link
Collaborator Author

Run query -- Check user error message (failed)
Ich muss die Sprache noch pinnen, momentan kommt die Nachricht auf Englisch in der CI. Ich versuche beides abzutesten

@awildturtok
Copy link
Collaborator

noch offen?

@thoniTUB
Copy link
Collaborator Author

thoniTUB commented Feb 3, 2025

@awildturtok jam bitte reviewen

@thoniTUB thoniTUB enabled auto-merge February 3, 2025 11:28
@thoniTUB thoniTUB merged commit b3b417c into develop Feb 3, 2025
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants