I want to use webflux with reactor netty,but my project that relies on spring-security-oauth2 , specifically with the class https://github.com/spring-projects/spring-security-oauth/blob/master/spring-security-oauth2/src/main/java/org/springframework/security/oauth2/provider/OAuth2Authentication.java, to work with oauth2, but this project use the servlet api, and netty does not support the servlet api. It's possible to use reactor netty with the spring-security-oauth2 project?