Micronaut Core 4.2.1
What's Changed
Bug Fixes ๐
- protect against activeListeners NPE by @sdelamo in #10114
- Fix methods not respecting the array type when comparing by @dstepanov in #10168
Improvements โญ
- remove unnecessary MicronautTest annotation by @sdelamo in #10111
- test: javax/jakarta.persistence.Transient remains in Introspected by @sdelamo in #10110
- javadoc: AnnotationValue correct since [ci skip] by @sdelamo in #10115
- Replaces usages of BeanContext::run with ApplicationContext::run by @sdelamo in #10184
- Use bean context classloader for Jackson by @dstepanov in #10121
- Update OptionsFilter to not emit duplicate headers by @jeremyg484 in #10126
- refactor: Use diamond operator by @timtebeek in #10146
- refactor: Apply SLF4J best practices by @timtebeek in #10161
Docs ๐
- doc: Update documentation to reflect that @transient was removed by @sdelamo in #10112
- Update documentation statusHandlers.adoc by @paulgrugnale in #10119
- Guide: Added instructions for setup NetBeans for Micronaut by @lkishalmi in #10136
Tests โ
Dependency updates ๐
- fix(deps): update dependency io.netty.incubator:netty-incubator-transport-native-io_uring to v0.0.24.final by @renovate in #10132
- fix(deps): update dependency com.h2database:h2 to v2.2.224 by @renovate in #9783
- fix(deps): update dependency com.blazebit:blaze-persistence-core-impl to v1.6.10 by @renovate in #9461
- fix(deps): update dependency io.smallrye:smallrye-fault-tolerance to v6 by @renovate in #9339
- fix(deps): update vertx to v3.9.16 by @renovate in #8255
- fix(deps): update dependency org.neo4j.driver:neo4j-java-driver to v1.7.6 by @renovate in #10152
- fix(deps): update dependency ch.qos.logback:logback-classic to v1.4.13 by @renovate in #10166
Groovy
- fix(deps): update groovy monorepo to v4.0.16 by @renovate in #10182
- fix(deps): update groovy monorepo to v4.0.15 by @renovate in #9876
Kotlin
- fix(deps): update kotlin monorepo to v1.9.21 by @renovate in #10157
- fix(deps): update managed.ksp to v1.9.21-1.0.15 (#10169)
Micronaut Modules
Micronaut Reactor
- fix(deps): update dependency io.micronaut.reactor:micronaut-reactor-bom to v3.1.0 by @renovate in #10108
Micronaut RxJava3
- fix(deps): update dependency io.micronaut.rxjava3:micronaut-rxjava3-bom to v3.1.0 by @renovate in #10125
Micronaut Session
- fix(deps): update dependency io.micronaut.session:micronaut-session to v4.1.0 by @renovate in #10135
CI โ๏ธBuild ๐
- Deprecations fixes and minor improvements in gradle scripts by @altro3 in #10036
- chore(deps): update dependency gradle to v8.5 by @renovate in #10174
- chore(deps): update gradle/gradle-build-action action to v2.10.0 by @renovate in #10170
Micronaut Gradle Plugin
New Contributors
- @paulgrugnale made their first contribution in #10119
- @lkishalmi made their first contribution in #10136
Full Changelog: v4.2.0...v4.2.1