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
We made some changes to improve the re-usability of autoconfig classes in #13490. This one slipped through the net somehow - you still can't create an instance of the public class WebFluxConfig from outside its own package because of a private interface ResourceHandlerRegistrationCustomizer. The same issue probably is mirrored in Mvc autoconfiguration.
The text was updated successfully, but these errors were encountered:
We made some changes to improve the re-usability of autoconfig classes in #13490. This one slipped through the net somehow - you still can't create an instance of the public class
WebFluxConfig
from outside its own package because of a private interfaceResourceHandlerRegistrationCustomizer
. The same issue probably is mirrored in Mvc autoconfiguration.The text was updated successfully, but these errors were encountered: