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 25
25
import org .junit .jupiter .api .AfterAll ;
26
26
import org .junit .jupiter .api .BeforeAll ;
27
27
import org .junit .jupiter .api .Test ;
28
- import org .junit .jupiter .api .condition .DisabledOnJre ;
29
- import org .junit .jupiter .api .condition .JRE ;
30
28
31
29
import org .springframework .beans .factory .BeanCreationException ;
32
30
import org .springframework .boot .autoconfigure .AutoConfigurations ;
@@ -75,7 +73,6 @@ void systemPropertyWithXml() {
75
73
}
76
74
77
75
@ Test
78
- @ DisabledOnJre (JRE .JAVA_13 )
79
76
void systemPropertyWithYaml () {
80
77
this .contextRunner
81
78
.withSystemProperties (HazelcastClientConfiguration .CONFIG_SYSTEM_PROPERTY
@@ -90,7 +87,6 @@ void explicitConfigFileWithXml() {
90
87
}
91
88
92
89
@ Test
93
- @ DisabledOnJre (JRE .JAVA_13 )
94
90
void explicitConfigFileWithYaml () {
95
91
this .contextRunner
96
92
.withPropertyValues ("spring.hazelcast.config=org/springframework/boot/autoconfigure/"
@@ -107,7 +103,6 @@ void explicitConfigUrlWithXml() {
107
103
}
108
104
109
105
@ Test
110
- @ DisabledOnJre (JRE .JAVA_13 )
111
106
void explicitConfigUrlWithYaml () {
112
107
this .contextRunner
113
108
.withPropertyValues ("spring.hazelcast.config=classpath:org/springframework/"
Original file line number Diff line number Diff line change 23
23
import com .hazelcast .core .Hazelcast ;
24
24
import com .hazelcast .core .HazelcastInstance ;
25
25
import org .junit .jupiter .api .Test ;
26
- import org .junit .jupiter .api .condition .DisabledOnJre ;
27
- import org .junit .jupiter .api .condition .JRE ;
28
26
29
27
import org .springframework .beans .factory .BeanCreationException ;
30
28
import org .springframework .boot .autoconfigure .AutoConfigurations ;
@@ -70,7 +68,6 @@ void systemPropertyWithXml() {
70
68
}
71
69
72
70
@ Test
73
- @ DisabledOnJre (JRE .JAVA_13 )
74
71
void systemPropertyWithYaml () {
75
72
this .contextRunner
76
73
.withSystemProperties (HazelcastServerConfiguration .CONFIG_SYSTEM_PROPERTY
@@ -91,7 +88,6 @@ void explicitConfigFileWithXml() {
91
88
}
92
89
93
90
@ Test
94
- @ DisabledOnJre (JRE .JAVA_13 )
95
91
void explicitConfigFileWithYaml () {
96
92
this .contextRunner
97
93
.withPropertyValues ("spring.hazelcast.config=org/springframework/boot/autoconfigure/hazelcast/"
@@ -110,7 +106,6 @@ void explicitConfigUrlWithXml() {
110
106
}
111
107
112
108
@ Test
113
- @ DisabledOnJre (JRE .JAVA_13 )
114
109
void explicitConfigUrlWithYaml () {
115
110
this .contextRunner
116
111
.withPropertyValues ("spring.hazelcast.config=classpath:org/springframework/"
You can’t perform that action at this time.
0 commit comments