Changes
- EmbeddedServer.getPort improvement @jameskleeh (#6290)
- Bump versions of groovy and asm @jameskleeh (#6298)
- Bump micronaut-security to 3.1.0 @micronaut-build (#6285)
- Forward h2c upgrade request downstream so that it gets a response [Fixes #5005] @yawkat (#6270)
- Add support for reading the body for streamed requests when the response is an error @jameskleeh (#6273)
- Bump micronaut-aws to 3.0.1 @micronaut-build (#6276)
- Bump Micronaut Data to 3.0.1 @graemerocher (#6280)
- Bump micronaut-openapi to 3.1.0 @micronaut-build (#6279)
- Mark some properties on Resource classes with their correct property names @yawkat (#6254)
- Adds a getter for cron expression @ashishkujoy (#6258)
- Introduce an index in immutable sorted maps @melix (#6268)
- Bump micronaut-jaxrs to 3.1.0 @micronaut-build (#6262)
🐛 Bug Fixes
- Do not discard remaining data when cancelling h2c upgrade [Fixes #4643] @yawkat (#6300)
- Implement (de)serialization of new JsonNode class [Fixes #6295] @yawkat (#6296)
- Fix sharing of annotation class value loading between introspection and its ref @jameskleeh (#6289)
- Unshare Http2OrHttpHandler because superclass does not support sharing @yawkat (#6283)
Contributors
@ashishkujoy, @burtbeckwith, @dstepanov, @graemerocher, @jameskleeh, @melix, @micronaut-build, @rlubke and @yawkat