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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user