swagger-codegen-generators
swagger-codegen-generators copied to clipboard
[JavaMicronaut] Micronaut 3 support
Micronaut 3 no longer ships any reactive implementation as a default now.
Current Micronaut code generator generates code for RxJava 2, but it is end-of-life as of February 28, 2021. Micronaut itself now uses Project Reactor internally, and Micronaut developers recommend switching to it to avoid having multiple reactive implementations in classpath.
It would be good to have an option to choose Recative Streams implementation for generated code.