Files
everything-claude-code/skills
AlexisLeDain e928ceacee fix: assert Camel route body as String after JSON marshalling
The route calls .marshal().json() before reaching the mock endpoint,
so the body is a JSON String, not a POJO. Removed expectedBodiesReceived
with POJO and getBody(BusinessRulesPayload.class), replaced with
String body assertion using contains().
2026-04-09 16:42:26 +02:00
..
2026-04-01 16:09:54 -07:00
2026-04-05 15:42:58 -07:00
2026-04-05 15:46:01 -07:00
2026-03-29 21:21:18 -04:00