Like https://github.com/spring-projects/spring-boot/issues/45846, when enabling lazy init, Netty's ResourceLeakDetector
won't be enabled. It's set up in the constructor of NettyAutoConfiguration
, which won't run when lazy init is enabled.
Like https://github.com/spring-projects/spring-boot/issues/45846, when enabling lazy init, Netty's ResourceLeakDetector
won't be enabled. It's set up in the constructor of NettyAutoConfiguration
, which won't run when lazy init is enabled.