File tree Expand file tree Collapse file tree 2 files changed +0
-10
lines changed
spring-boot-project/spring-boot-autoconfigure/src/test/java/org/springframework/boot/autoconfigure/hazelcast Expand file tree Collapse file tree 2 files changed +0
-10
lines changed Original file line number Diff line number Diff line change 2525import org .junit .jupiter .api .AfterAll ;
2626import org .junit .jupiter .api .BeforeAll ;
2727import org .junit .jupiter .api .Test ;
28- import org .junit .jupiter .api .condition .DisabledOnJre ;
29- import org .junit .jupiter .api .condition .JRE ;
3028
3129import org .springframework .beans .factory .BeanCreationException ;
3230import org .springframework .boot .autoconfigure .AutoConfigurations ;
@@ -75,7 +73,6 @@ void systemPropertyWithXml() {
7573 }
7674
7775 @ Test
78- @ DisabledOnJre (JRE .JAVA_13 )
7976 void systemPropertyWithYaml () {
8077 this .contextRunner
8178 .withSystemProperties (HazelcastClientConfiguration .CONFIG_SYSTEM_PROPERTY
@@ -90,7 +87,6 @@ void explicitConfigFileWithXml() {
9087 }
9188
9289 @ Test
93- @ DisabledOnJre (JRE .JAVA_13 )
9490 void explicitConfigFileWithYaml () {
9591 this .contextRunner
9692 .withPropertyValues ("spring.hazelcast.config=org/springframework/boot/autoconfigure/"
@@ -107,7 +103,6 @@ void explicitConfigUrlWithXml() {
107103 }
108104
109105 @ Test
110- @ DisabledOnJre (JRE .JAVA_13 )
111106 void explicitConfigUrlWithYaml () {
112107 this .contextRunner
113108 .withPropertyValues ("spring.hazelcast.config=classpath:org/springframework/"
Original file line number Diff line number Diff line change 2323import com .hazelcast .core .Hazelcast ;
2424import com .hazelcast .core .HazelcastInstance ;
2525import org .junit .jupiter .api .Test ;
26- import org .junit .jupiter .api .condition .DisabledOnJre ;
27- import org .junit .jupiter .api .condition .JRE ;
2826
2927import org .springframework .beans .factory .BeanCreationException ;
3028import org .springframework .boot .autoconfigure .AutoConfigurations ;
@@ -70,7 +68,6 @@ void systemPropertyWithXml() {
7068 }
7169
7270 @ Test
73- @ DisabledOnJre (JRE .JAVA_13 )
7471 void systemPropertyWithYaml () {
7572 this .contextRunner
7673 .withSystemProperties (HazelcastServerConfiguration .CONFIG_SYSTEM_PROPERTY
@@ -91,7 +88,6 @@ void explicitConfigFileWithXml() {
9188 }
9289
9390 @ Test
94- @ DisabledOnJre (JRE .JAVA_13 )
9591 void explicitConfigFileWithYaml () {
9692 this .contextRunner
9793 .withPropertyValues ("spring.hazelcast.config=org/springframework/boot/autoconfigure/hazelcast/"
@@ -110,7 +106,6 @@ void explicitConfigUrlWithXml() {
110106 }
111107
112108 @ Test
113- @ DisabledOnJre (JRE .JAVA_13 )
114109 void explicitConfigUrlWithYaml () {
115110 this .contextRunner
116111 .withPropertyValues ("spring.hazelcast.config=classpath:org/springframework/"
You can’t perform that action at this time.
0 commit comments