Files
apix-mvp/apix-admin
Carsten Rehfeld 0ee76ac535
Deploy to Production / deploy (push) Successful in 3m20s
fix(admin): serialize poll response as JSON string via ObjectMapper
Response.ok(Map.of(...)).build() with class-level @Produces(TEXT_HTML)
caused Quarkus to call Map.toString() instead of the Jackson writer,
producing {key=value} output that r.json() can't parse. Explicitly
serialize with ObjectMapper and set Content-Type to application/json.

Co-Authored-By: Mira Rehfeld <noreply@anthropic.com>
2026-05-17 00:35:06 +02:00
..