Merge branch '3.3.x'

Closes gh-42286
This commit is contained in:
Phillip Webb
2024-09-12 18:44:42 -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;