You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
I run
jaxrs-analyzer
with OpenJDK 11. It runs fine but it prints few warnings aboutIllegal reflective access by com.sebastian_daschner.jaxrs_analyzer.model.JavaUtils
followed byAll 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 mentionedfuture release
?The text was updated successfully, but these errors were encountered: