Micronaut Serialization 2.11.0
What's Changed
Bug Fixes 🐞
- Always catch runtime exceptions from serializers and deserializers by @dstepanov in #879
Improvements ⭐
JacksonJsonMapper
should supportcreateSpecific
by @dstepanov in #871- Allow to fail on primitives in constructor with
failOnNullForPrimitives=true
by @dstepanov in #881 - Add type thrashing test by @yawkat in #897
GraalVM 🏆
Other Changes 💡
- Merge 2.10.x by @graemerocher in #873
- Fix naming strategy on annotated fields by @Myshkouski in #884
- Merge 2.10.x by @graemerocher in #895
Dependency updates 🚀
- fix(deps): update dependency org.eclipse.parsson:parsson to v1.1.7 by @renovate in #902
- fix(deps): update dependency org.mongodb:bson to v4.11.3 by @renovate in #905
- fix(deps): update dependency com.amazonaws:aws-lambda-java-events to v3.13.0 by @renovate in #888
- fix(deps): update dependency com.oracle.database.jdbc:ojdbc8 to v23.5.0.24.07 by @renovate in #836
Micronaut Modules
Micronaut Platform
- fix(deps): update dependency io.micronaut.platform:micronaut-platform to v4.5.0 by @renovate in #866
- fix(deps): update dependency io.micronaut.platform:micronaut-platform to v4.5.1 by @renovate in #899
Micronaut Core
- fix(deps): update dependency io.micronaut:micronaut-core-bom to v4.5.4 by @renovate in #896
- fix(deps): update dependency io.micronaut:micronaut-core-bom to v4.6.0 by @renovate in #906
Micronaut Reactor
- fix(deps): update dependency io.micronaut.reactor:micronaut-reactor-bom to v3.4.1 by @renovate in #858
Micronaut Logging
- fix(deps): update dependency io.micronaut.logging:micronaut-logging-bom to v1.3.0 - autoclosed by @renovate in #834
Micronaut Oracle Cloud
- fix(deps): update dependency io.micronaut.oraclecloud:micronaut-oraclecloud-bom to v4 by @renovate in #862
Micronaut Validation
- fix(deps): update dependency io.micronaut.validation:micronaut-validation-bom to v4.6.1 by @renovate in #886
CI ⚙️Build 🐘
- chore(deps): update actions/checkout action to v4 by @renovate in #877
- chore(deps): update gradle/wrapper-validation-action action to v3 by @renovate in #847
GraalVM
SVM
Micronaut Build Plugin
- chore(deps): update plugin io.micronaut.build.shared.settings to v7.2.0 by @renovate in #901
- chore(deps): update plugin io.micronaut.build.shared.settings to v7.1.3 by @renovate in #857
- chore(deps): update plugin io.micronaut.build.shared.settings to v7.1.4 by @renovate in #885
Micronaut Gradle Plugin
- fix(deps): update dependency io.micronaut.gradle:micronaut-gradle-plugin to v4.4.1 by @renovate in #891
- fix(deps): update dependency io.micronaut.gradle:micronaut-gradle-plugin to v4.4.2 by @renovate in #893
New Contributors
- @Myshkouski made their first contribution in #884
Full Changelog: v2.10.2...v2.11.0