Micronaut Validation 4.3.0
What's Changed
Other Changes π‘
- Allow for constrains with
validatedBy = MyValidator.class
to load validator from the bean context by @dstepanov in #288
Bug Fixes π
- bug: props with optional getters should be validated by @timyates in #165
- Fix resetting
disableDefaultConstraintViolation
by @dstepanov in #287
Docs π
Dependency updates π
- fix(deps): update dependency com.github.spotbugs:spotbugs-annotations to v4.8.2 by @renovate in #264
- fix(deps): update dependency com.github.spotbugs:spotbugs-annotations to v4.8.3 - autoclosed by @renovate in #273
- fix(deps): update dependency org.jboss.arquillian.container:arquillian-container-test-spi to v1.8.0.final - autoclosed by @renovate in #259
Kotlin
- fix(deps): update kotlin monorepo to v1.9.21 by @renovate in #260
- fix(deps): update kotlin monorepo to v1.9.22 by @renovate in #276
KSP Gradle Plugin
- fix(deps): update dependency com.google.devtools.ksp:symbol-processing-gradle-plugin to v1.9.21-1.0.15 by @renovate in #262
- fix(deps): update dependency com.google.devtools.ksp:symbol-processing-gradle-plugin to v1.9.22-1.0.16 by @renovate in #275
- fix(deps): update dependency com.google.devtools.ksp:symbol-processing-gradle-plugin to v1.9.22-1.0.17 by @renovate in #293
Micronaut Modules
Micronaut Core
Micronaut Serialization
Micronaut RxJava2
- fix(deps): update dependency io.micronaut.rxjava2:micronaut-rxjava2-bom to v2.2.1 by @renovate in #272
Micronaut Test
- fix(deps): update dependency io.micronaut.test:micronaut-test-bom to v4.1.1 by @renovate in #268
- fix(deps): update dependency io.micronaut.test:micronaut-test-bom to v4.2.0 by @renovate in #285
Micronaut Kotlin
- fix(deps): update dependency io.micronaut.kotlin:micronaut-kotlin-bom to v4.2.0 by @renovate in #295
Micronaut Groovy
- fix(deps): update dependency org.apache.groovy:groovy-bom to v4.0.16 by @renovate in #266
- fix(deps): update dependency org.apache.groovy:groovy-bom to v4.0.17 by @renovate in #277
- fix(deps): update dependency org.apache.groovy:groovy-bom to v4.0.18 by @renovate in #294
Micronaut Reactor
- fix(deps): update dependency io.micronaut.reactor:micronaut-reactor-bom to v3.2.0 by @renovate in #271
- fix(deps): update dependency io.micronaut.reactor:micronaut-reactor-bom to v3.2.1 by @renovate in #282
CI βοΈBuild π
Micronaut Build Plugin
Micronaut Gradle Plugin
- fix(deps): update dependency io.micronaut.gradle:micronaut-gradle-plugin to v4.2.0 by @renovate in #257
- fix(deps): update dependency io.micronaut.gradle:micronaut-gradle-plugin to v4.2.1 by @renovate in #269
New Contributors
Full Changelog: v4.2.0...v4.3.0