File tree Expand file tree Collapse file tree 3 files changed +9
-7
lines changed
applications/spring-shell/src/test/java/org/springframework/sbm
components/sbm-recipes-boot-upgrade/src/main/resources/recipes Expand file tree Collapse file tree 3 files changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -154,7 +154,8 @@ private void verifyPropertyConfigurationUpdate() {
154
154
"spring.datasource.username=sa\n " +
155
155
"spring.datasource.password=password\n " +
156
156
"spring.jpa.database-platform=org.hibernate.dialect.H2Dialect\n " +
157
- "logging.pattern.dateformat=yyyy-MM-dd HH:mm:ss.SSS\n " );
157
+ "logging.pattern.dateformat=yyyy-MM-dd HH:mm:ss.SSS\n " +
158
+ "management.endpoints.jmx.exposure.include=*\n " );
158
159
}
159
160
160
161
private void verifyEhCacheVersionIsUpgraded () {
Original file line number Diff line number Diff line change 665
665
condition :
666
666
type : org.springframework.sbm.boot.upgrade_27_30.conditions.LoggingDateFormatCondition
667
667
addDefaultPropertiesFileToTopModules : true
668
- - type : org.springframework.sbm.boot.upgrade_27_30.actions.Boot_27_30_AddLoggingDateFormat
669
668
669
+ - type : org.springframework.sbm.boot.upgrade_27_30.actions.Boot_27_30_AddLoggingDateFormat
670
670
description : " Sets logging date format to yyyy-MM-dd HH:mm:ss.SSS"
671
671
condition :
672
672
type : org.springframework.sbm.boot.upgrade_27_30.conditions.LoggingDateFormatCondition
673
673
674
+ - type : org.springframework.sbm.boot.upgrade_27_30.actions.Boot_27_30_JmxEndpointExposureAction
675
+ description : " Sets JMX endpoint exposure include to *"
676
+ condition :
677
+ type : org.springframework.sbm.boot.upgrade_27_30.conditions.JmxEndpointExposureCondition
678
+
674
679
Original file line number Diff line number Diff line change 16
16
- type : org.springframework.sbm.boot.upgrade_27_30.actions.Boot_27_30_AddLoggingDateFormat
17
17
description : " Sets logging date format to yyyy-MM-dd HH:mm:ss.SSS"
18
18
condition :
19
- type : org.springframework.sbm.boot.upgrade_27_30.conditions.LoggingDateFormatCondition
20
- - type : org.springframework.sbm.boot.upgrade_27_30.actions.Boot_27_30_JmxEndpointExposureAction
21
- description : " Sets JMX endpoint exposure include to *"
22
- condition :
23
- type : org.springframework.sbm.boot.upgrade_27_30.conditions.JmxEndpointExposureCondition
19
+ type : org.springframework.sbm.boot.upgrade_27_30.conditions.LoggingDateFormatCondition
You can’t perform that action at this time.
0 commit comments