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
S
Description
No description provided
645 KiB
Languages
Java 64.7%
Gherkin 11%
HTML 10%
Shell 6.7%
JavaScript 6.7%
Other 0.9%