Releases: micronaut-projects/micronaut-core
Releases Β· micronaut-projects/micronaut-core
v4.7.3
What's Changed
Bug Fixes π
- KSP: Correct aggregating dependencies by @dstepanov in #11318
- Inner classes with builder don't get introspected by @radovanradic in #11313
Dependency updates π
- fix(deps): update dependency net.bytebuddy:byte-buddy to v1.15.10 by @renovate in #11308
- fix(deps): update dependency com.blazebit:blaze-persistence-core-impl to v1.6.13 by @renovate in #11315
- fix(deps): update dependency com.blazebit:blaze-persistence-core-impl to v1.6.14 by @renovate in #11321
Full Changelog: v4.7.2...v4.7.3
Micronaut Core 4.7.2
What's Changed
Bug Fixes π
- Postpone to next round if annotation class is resolved. Fixes #11287 by @graemerocher in #11291
Improvements β
- Improve displaying of circular dependency error by @andriy-dmytruk in #11299
Docs π
Dependency updates π
- chore(deps): update plugin io.micronaut.build.shared.settings to v7.2.3 by @renovate in #11279
- fix(deps): update dependency ch.qos.logback:logback-classic to v1.5.12 by @renovate in #11283
- chore(deps): update graalvm/setup-graalvm action to v1.2.5 by @renovate in #11289
- fix(deps): update dependency io.micronaut.build.internal:micronaut-gradle-plugins to v7.2.3 by @renovate in #11292
- chore(deps): update softprops/action-gh-release action to v2.0.9 by @renovate in #11296
- fix(deps): update dependency io.netty:netty-tcnative-boringssl-static to v2.0.69.final by @renovate in #11301
- fix(deps): update dependency net.bytebuddy:byte-buddy to v1.15.9 by @renovate in #11302
- fix(deps): update dependency net.bytebuddy:byte-buddy-agent to v1.15.10 by @renovate in #11305
Full Changelog: v4.7.1...v4.7.2
Micronaut Core 4.7.1
What's Changed
New Features π
Bug Fixes π
- Fix ByteBody stream writing for HTTP/2 by @yawkat in #11261
- Fix controller
@Body Object
parameters by @yawkat in #11267
Docs π
Dependency updates π
- fix(deps): update dependency net.bytebuddy:byte-buddy to v1.15.4 by @renovate in #11251
- chore(deps): update graalvm/setup-graalvm action to v1.2.4 by @renovate in #11254
- fix(deps): update dependency ch.qos.logback:logback-classic to v1.5.11 by @renovate in #11258
- fix(deps): update dependency io.micronaut.build.internal:micronaut-gradle-plugins to v7.2.2 by @renovate in #11264
- chore(deps): update plugin io.micronaut.build.shared.settings to v7.2.2 by @renovate in #11262
- fix(deps): update dependency net.bytebuddy:byte-buddy to v1.15.5 by @renovate in #11265
- fix(deps): update dependency net.bytebuddy:byte-buddy-agent to v1.15.5 by @renovate in #11269
- fix(deps): update dependency net.bytebuddy:byte-buddy to v1.15.7 by @renovate in #11274
Other Changes π‘
New Contributors
Full Changelog: v4.7.0...v4.7.1
Micronaut Core 4.7.0
What's Changed
New Features π
- Add support lost
java.time
classes: by @altro3 in #11142 - feat: nicer error pages for HTML responses by @sdelamo in #11210
- Add ability to disable normalization for property keys in EachProperty by @altro3 in #11216
Bug Fixes π
- Fix for service loader by @andriy-dmytruk in #11229
- KSP: Properly update current round resolver in all helper classes by @dstepanov in #11239
- Correct checking for internal/experimental API usage by @dstepanov in #11249
Other Changes π‘
- Add
MessageBodyHandlerRegistry#getReader
which will fail on missing reader by @dstepanov in #11130 - Cache Micronaut META-INF services by @dstepanov in #11129
- Fix typo: cachedFormatter by @PiyalAhmed in #11150
- Fix typo by @PiyalAhmed in #11167
- Merge 4.6 into 4.7 by @dstepanov in #11172
- Fix typo: errorBody by @PiyalAhmed in #11171
- Polish BeanDefinitionWriter by @PiyalAhmed in #11197
- Checkstyle fixes by @altro3 in #11217
- Use @PreMatching for CORS Preflight request by @dstepanov in #11097
Improvements β
- Replace the DefaultHttpClient constructors with a builder by @yawkat in #11109
- Allow customization of the Bootstrap in NettyClientCustomizer by @yawkat in #11110
- Introduce ByteBody-based server response type by @yawkat in #11094
- Remove JsonView filter by @dstepanov in #11189
- Refactor DefaultHttpClient to use ByteBody for the request body by @yawkat in #11158
- ByteBody-based response handling for the HTTP client by @yawkat in #11177
- HTTP client refactor by @yawkat in #11182
- Correct routing check by @dstepanov in #11225
- Make
MediaType
comparable by @dstepanov in #11226 - Implement pcap logging for netty HTTP client by @yawkat in #11117
- fix(router): get 'uri' mapping default value if no 'uris' found in http annotation by @weesftw in #11187
- RawHttpClient by @yawkat in #11227
Docs π
- Fix typo by @PiyalAhmed in #11179
- Fixed file name and links by @shukawam in #11219
- Remove warning about Logbook bug by @msdousti in #10118
- Docs: Adding KSP support by @ChaimaaeROUAI in #11235
- Fix link to javadoc of HTTP annotation and Micronaut Context Package by @ChaimaaeROUAI in #11245
- fix link to javadoc of AST package by @sdelamo in #11243
- Update introspection documentation by @ChaimaaeROUAI in #11240
Dependency updates π
- fix(deps): update vertx to v4.5.10 by @renovate in #11157
- fix(deps): update dependency ch.qos.logback:logback-classic to v1.5.8 by @renovate in #11163
- chore(deps): update dependency gradle to v8.10.1 by @renovate in #11175
- fix(deps): update dependency com.squareup.okio:okio to v3.9.1 by @renovate in #11181
- fix(deps): update dependency io.github.classgraph:classgraph to v4.8.176 by @renovate in #11190
- fix(deps): update groovy monorepo to v4.0.23 by @renovate in #11185
- fix(deps): update managed.reactor to v3.6.10 by @renovate in #11195
- chore(deps): update dependency gradle to v8.10.2 by @renovate in #11203
- fix(deps): update dependency io.smallrye:smallrye-fault-tolerance to v6.4.1 by @renovate in #11211
- fix(deps): update dependency io.micronaut.session:micronaut-session to v4.4.0 by @renovate in #11218
- chore(deps): update actions/checkout action to v4.2.0 by @renovate in #11214
- fix(deps): update dependency io.micronaut.rxjava3:micronaut-rxjava3-bom to v3.5.0 by @renovate in #11196
- fix(deps): update dependency org.graalvm.buildtools.native:org.graalvm.buildtools.native.gradle.plugin to v0.10.3 by @renovate in #11176
- fix(deps): update dependency io.micronaut.validation:micronaut-validation-bom to v4.7.0 by @renovate in #11222
- fix(deps): update dependency io.github.classgraph:classgraph to v4.8.177 by @renovate in #11230
- fix(deps): update dependency org.testcontainers:spock to v1.20.2 by @renovate in #11234
- fix(deps): update netty monorepo to v4.1.114.final by @renovate in #11236
- fix(deps): update asm to v9.7.1 by @renovate in #11238
- fix(deps): update dependency ch.qos.logback:logback-classic to v1.5.9 by @renovate in #11246
- fix(deps): update dependency net.bytebuddy:byte-buddy to v1.15.3 by @renovate in #11237
- fix(deps): update dependency me.champeau.gradle:japicmp-gradle-plugin to v0.4.4 by @renovate in #11250
New Contributors
- @shukawam made their first contribution in #11219
- @msdousti made their first contribution in #10118
- @ChaimaaeROUAI made their first contribution in #11235
- @weesftw made their first contribution in #11187
Full Changelog: v4.6.6...v4.7.0
Micronaut Core 4.6.6
What's Changed
Bug Fixes π
- Fix outer injection point of constructor by @dstepanov in #11199
- Fix forwarding null when CancellableMonoSink is cancelled by @yawkat in #11221
Docs π
- Fix broken links in builtInExceptionHandlers.adoc by @graemerocher in #11180
Dependency updates π
Other Changes π‘
Full Changelog: v4.6.5...v4.6.6
Micronaut Core 4.6.5
What's Changed
Bug Fixes π
- Skip classes from introspection generation that are postponed by @graemerocher in #11155
- Store enum values as strings by @dstepanov in #11160
- Fix JsonView and Optional return type by @dstepanov in #11170
- Skip error routes when initial processing of malformed request fails by @yawkat in #11161
- Fix reentrant subscribe in StreamingNettyByteBody by @yawkat in #11051
Improvements β
Dependency updates π
Other Changes π‘
- Ignore any errors when getting jrt provider by @dstepanov in #11166
Full Changelog: v4.6.4...v4.6.5
Micronaut Core 4.6.4
What's Changed
Bug Fixes π
- Fix stream backpressure when compressing by @yawkat in #11115
- Fix inject remapped beans with type arguments by @dstepanov in #11145
Dependency updates π
- fix(deps): update dependency io.netty:netty-tcnative-boringssl-static to v2.0.66.final by @renovate in #11112
- fix(deps): update dependency com.github.javaparser:javaparser-symbol-solver-core to v3.26.2 by @renovate in #11147
- fix(deps): update dependency io.micronaut.reactor:micronaut-reactor-bom to v3.5.0 by @renovate in #11133
- fix(deps): update dependency io.micronaut.groovy:micronaut-runtime-groovy to v4.4.0 by @renovate in #11132
- fix(deps): update dependency io.micronaut.aws:micronaut-aws-bom to v4.7.1 by @renovate in #11126
- fix(deps): update dependency io.micronaut.rxjava2:micronaut-rxjava2-bom to v2.5.0 by @renovate in #11148
Other Changes π‘
- Update to the IDE guide for VS Code, which was out of date by @krisfoster in #11093
- Deprecate
MediaTypeCodec
and use Message Body Writer / Reader API for clients by @dstepanov in #11121 - Fix issue with root routing + improve tests by @dstepanov in #11123
- Add Kotlin Graalvm reproducer by @dstepanov in #11135
- Fix typo: localTransformers by @PiyalAhmed in #11146
New Contributors
- @krisfoster made their first contribution in #11093
- @PiyalAhmed made their first contribution in #11146
Full Changelog: v4.6.3...v4.6.4
Micronaut Core 4.6.3
What's Changed
Bug Fixes π
- Fix NettyBodyAdapter backpressure for empty buffers by @yawkat in #11107
- Json body handler should be selected for ALL media type by @dstepanov in #11108
Dependency updates π
- fix(deps): update dependency io.micronaut.build.internal:micronaut-gradle-plugins to v7.2.1 by @renovate in #11105
- chore(deps): update dependency gradle to v8.10 by @renovate in #11106
Full Changelog: v4.6.2...v4.6.3
Micronaut Core 4.6.2
What's Changed
Bug Fixes π
- Correct custom media-type resolving by @dstepanov in #11102
- KSP: Fix interceptors with parameter defaults by @dstepanov in #11103
Dependency updates π
- fix(deps): update dependency net.bytebuddy:byte-buddy to v1.14.19 by @renovate in #11096
- fix(deps): update dependency io.github.classgraph:classgraph to v4.8.175 by @renovate in #11099
- fix(deps): update dependency net.bytebuddy:byte-buddy-agent to v1.14.19 by @renovate in #11100
- chore(deps): update plugin io.micronaut.build.shared.settings to v7.2.1 by @renovate in #11104
Full Changelog: v4.6.1...v4.6.2
Micronaut Core 4.6.1
What's Changed
Bug Fixes π
- Issue with Requires condition with missingClasses as string values by @radovanradic in #11087
- No-body default response should be NO_CONTENT by @dstepanov in #11086
- Fix recognition of reactive types by @dstepanov in #11085
KSP
- Fix overridden suspended method by @dstepanov in #11090
Dependency updates π
- fix(deps): update managed.reactor to v3.6.9 by @renovate in #11088
- fix(deps): update dependency ch.qos.logback:logback-classic to v1.5.7 by @renovate in #11091
New Contributors
- @radovanradic made their first contribution in #11087
Full Changelog: v4.6.0...v4.6.1