Paullo612
Paullo612
### Expected Behavior Should compile fine. Compiles fine with `3.4.x` branch. ### Actual Behaviour Simple Hello World app fails to compile to native image if I add `micronaut-inject` Maven dependency:...
- fix useBeanValidation option application - add support for choosing Reactive Streams implementation for generated code through library option - remove `@Controller` annotation from generated interfaces, as it is not...
Looks like wrong `File` constructor were used to create `File` from resource. fixes #943
Micronaut 3 no [longer ships](https://docs.micronaut.io/3.0.0/guide/#_rxjava2) any reactive implementation as a default now. Current Micronaut code generator generates code for RxJava 2, but it is [end-of-life](https://github.com/ReactiveX/RxJava/blob/b7f66c8aff0e6f1328c7c7e3d445279197d056b3/README.md) as of February 28, 2021....
I've cloned repository to `/home/pavel/Документы/src/swagger-codegen-generators`. When tried to run tests with `mvn test` I've got the following error: ``` [ERROR] Tests run: 222, Failures: 1, Errors: 0, Skipped: 2, Time...
Images compiled ahead of time by GraalVM's native-image tool cannot be opened as jar files. Instead, GraalVM introduces special file system implementation that allows accessing resources built in the image...