API-05: Accept unknown JSON fields for forward compatibility #32

Closed
opened 2026-03-11 11:14:23 +01:00 by claude · 1 comment
Owner

Server accepts unknown JSON fields without error (DeserializationFeature.FAIL_ON_UNKNOWN_PROPERTIES = false) for forward compatibility with newer agent versions.

Category: REST API
REQ-ID: API-05

Server accepts unknown JSON fields without error (`DeserializationFeature.FAIL_ON_UNKNOWN_PROPERTIES = false`) for forward compatibility with newer agent versions. **Category:** REST API **REQ-ID:** API-05
Author
Owner

Implemented: Spring Boot 3.x default FAIL_ON_UNKNOWN_PROPERTIES = false — no override found, unknown JSON fields are accepted.

Implemented: Spring Boot 3.x default `FAIL_ON_UNKNOWN_PROPERTIES = false` — no override found, unknown JSON fields are accepted.
Sign in to join this conversation.