Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 69d1c36

Browse files
committed
Upgrade to latest Hazelcast 3.x in integration tests
1 parent a780e87 commit 69d1c36

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

‎spring-boot-project/spring-boot-actuator/src/test/java/org/springframework/boot/actuate/hazelcast/Hazelcast3HazelcastHealthIndicatorTests.java‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2012-2021 the original author or authors.
2+
* Copyright 2012-2022 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -40,7 +40,7 @@
4040
* @author Stephane Nicoll
4141
*/
4242
@ClassPathExclusions("hazelcast*.jar")
43-
@ClassPathOverrides("com.hazelcast:hazelcast:3.12.8")
43+
@ClassPathOverrides("com.hazelcast:hazelcast:3.12.12")
4444
class Hazelcast3HazelcastHealthIndicatorTests {
4545

4646
@Test

‎spring-boot-project/spring-boot-autoconfigure/src/test/java/org/springframework/boot/autoconfigure/hazelcast/Hazelcast3AutoConfigurationTests.java‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@
4040
* @author Stephane Nicoll
4141
*/
4242
@ClassPathExclusions("hazelcast*.jar")
43-
@ClassPathOverrides({ "com.hazelcast:hazelcast:3.12.8", "com.hazelcast:hazelcast-client:3.12.8",
44-
"com.hazelcast:hazelcast-spring:3.12.8" })
43+
@ClassPathOverrides({ "com.hazelcast:hazelcast:3.12.12", "com.hazelcast:hazelcast-client:3.12.12",
44+
"com.hazelcast:hazelcast-spring:3.12.12" })
4545
class Hazelcast3AutoConfigurationTests {
4646

4747
private final ApplicationContextRunner contextRunner = new ApplicationContextRunner()

‎spring-boot-project/spring-boot-autoconfigure/src/test/java/org/springframework/boot/autoconfigure/session/SessionAutoConfigurationHazelcast3Tests.java‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2012-2020 the original author or authors.
2+
* Copyright 2012-2022 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -40,7 +40,7 @@
4040
* @author Vedran Pavic
4141
*/
4242
@ClassPathExclusions("hazelcast*.jar")
43-
@ClassPathOverrides("com.hazelcast:hazelcast:3.12.8")
43+
@ClassPathOverrides("com.hazelcast:hazelcast:3.12.12")
4444
class SessionAutoConfigurationHazelcast3Tests extends AbstractSessionAutoConfigurationTests {
4545

4646
private final WebApplicationContextRunner contextRunner = new WebApplicationContextRunner()

‎spring-boot-tests/spring-boot-smoke-tests/spring-boot-smoke-test-hazelcast3/build.gradle‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ description = "Spring Boot Hazelcast 3 smoke test"
77

88
configurations.all {
99
resolutionStrategy {
10-
force "com.hazelcast:hazelcast:3.12.8"
11-
force "com.hazelcast:hazelcast-spring:3.12.8"
10+
force "com.hazelcast:hazelcast:3.12.12"
11+
force "com.hazelcast:hazelcast-spring:3.12.12"
1212
}
1313
}
1414

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /