Go to file
luklpz 776e761a94 fix: catch RestClientException in getProductByReference for PS false response
Spring 6 RestClient wraps HttpMessageNotReadableException (thrown when
deserializing {"products":false}) into RestClientException with message
"Error while extracting response for type [...]". The previous fix only
caught HttpMessageConversionException directly, missing the wrapper.

PrestashopApiException is not a RestClientException, so 4xx/5xx error
handling is unaffected.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-17 18:19:31 +02:00
android-app feat: add Android client app (Kotlin + Jetpack Compose) 2026-05-15 12:48:54 +02:00
javafx-client Code Debloat 2026-05-15 17:21:20 +02:00
sync-service fix: catch RestClientException in getProductByReference for PS false response 2026-05-17 18:19:31 +02:00
.gitignore feat: add sync-service Spring Boot middleware 2026-05-14 14:09:46 +02:00