Fix #57: Verschluckte Exception in ResolveHistoricalDocumentContext loggen

Log4j2-API als Abhaengigkeit im Application-Modul ergaenzt. Catch von
Exception auf RuntimeException eingeengt; unerwartete Laufzeitfehler
werden jetzt per logger.warn() protokolliert und weiterpropagiert statt
still verschluckt zu werden.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-04-28 15:43:45 +02:00
parent a910633c64
commit 43c54923f8
2 changed files with 21 additions and 5 deletions
+6
View File
@@ -19,6 +19,12 @@
<version>${project.version}</version>
</dependency>
<!-- Logging API (nur API, keine Implementierung gebunden durch Bootstrap) -->
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
</dependency>
<!-- JSON parsing for AI response parsing -->
<dependency>
<groupId>org.json</groupId>