Cedric f0de751da4 fix: centralise error handling in GlobalExceptionHandler, add SLF4J logging, remove HTTP 417 and e.printStackTrace()
- Expand GlobalExceptionHandler with handlers for ResourceNotFoundException (404),
  UsernameAlreadyExistsException (409), ResponseStatusException (pass-through),
  RuntimeException (500), and generic Exception (500); add SLF4J logging
- Remove all bare try/catch blocks and e.printStackTrace() calls from
  ExpenseListController; add SLF4J logger field
- Add test: create_returns500_onUnexpectedServiceError

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-05 17:11:37 +02:00
2024-12-22 22:32:48 +01:00
2024-12-22 22:32:48 +01:00
2024-12-24 23:04:35 +01:00
2026-02-04 15:31:16 +01:00
2024-12-22 22:32:48 +01:00
2024-12-22 22:32:48 +01:00
S
Description
No description provided
350 KiB
2025-05-11 01:15:35 +02:00
Languages
Java 100%