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
0d81b4d0
Commit
0d81b4d0
authored
Apr 14, 2021
by
Stephane Nicoll
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch '2.3.x' into 2.4.x
Closes gh-26108
parents
0cedbf6e
0fb48257
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
10 additions
and
10 deletions
+10
-10
Neo4jRepositoriesAutoConfigurationIntegrationTests.java
...j/Neo4jRepositoriesAutoConfigurationIntegrationTests.java
+1
-1
Neo4jAutoConfigurationIntegrationTests.java
...nfigure/neo4j/Neo4jAutoConfigurationIntegrationTests.java
+1
-1
DataNeo4jTestIntegrationTests.java
...toconfigure/data/neo4j/DataNeo4jTestIntegrationTests.java
+2
-2
DataNeo4jTestPropertiesIntegrationTests.java
...e/data/neo4j/DataNeo4jTestPropertiesIntegrationTests.java
+2
-2
DataNeo4jTestReactiveIntegrationTests.java
...ure/data/neo4j/DataNeo4jTestReactiveIntegrationTests.java
+2
-2
DataNeo4jTestWithIncludeFilterIntegrationTests.java
...neo4j/DataNeo4jTestWithIncludeFilterIntegrationTests.java
+2
-2
No files found.
spring-boot-project/spring-boot-autoconfigure/src/test/java/org/springframework/boot/autoconfigure/data/neo4j/Neo4jRepositoriesAutoConfigurationIntegrationTests.java
View file @
0d81b4d0
...
@@ -47,7 +47,7 @@ public class Neo4jRepositoriesAutoConfigurationIntegrationTests {
...
@@ -47,7 +47,7 @@ public class Neo4jRepositoriesAutoConfigurationIntegrationTests {
@Container
@Container
private
static
final
Neo4jContainer
<?>
neo4jServer
=
new
Neo4jContainer
<>(
DockerImageNames
.
neo4j
())
private
static
final
Neo4jContainer
<?>
neo4jServer
=
new
Neo4jContainer
<>(
DockerImageNames
.
neo4j
())
.
withStartupTimeout
(
Duration
.
ofMinutes
(
10
));
.
withStartup
Attempts
(
5
).
withStartup
Timeout
(
Duration
.
ofMinutes
(
10
));
@DynamicPropertySource
@DynamicPropertySource
static
void
neo4jProperties
(
DynamicPropertyRegistry
registry
)
{
static
void
neo4jProperties
(
DynamicPropertyRegistry
registry
)
{
...
...
spring-boot-project/spring-boot-autoconfigure/src/test/java/org/springframework/boot/autoconfigure/neo4j/Neo4jAutoConfigurationIntegrationTests.java
View file @
0d81b4d0
...
@@ -49,7 +49,7 @@ class Neo4jAutoConfigurationIntegrationTests {
...
@@ -49,7 +49,7 @@ class Neo4jAutoConfigurationIntegrationTests {
@Container
@Container
private
static
final
Neo4jContainer
<?>
neo4jServer
=
new
Neo4jContainer
<>(
DockerImageNames
.
neo4j
())
private
static
final
Neo4jContainer
<?>
neo4jServer
=
new
Neo4jContainer
<>(
DockerImageNames
.
neo4j
())
.
withStartupTimeout
(
Duration
.
ofMinutes
(
10
));
.
withStartup
Attempts
(
5
).
withStartup
Timeout
(
Duration
.
ofMinutes
(
10
));
@DynamicPropertySource
@DynamicPropertySource
static
void
neo4jProperties
(
DynamicPropertyRegistry
registry
)
{
static
void
neo4jProperties
(
DynamicPropertyRegistry
registry
)
{
...
...
spring-boot-project/spring-boot-test-autoconfigure/src/test/java/org/springframework/boot/test/autoconfigure/data/neo4j/DataNeo4jTestIntegrationTests.java
View file @
0d81b4d0
/*
/*
* Copyright 2012-202
0
the original author or authors.
* Copyright 2012-202
1
the original author or authors.
*
*
* Licensed under the Apache License, Version 2.0 (the "License");
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* you may not use this file except in compliance with the License.
...
@@ -47,7 +47,7 @@ class DataNeo4jTestIntegrationTests {
...
@@ -47,7 +47,7 @@ class DataNeo4jTestIntegrationTests {
@Container
@Container
static
final
Neo4jContainer
<?>
neo4j
=
new
Neo4jContainer
<>(
DockerImageNames
.
neo4j
()).
withoutAuthentication
()
static
final
Neo4jContainer
<?>
neo4j
=
new
Neo4jContainer
<>(
DockerImageNames
.
neo4j
()).
withoutAuthentication
()
.
withStartupTimeout
(
Duration
.
ofMinutes
(
10
));
.
withStartup
Attempts
(
5
).
withStartup
Timeout
(
Duration
.
ofMinutes
(
10
));
@DynamicPropertySource
@DynamicPropertySource
static
void
neo4jProperties
(
DynamicPropertyRegistry
registry
)
{
static
void
neo4jProperties
(
DynamicPropertyRegistry
registry
)
{
...
...
spring-boot-project/spring-boot-test-autoconfigure/src/test/java/org/springframework/boot/test/autoconfigure/data/neo4j/DataNeo4jTestPropertiesIntegrationTests.java
View file @
0d81b4d0
/*
/*
* Copyright 2012-202
0
the original author or authors.
* Copyright 2012-202
1
the original author or authors.
*
*
* Licensed under the Apache License, Version 2.0 (the "License");
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* you may not use this file except in compliance with the License.
...
@@ -43,7 +43,7 @@ class DataNeo4jTestPropertiesIntegrationTests {
...
@@ -43,7 +43,7 @@ class DataNeo4jTestPropertiesIntegrationTests {
@Container
@Container
static
final
Neo4jContainer
<?>
neo4j
=
new
Neo4jContainer
<>(
DockerImageNames
.
neo4j
()).
withoutAuthentication
()
static
final
Neo4jContainer
<?>
neo4j
=
new
Neo4jContainer
<>(
DockerImageNames
.
neo4j
()).
withoutAuthentication
()
.
withStartupTimeout
(
Duration
.
ofMinutes
(
10
));
.
withStartup
Attempts
(
5
).
withStartup
Timeout
(
Duration
.
ofMinutes
(
10
));
@DynamicPropertySource
@DynamicPropertySource
static
void
neo4jProperties
(
DynamicPropertyRegistry
registry
)
{
static
void
neo4jProperties
(
DynamicPropertyRegistry
registry
)
{
...
...
spring-boot-project/spring-boot-test-autoconfigure/src/test/java/org/springframework/boot/test/autoconfigure/data/neo4j/DataNeo4jTestReactiveIntegrationTests.java
View file @
0d81b4d0
/*
/*
* Copyright 2012-202
0
the original author or authors.
* Copyright 2012-202
1
the original author or authors.
*
*
* Licensed under the Apache License, Version 2.0 (the "License");
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* you may not use this file except in compliance with the License.
...
@@ -56,7 +56,7 @@ class DataNeo4jTestReactiveIntegrationTests {
...
@@ -56,7 +56,7 @@ class DataNeo4jTestReactiveIntegrationTests {
@Container
@Container
static
final
Neo4jContainer
<?>
neo4j
=
new
Neo4jContainer
<>(
DockerImageNames
.
neo4j
()).
withoutAuthentication
()
static
final
Neo4jContainer
<?>
neo4j
=
new
Neo4jContainer
<>(
DockerImageNames
.
neo4j
()).
withoutAuthentication
()
.
withStartupTimeout
(
Duration
.
ofMinutes
(
10
));
.
withStartup
Attempts
(
5
).
withStartup
Timeout
(
Duration
.
ofMinutes
(
10
));
@DynamicPropertySource
@DynamicPropertySource
static
void
neo4jProperties
(
DynamicPropertyRegistry
registry
)
{
static
void
neo4jProperties
(
DynamicPropertyRegistry
registry
)
{
...
...
spring-boot-project/spring-boot-test-autoconfigure/src/test/java/org/springframework/boot/test/autoconfigure/data/neo4j/DataNeo4jTestWithIncludeFilterIntegrationTests.java
View file @
0d81b4d0
/*
/*
* Copyright 2012-202
0
the original author or authors.
* Copyright 2012-202
1
the original author or authors.
*
*
* Licensed under the Apache License, Version 2.0 (the "License");
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* you may not use this file except in compliance with the License.
...
@@ -44,7 +44,7 @@ class DataNeo4jTestWithIncludeFilterIntegrationTests {
...
@@ -44,7 +44,7 @@ class DataNeo4jTestWithIncludeFilterIntegrationTests {
@Container
@Container
static
final
Neo4jContainer
<?>
neo4j
=
new
Neo4jContainer
<>(
DockerImageNames
.
neo4j
()).
withoutAuthentication
()
static
final
Neo4jContainer
<?>
neo4j
=
new
Neo4jContainer
<>(
DockerImageNames
.
neo4j
()).
withoutAuthentication
()
.
withStartupTimeout
(
Duration
.
ofMinutes
(
10
));
.
withStartup
Attempts
(
5
).
withStartup
Timeout
(
Duration
.
ofMinutes
(
10
));
@DynamicPropertySource
@DynamicPropertySource
static
void
neo4jProperties
(
DynamicPropertyRegistry
registry
)
{
static
void
neo4jProperties
(
DynamicPropertyRegistry
registry
)
{
...
...
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