Add support for Micronaut 4.x #268

Closed
opened 2023-07-25 12:13:33 +02:00 by kristoisberg · 3 comments
kristoisberg commented 2023-07-25 12:13:33 +02:00 (Migrated from github.com)

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 register method in TimeTypeConverterRegistrar needs to be change from public void register(ConversionService<?> conversionService) to public void register(MutableConversionService conversionService).

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 `register` method in `TimeTypeConverterRegistrar` needs to be change from `public void register(ConversionService<?> conversionService)` to `public void register(MutableConversionService conversionService)`.
sschnabe commented 2023-07-27 22:12:27 +02:00 (Migrated from github.com)

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.

Hi, i've already migrated this codegen to micronaut 4 on branch [4.x](https://github.com/kokuwaio/micronaut-openapi-codegen/tree/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.
sschnabe commented 2023-08-09 09:13:14 +02:00 (Migrated from github.com)

4.0.0-SNAPSHOT is deployed to sonatype: https://oss.sonatype.org/content/repositories/snapshots/io/kokuwa/micronaut/micronaut-openapi-codegen/ can you test this version?

`4.0.0-SNAPSHOT` is deployed to sonatype: https://oss.sonatype.org/content/repositories/snapshots/io/kokuwa/micronaut/micronaut-openapi-codegen/ can you test this version?
sschnabe commented 2023-08-24 14:14:13 +02:00 (Migrated from github.com)

Released. Please open bug tickets if anything is broken.

Released. Please open bug tickets if anything is broken.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Reference
kokuwaio/micronaut-openapi-codegen#268
No description provided.