Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
S
spring-boot
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
DEMO
spring-boot
Commits
fe497d70
Commit
fe497d70
authored
Apr 24, 2018
by
Andy Wilkinson
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch '2.0.x'
parents
c9b2afbd
f6cc1cbd
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
CassandraContainer.java
...k/boot/testsupport/testcontainers/CassandraContainer.java
+1
-1
Neo4jContainer.java
...ework/boot/testsupport/testcontainers/Neo4jContainer.java
+1
-1
No files found.
spring-boot-project/spring-boot-tools/spring-boot-test-support/src/main/java/org/springframework/boot/testsupport/testcontainers/CassandraContainer.java
View file @
fe497d70
...
@@ -43,7 +43,7 @@ public class CassandraContainer extends Container {
...
@@ -43,7 +43,7 @@ public class CassandraContainer extends Container {
.
withStartupAttempts
(
3
).
withStartupTimeout
(
Duration
.
ofSeconds
(
60
)));
.
withStartupAttempts
(
3
).
withStartupTimeout
(
Duration
.
ofSeconds
(
60
)));
}
}
private
static
class
WaitStrategy
extends
HostPortWaitStrategy
{
private
static
final
class
WaitStrategy
extends
HostPortWaitStrategy
{
private
final
int
port
;
private
final
int
port
;
...
...
spring-boot-project/spring-boot-tools/spring-boot-test-support/src/main/java/org/springframework/boot/testsupport/testcontainers/Neo4jContainer.java
View file @
fe497d70
...
@@ -43,7 +43,7 @@ public class Neo4jContainer extends Container {
...
@@ -43,7 +43,7 @@ public class Neo4jContainer extends Container {
.
withEnv
(
"NEO4J_AUTH"
,
"none"
));
.
withEnv
(
"NEO4J_AUTH"
,
"none"
));
}
}
private
static
class
WaitStrategy
extends
HostPortWaitStrategy
{
private
static
final
class
WaitStrategy
extends
HostPortWaitStrategy
{
private
final
int
port
;
private
final
int
port
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment