New
v5.0.0-M10
What's Changed
New Features 🎉
- Generation of JSON schema from Micronaut Configuration Properties by @graemerocher in https://github.com/micronaut-projects/micronaut-core/pull/12377
Improvements ⭐
- Support Authentication as a valid WebSocket handler argument by @zManu3k in https://github.com/micronaut-projects/micronaut-core/pull/12357
Dependency updates 🚀
- Update native-gradle-plugin version by @graemerocher in https://github.com/micronaut-projects/micronaut-core/pull/12378
Other Changes 💡
- Integrate NullAway for http-client by @dstepanov in https://github.com/micronaut-projects/micronaut-core/pull/12363
- Integrate NullAway and Jspecify NullMarked for http-client-core by @dstepanov in https://github.com/micronaut-projects/micronaut-core/pull/12365
- Integrate NullAway for http-server, http-netty by @dstepanov in https://github.com/micronaut-projects/micronaut-core/pull/12367
- Integrate NullAway for whole project by @dstepanov in https://github.com/micronaut-projects/micronaut-core/pull/12368
- Remove remaining NonNull on NullMarked packages by @dstepanov in https://github.com/micronaut-projects/micronaut-core/pull/12369
- Correct "post construct" generation in bean definition writer by @dstepanov in https://github.com/micronaut-projects/micronaut-core/pull/12372
New Contributors
- @zManu3k made their first contribution in https://github.com/micronaut-projects/micronaut-core/pull/12357
Full Changelog: https://github.com/micronaut-projects/micronaut-core/compare/v5.0.0-M9...v5.0.0-M10