Micronaut 3.4.1
Core Patches
- Support
JsonNaming
andJsonProperty
forBeanIntrospectionModule
@yawkat (#7139) - correctly propagate stereotypes from mutated annotations @graemerocher (#7140)
- Do not add
Named
to factory bean fields @dstepanov (#7145) - Allow JDK serialization of
null
@yawkat (#7149) - Update
jackson-databind
to 2.13.2.2 @yawkat (#7146) removeAnnotationIf
should update caches @graemerocher (#7127)- Enable leak detection for all tests, fix various leaks @yawkat (#6896)
Module patches
- Bump micronaut-serialization to 1.0.1 @micronaut-build (#7160)
- Bump micronaut-aot to 1.0.1 @micronaut-build (#7155)
- Bump micronaut-maven-plugin to 3.2.1 @micronaut-build (#7159)
- Bump micronaut-servlet to 3.2.2 @micronaut-build (#7137)
Changes
- Support JsonNaming and JsonProperty for BeanIntrospectionModule @yawkat (#7139)
- correctly propagate stereotypes from mutated annotations @graemerocher (#7140)
- Do not add
Named
to factory bean fields @dstepanov (#7145) - Allow JDK serialization of
null
@yawkat (#7149) - build(deps): bump io.micronaut.build.shared.settings from 5.3.0 to 5.3.2 @dependabot (#7157)
- Bump micronaut-serialization to 1.0.1 @micronaut-build (#7160)
- Bump micronaut-aot to 1.0.1 @micronaut-build (#7155)
- Bump micronaut-maven-plugin to 3.2.1 @micronaut-build (#7159)
- Update jackson @yawkat (#7146)
- Don't initialize ResourceLeakDetector at build time @yawkat (#7142)
- Update Micronaut Parent POM @alvarosanchez (#7120)
- Bump micronaut-servlet to 3.2.2 @micronaut-build (#7137)
- Remove
bom-check
module @melix (#7138) - Refactor the Gradle build @melix (#7048)
- Enable leak detection for all tests, fix various leaks @yawkat (#6896)
- ci: release TARGET_REPOSITORY @micronaut-build (#7136)
- Bump micronaut-aot to 1.0.0 @micronaut-build (#7131)
- ci: cache@v3 @micronaut-build (#7128)
- ci: check_retries: true @micronaut-build (#7118)
- removeAnnotationIf should update caches @graemerocher (#7127)
Contributors
@alvarosanchez, @dependabot, @dependabot[bot], @dstepanov, @graemerocher, @melix, @micronaut-build and @yawkat