Merge branch '3.2.x' into 3.3.x

Closes gh-42285
This commit is contained in:
Phillip Webb
2024-09-12 18:43:54 -07:00
3 changed files with 6 additions and 1 deletions

View File

@@ -29,7 +29,7 @@ import org.springframework.jmx.support.RegistrationPolicy;
public class JmxProperties {
/**
* Expose management beans to the JMX domain.
* Expose Spring's management beans to the JMX domain.
*/
private boolean enabled = false;