1.0.6
Release 1.0.6
- francois papon: [documentation] Fix @onevent example. link.
- Romain Manni-Bucau: [persistence] tolerate nested table as embeddable for cases with more than 255 columns. link.
- Romain Manni-Bucau: [jsonrpc] adding PartialResponse support to customize headers on jsonrpc responses. link.
- Romain Manni-Bucau: [jsonrpc] tolerate PartialResponse from processor code (and not manual handlers). link.
- Romain Manni-Bucau: [http-server] Enable to re-read the body when cached is enabled. link.
- Romain Manni-Bucau: [http-server] Enable parameter access from body - to avoid to parse it. link.
- Romain Manni-Bucau: [jsonrpc] missing generic in PartialResponse. link.
- Romain Manni-Bucau: [jsonrpc] Tolerate OffsetDateTime, ZoneOffset and LocalDate as root parameter on a JSON-RPC endpoint. link.
- Romain Manni-Bucau: [processor] a bit more tolerance on incremental compilation - not complete. link.
- Romain Manni-Bucau: [processor] experimental mode when json schema are dumped in a state folder. link.
- Romain Manni-Bucau: [processor] on incremental compilation try to deserialize jsonschema if needed. link.
- Romain Manni-Bucau: [build] missing header. link.
- Romain Manni-Bucau: [processor] when fallbacking on an empty schema, ensure id is populated. link.
- Romain Manni-Bucau: [ioc] Enable to 'map' a bean/context/listener - aka processor. link.
- Romain Manni-Bucau: [jsonschema] better enum support. link.
- Romain Manni-Bucau: [testing] Ensure listeners are discovered and resolved by testing module. link.
- Romain Manni-Bucau: [http-server] ensure monitoring server respects fastSessionId toggle. link.
- Romain Manni-Bucau: Upgrade Tomcat to v10.1.12. link.
- Romain Manni-Bucau: [http-server] make jakarta.annotations-api optional. link.