You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
spring-boot/buildSrc
Brian Clozel fe1011c23d Add Netty memory leak detection config property
This commit adds a new `spring.netty.leak-detection` configuration
property that selects the level of memory leak detection for the Netty
engine.

This configuration is applied statically to Netty; this means all
(non-shaded) Netty usages as client or server will be impacted by this
change.

Developers might use this property during development or tests to find
causes of memory leaks when dealing with Netty buffers.

Closes gh-14338
4 years ago
..
src Add Netty memory leak detection config property 4 years ago
build.gradle Migrate to asciidoctor-spring-backends 4 years ago
gradle.properties Merge branch '2.2.x' into 2.3.x 4 years ago
settings.gradle Adopt Gradle Enterprise Conventions Plugin 5 years ago