Paullo612
Paullo612
Thanks for workaround for Gradle, but what about Maven? Tried ```xml ... ... io.micronaut micronaut-http-server provided ``` ```xml ... ... org.apache.maven.plugins maven-compiler-plugin io.micronaut micronaut-http-server ${micronaut.core.version} ``` ```xml ... ... org.apache.maven.plugins...
This should not brake anything, as I've left RxJava 2 as default Reactive Streams implementation. The only thing I'm not sure about is removal of `@Controller` from generated interfaces. Haven't...
Fixed this [here](https://github.com/Paullo612/LinuxJavaFixes). SWT (eclipse) support is possibly broken by javassist update, so, no pull request.