Ensure endpoints.jolokia.enabled=false switches off jolokia

This commit is contained in:
Dave Syer
2013-11-26 13:22:17 +00:00
parent 564475556e
commit 94e2f90793
3 changed files with 24 additions and 1 deletions

View File

@@ -85,7 +85,7 @@ public class AutoConfigurationReportLoggingInitializer implements
logAutoConfigurationReport(!this.applicationContext.isActive());
}
void logAutoConfigurationReport(boolean isCrashReport) {
public void logAutoConfigurationReport(boolean isCrashReport) {
if (this.report == null) {
this.report = AutoConfigurationReport.get(this.applicationContext
.getBeanFactory());