Micronaut SourceGen 1.4.0
What's Changed
New Features π
- Support generating delegate classes by @andriy-dmytruk in #158
Improvements β
- Add a common abstract class for type definitions (classes, records, interfaces, enums) by @andriy-dmytruk in #162
- add Micronaut data integration test by @graemerocher in #137
Other Changes π‘
- Add support for casting expressions by @andriy-dmytruk in #146
- Creating toString, equals, and hashCode methods in Utils class by @elifKurtay in #149
- Improve build method API + small improvements by @dstepanov in #151
- Implement more Kotlin generator, abstract common parts by @dstepanov in #154
- Kotlin: Support if-else and arrays + Core 4.7 by @dstepanov in #156
- Annotated TypeDef by @elifKurtay in #168
- Adding inner types to objectDef by @elifKurtay in #169
- Improving enum capabilities by @elifKurtay in #170
Dependency updates π
Micronaut Modules
Micronaut Core
- fix(deps): update dependency io.micronaut:micronaut-core-bom to v4.6.2 by @renovate in #138
- fix(deps): update dependency io.micronaut:micronaut-core-bom to v4.6.3 by @renovate in #139
- fix(deps): update dependency io.micronaut:micronaut-core-bom to v4.6.4 by @renovate in #141
- fix(deps): update dependency io.micronaut:micronaut-core-bom to v4.6.5 by @renovate in #145
- fix(deps): update dependency io.micronaut:micronaut-core-bom to v4.6.6 by @renovate in #152
- fix(deps): update dependency io.micronaut:micronaut-core-bom to v4.7.1 by @renovate in #166
- fix(deps): update dependency io.micronaut:micronaut-core-bom to v4.7.2 by @renovate in #177
Micronaut Validation
- fix(deps): update dependency io.micronaut.validation:micronaut-validation-bom to v4.8.0 by @renovate in #175
CI βοΈBuild π
- chore(deps): update dependency gradle to v8.10.1 by @renovate in #144
- chore(deps): update dependency gradle to v8.10.2 by @renovate in #147
- chore(deps): update graalvm/setup-graalvm action to v1.2.5 by @renovate in #157
- chore(deps): update peter-evans/create-pull-request action to v7 by @renovate in #142
- chore(deps): update softprops/action-gh-release action to v2.0.9 by @renovate in #173
- chore(deps): update mikepenz/action-junit-report action to v5 by @renovate in #176
GraalVM
Micronaut Build Plugin
- chore(deps): update plugin io.micronaut.build.shared.settings to v7.2.1 by @renovate in #136
- chore(deps): update plugin io.micronaut.build.shared.settings to v7.2.3 by @renovate in #159
New Contributors
- @elifKurtay made their first contribution in #149
Full Changelog: v1.3.1...v1.4.0