micronaut-projects / micronaut-starter

Generates Micronaut applications
Apache License 2.0
213 stars 96 forks source link

Specify serialization framework #1534

Open melix opened 1 year ago

melix commented 1 year ago

This is blocked by https://github.com/micronaut-projects/micronaut-gradle-plugin/issues/592 and will only work for Micronaut 4+.

The generated Gradle build files should generate a serialization = "...." entry to select the runtime serialization framework.

sdelamo commented 1 year ago

@melix see https://github.com/micronaut-projects/micronaut-starter/pull/1829