sdaschner / jaxrs-analyzer

Creates REST documentation for JAX-RS projects
Apache License 2.0
319 stars 101 forks source link

OpenJDK 11: Illegal reflective access #184

Open kamilchm opened 5 years ago

kamilchm commented 5 years ago

I run jaxrs-analyzer with OpenJDK 11. It runs fine but it prints few warnings about Illegal reflective access by com.sebastian_daschner.jaxrs_analyzer.model.JavaUtils followed by All illegal access operations will be denied in a future release. I wonder how safe it'll be to build a bigger tool for analyzing microservices APIs based on jaxrs-analyzer. Is there a way to have it working after the mentioned future release?