Add support for Micronaut 4.x #268
Labels
No labels
bug
dependencies
documentation
duplicate
enhancement
github_actions
good first issue
help wanted
invalid
java
question
wontfix
renovate
renovate-manager
cargo
renovate-manager
dockerfile
renovate-manager
git-submodules
renovate-manager
gomod
renovate-manager
kustomize
renovate-manager
kustomize
renovate-manager
maven
renovate-manager
maven
renovate-manager
npm
renovate-manager
pip_requirements
renovate-manager
regex
renovate-manager
renovate-config-presets
renovate-manager
woodpecker
renovate-type
bump
renovate-type
digest
renovate-type
lockFileMaintenance
renovate-type
major
renovate-type
minor
renovate-type
patch
renovate-type
pin
renovate-type
pinDigest
renovate-type
replacement
renovate-type
rollback
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Reference
kokuwaio/micronaut-openapi-codegen#268
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Micronaut 4.0.0 introduced breaking changes, which have made this package incompatible with it.
There are likely more things that need to be changed, but for example, the signature of the
registermethod inTimeTypeConverterRegistrarneeds to be change frompublic void register(ConversionService<?> conversionService)topublic void register(MutableConversionService conversionService).Hi, i've already migrated this codegen to micronaut 4 on branch 4.x. Release will take some time because i'll add additional features: records, sealed interfaces for inheritance and OpenApiCodegen 7.x (7.0.0-beta is already included in 4.x branch).
Next week i'll deploy snapshots to sonatype, release will be done in august.
4.0.0-SNAPSHOTis deployed to sonatype: https://oss.sonatype.org/content/repositories/snapshots/io/kokuwa/micronaut/micronaut-openapi-codegen/ can you test this version?Released. Please open bug tickets if anything is broken.