After updating Kotlin to version 1.1.2+ i am getting a warning in Spring Webflux app: “org.springframework.aop.framework.CglibAopProxy - Final method [xxx] cannot get proxied via CGLIB: Calls to this method will NOT be routed to the target instance and might lead to NPEs against uninitialized fields in the proxy instance.“,
does it mean that all-open plugin has suddenly stopped working or it never worked but warning message was added in 1.1.2?