Go to file
luklpz 96d75b324a fix: use plain String for PS multilingual fields; add Dolibarr diagnostic endpoint
PS WebService GET responses return name/description as plain strings, not
language-array objects. Using List<LangValue> caused Jackson to throw
HttpMessageConversionException on every getProductByReference call.

Also adds GET /api/sync/diagnostics/dolibarr to verify Dolibarr connectivity
and product count from the Railway environment.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-14 23:26:28 +02:00
sync-service fix: use plain String for PS multilingual fields; add Dolibarr diagnostic endpoint 2026-05-14 23:26:28 +02:00
.gitignore feat: add sync-service Spring Boot middleware 2026-05-14 14:09:46 +02:00