File tree Expand file tree Collapse file tree 32 files changed +33
-33
lines changed
batch-boot-jpa-sample/src/test/java/com/example/bootbatchjpa/common
boot-api-archunit-sample/src/test/java/com/example/archunit/common
boot-chaos-monkey/src/test/java/com/example/choasmonkey/common
boot-rabbitmq-thymeleaf/src/test/java/com/poc/boot/rabbitmq/common
boot-rest-docs-sample/src/test/java/com/example/restdocs/common
boot-graphql-querydsl/src/test/java/com/example/graphql/querydsl/common
boot-graphql-webflux/src/test/java/com/example/graphql/common
boot-graphql-webmvc/src/test/java/com/example/graphql/common
boot-http-proxy/src/test/java/com/example/rest/proxy/common
boot-rest-template/src/test/java/com/example/rest/template/common
boot-data-envers/src/test/java/com/example/envers/common
boot-data-multipledatasources/src/test/java/com/example/multipledatasources/common
boot-hibernate2ndlevelcache-sample/src/test/java/com/example/hibernatecache/common
boot-jndi-sample/src/test/java/com/example/jndi/common
src/test/java/com/example/learning/common
boot-jpa-locks/src/test/java/com/example/locks/common
multidatasource-multitenancy/src/test/java/com/example/multitenancy/common
multitenancy-db/src/test/java/com/example/multitenancy/db/common
partition/src/test/java/com/example/multitenancy/partition/common
schema/src/test/java/com/example/multitenancy/schema/config
src/test/java/com/example/jooq/r2dbc/common
boot-r2dbc-json-column/src/test/java/com/example/learning/common
boot-r2dbc-notify-listen/src/test/java/com/example/demo/common
boot-r2dbc-reactive-cache/src/test/java/com/example/cache/common
boot-r2dbc-sample/src/test/java/com/example/bootr2dbc/common
boot-scheduler-jobrunr/src/test/java/com/example/jobrunr/common
boot-scheduler-quartz/src/test/java/com/scheduler/quartz/common
boot-scheduler-shedlock/src/test/java/com/learning/shedlock/common Expand file tree Collapse file tree 32 files changed +33
-33
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,6 @@ public class ContainersConfig {
12
12
@ Bean
13
13
@ ServiceConnection
14
14
PostgreSQLContainer <?> postgreSQLContainer () {
15
- return new PostgreSQLContainer <>(DockerImageName .parse ("postgres" ).withTag ("17.4 -alpine" ));
15
+ return new PostgreSQLContainer <>(DockerImageName .parse ("postgres" ).withTag ("17.5 -alpine" ));
16
16
}
17
17
}
Original file line number Diff line number Diff line change @@ -12,6 +12,6 @@ public class ContainersConfig {
12
12
@ Bean
13
13
@ ServiceConnection
14
14
PostgreSQLContainer <?> postgreSQLContainer () {
15
- return new PostgreSQLContainer <>(DockerImageName .parse ("postgres" ).withTag ("17.4 -alpine" ));
15
+ return new PostgreSQLContainer <>(DockerImageName .parse ("postgres" ).withTag ("17.5 -alpine" ));
16
16
}
17
17
}
Original file line number Diff line number Diff line change @@ -14,6 +14,6 @@ public class ContainerConfig {
14
14
@ ServiceConnection
15
15
@ RestartScope
16
16
PostgreSQLContainer <?> postgreSQLContainer () {
17
- return new PostgreSQLContainer <>(DockerImageName .parse ("postgres:17.4 -alpine" ));
17
+ return new PostgreSQLContainer <>(DockerImageName .parse ("postgres:17.5 -alpine" ));
18
18
}
19
19
}
Original file line number Diff line number Diff line change @@ -21,6 +21,6 @@ RabbitMQContainer rabbitMQContainer() {
21
21
@ Bean
22
22
@ ServiceConnection
23
23
PostgreSQLContainer <?> postgreSQLContainer () {
24
- return new PostgreSQLContainer <>(DockerImageName .parse ("postgres" ).withTag ("17.4 -alpine" ));
24
+ return new PostgreSQLContainer <>(DockerImageName .parse ("postgres" ).withTag ("17.5 -alpine" ));
25
25
}
26
26
}
Original file line number Diff line number Diff line change @@ -12,6 +12,6 @@ public class ContainerConfig {
12
12
@ Bean
13
13
@ ServiceConnection
14
14
PostgreSQLContainer <?> postgreSQLContainer () {
15
- return new PostgreSQLContainer <>(DockerImageName .parse ("postgres:17.4 -alpine" ));
15
+ return new PostgreSQLContainer <>(DockerImageName .parse ("postgres:17.5 -alpine" ));
16
16
}
17
17
}
Original file line number Diff line number Diff line change @@ -12,6 +12,6 @@ public class ContainersConfig {
12
12
@ Bean
13
13
@ ServiceConnection
14
14
PostgreSQLContainer <?> postgreSQLContainer () {
15
- return new PostgreSQLContainer <>(DockerImageName .parse ("postgres" ).withTag ("17.4 -alpine" )).withReuse (true );
15
+ return new PostgreSQLContainer <>(DockerImageName .parse ("postgres" ).withTag ("17.5 -alpine" )).withReuse (true );
16
16
}
17
17
}
Original file line number Diff line number Diff line change @@ -12,6 +12,6 @@ public class ContainerConfig {
12
12
@ Bean
13
13
@ ServiceConnection
14
14
PostgreSQLContainer <?> postgreSQLContainer () {
15
- return new PostgreSQLContainer <>(DockerImageName .parse ("postgres" ).withTag ("17.4 -alpine" ));
15
+ return new PostgreSQLContainer <>(DockerImageName .parse ("postgres" ).withTag ("17.5 -alpine" ));
16
16
}
17
17
}
Original file line number Diff line number Diff line change @@ -8,5 +8,5 @@ public interface TestContainersConfig {
8
8
9
9
@ ServiceConnection
10
10
PostgreSQLContainer <?> postgreSQLContainer =
11
- new PostgreSQLContainer <>(DockerImageName .parse ("postgres" ).withTag ("17.4 -alpine" ));
11
+ new PostgreSQLContainer <>(DockerImageName .parse ("postgres" ).withTag ("17.5 -alpine" ));
12
12
}
Original file line number Diff line number Diff line change @@ -14,6 +14,6 @@ public class ContainersConfig {
14
14
@ ServiceConnection
15
15
@ RestartScope
16
16
PostgreSQLContainer <?> postgresContainer () {
17
- return new PostgreSQLContainer <>(DockerImageName .parse ("postgres" ).withTag ("17.4 -alpine" ));
17
+ return new PostgreSQLContainer <>(DockerImageName .parse ("postgres" ).withTag ("17.5 -alpine" ));
18
18
}
19
19
}
Original file line number Diff line number Diff line change @@ -12,6 +12,6 @@ public class ContainersConfig {
12
12
@ Bean
13
13
@ ServiceConnection
14
14
PostgreSQLContainer <?> postgresContainer () {
15
- return new PostgreSQLContainer <>(DockerImageName .parse ("postgres" ).withTag ("17.4 -alpine" ));
15
+ return new PostgreSQLContainer <>(DockerImageName .parse ("postgres" ).withTag ("17.5 -alpine" ));
16
16
}
17
17
}
Original file line number Diff line number Diff line change @@ -12,6 +12,6 @@ public class ContainersConfig {
12
12
@ Bean
13
13
@ ServiceConnection
14
14
PostgreSQLContainer <?> postgreSQLContainer () {
15
- return new PostgreSQLContainer <>(DockerImageName .parse ("postgres" ).withTag ("17.4 -alpine" ));
15
+ return new PostgreSQLContainer <>(DockerImageName .parse ("postgres" ).withTag ("17.5 -alpine" ));
16
16
}
17
17
}
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ MySQLContainer<?> mySQLContainer() {
22
22
23
23
@ Bean
24
24
PostgreSQLContainer <?> postgreSQLContainer () {
25
- return new PostgreSQLContainer <>(DockerImageName .parse ("postgres" ).withTag ("17.4 -alpine" ));
25
+ return new PostgreSQLContainer <>(DockerImageName .parse ("postgres" ).withTag ("17.5 -alpine" ));
26
26
}
27
27
28
28
@ Bean
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ public class ContainersConfig {
16
16
@ Bean
17
17
@ ServiceConnection
18
18
PostgreSQLContainer <?> postgreSQLContainer () {
19
- return new PostgreSQLContainer <>(DockerImageName .parse ("postgres:17.4 -alpine" ));
19
+ return new PostgreSQLContainer <>(DockerImageName .parse ("postgres:17.5 -alpine" ));
20
20
}
21
21
22
22
@ Bean
Original file line number Diff line number Diff line change 8
8
public class ContainersConfig {
9
9
10
10
private static final PostgreSQLContainer <?> postgreSQLContainer =
11
- new PostgreSQLContainer <>(DockerImageName .parse ("postgres" ).withTag ("17.4 -alpine" ));
11
+ new PostgreSQLContainer <>(DockerImageName .parse ("postgres" ).withTag ("17.5 -alpine" ));
12
12
13
13
static {
14
14
postgreSQLContainer .start ();
Original file line number Diff line number Diff line change 194
194
MYSQL: mysql:8.0.33
195
195
MARIADB: mariadb:10.11
196
196
-->
197
- <containerImage >postgres:17.4 -alpine</containerImage >
197
+ <containerImage >postgres:17.5 -alpine</containerImage >
198
198
</database >
199
199
<liquibase >
200
200
<changeLogPath >db.changelog-master.yaml</changeLogPath >
Original file line number Diff line number Diff line change @@ -12,6 +12,6 @@ public class SQLContainerConfig {
12
12
@ Bean
13
13
@ ServiceConnection
14
14
PostgreSQLContainer <?> postgreSQLContainer () {
15
- return new PostgreSQLContainer <>(DockerImageName .parse ("postgres" ).withTag ("17.4 -alpine" ));
15
+ return new PostgreSQLContainer <>(DockerImageName .parse ("postgres" ).withTag ("17.5 -alpine" ));
16
16
}
17
17
}
Original file line number Diff line number Diff line change @@ -12,6 +12,6 @@ public class ContainersConfig {
12
12
@ Bean
13
13
@ ServiceConnection
14
14
PostgreSQLContainer <?> postgreSQLContainer () {
15
- return new PostgreSQLContainer <>(DockerImageName .parse ("postgres" ).withTag ("17.4 -alpine" ));
15
+ return new PostgreSQLContainer <>(DockerImageName .parse ("postgres" ).withTag ("17.5 -alpine" ));
16
16
}
17
17
}
Original file line number Diff line number Diff line change @@ -12,6 +12,6 @@ public class ContainersConfig {
12
12
@ Bean
13
13
@ ServiceConnection
14
14
PostgreSQLContainer <?> postgreSQLContainer () {
15
- return new PostgreSQLContainer <>(DockerImageName .parse ("postgres:17.4 -alpine" ));
15
+ return new PostgreSQLContainer <>(DockerImageName .parse ("postgres:17.5 -alpine" ));
16
16
}
17
17
}
Original file line number Diff line number Diff line change @@ -12,6 +12,6 @@ public class ContainersConfig {
12
12
@ Bean
13
13
@ ServiceConnection
14
14
PostgreSQLContainer <?> postgreSQLContainer () {
15
- return new PostgreSQLContainer <>(DockerImageName .parse ("postgres" ).withTag ("17.4 -alpine" ));
15
+ return new PostgreSQLContainer <>(DockerImageName .parse ("postgres" ).withTag ("17.5 -alpine" ));
16
16
}
17
17
}
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ public class ContainersConfiguration {
12
12
13
13
@ Bean
14
14
PostgreSQLContainer <?> postgreSQLContainer () {
15
- return new PostgreSQLContainer <>(DockerImageName .parse ("postgres" ).withTag ("17.4 -alpine" ));
15
+ return new PostgreSQLContainer <>(DockerImageName .parse ("postgres" ).withTag ("17.5 -alpine" ));
16
16
}
17
17
18
18
@ Bean
Original file line number Diff line number Diff line change @@ -11,10 +11,10 @@ public class DBContainerInitializer
11
11
implements ApplicationContextInitializer <ConfigurableApplicationContext > {
12
12
13
13
private static final PostgreSQLContainer <?> POSTGRE_SQL_CONTAINER =
14
- new PostgreSQLContainer <>(DockerImageName .parse ("postgres" ).withTag ("17.4 -alpine" ));
14
+ new PostgreSQLContainer <>(DockerImageName .parse ("postgres" ).withTag ("17.5 -alpine" ));
15
15
16
16
private static final PostgreSQLContainer <?> POSTGRE_SQL_CONTAINER_1 =
17
- new PostgreSQLContainer <>(DockerImageName .parse ("postgres" ).withTag ("17.4 -alpine" ));
17
+ new PostgreSQLContainer <>(DockerImageName .parse ("postgres" ).withTag ("17.5 -alpine" ));
18
18
19
19
static {
20
20
Startables .deepStart (POSTGRE_SQL_CONTAINER , POSTGRE_SQL_CONTAINER_1 ).join ();
Original file line number Diff line number Diff line change @@ -12,6 +12,6 @@ public class ContainersConfig {
12
12
@ Bean
13
13
@ ServiceConnection
14
14
PostgreSQLContainer <?> postgreSQLContainer () {
15
- return new PostgreSQLContainer <>(DockerImageName .parse ("postgres:17.4 -alpine" ));
15
+ return new PostgreSQLContainer <>(DockerImageName .parse ("postgres:17.5 -alpine" ));
16
16
}
17
17
}
Original file line number Diff line number Diff line change @@ -14,6 +14,6 @@ public class TestContainersConfiguration {
14
14
@ ServiceConnection
15
15
@ RestartScope
16
16
PostgreSQLContainer <?> postgreSQLContainer () {
17
- return new PostgreSQLContainer <>(DockerImageName .parse ("postgres" ).withTag ("17.4 -alpine" ));
17
+ return new PostgreSQLContainer <>(DockerImageName .parse ("postgres" ).withTag ("17.5 -alpine" ));
18
18
}
19
19
}
Original file line number Diff line number Diff line change 216
216
MYSQL: mysql:8.0.33
217
217
MARIADB: mariadb:10.11
218
218
–>
219
- <containerImage>postgres:17.4 -alpine</containerImage>
219
+ <containerImage>postgres:17.5 -alpine</containerImage>
220
220
</database>
221
221
<flyway>
222
222
<!–
Original file line number Diff line number Diff line change @@ -12,6 +12,6 @@ public class ContainerConfig {
12
12
@ Bean
13
13
@ ServiceConnection
14
14
PostgreSQLContainer <?> postgreSQLContainer () {
15
- return new PostgreSQLContainer <>(DockerImageName .parse ("postgres" ).withTag ("17.4 -alpine" ));
15
+ return new PostgreSQLContainer <>(DockerImageName .parse ("postgres" ).withTag ("17.5 -alpine" ));
16
16
}
17
17
}
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ public class ContainerConfig {
14
14
@ Bean
15
15
@ ServiceConnection
16
16
PostgreSQLContainer <?> postgreSQLContainer () {
17
- return new PostgreSQLContainer <>(DockerImageName .parse ("postgres" ).withTag ("17.4 -alpine" )).withReuse (true );
17
+ return new PostgreSQLContainer <>(DockerImageName .parse ("postgres" ).withTag ("17.5 -alpine" )).withReuse (true );
18
18
}
19
19
20
20
@ Bean
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ public class ContainerConfig {
12
12
@ Bean
13
13
@ ServiceConnection
14
14
PostgreSQLContainer <?> postgreSQLContainer () {
15
- return new PostgreSQLContainer <>(DockerImageName .parse ("postgres" ).withTag ("17.4 -alpine" ))
15
+ return new PostgreSQLContainer <>(DockerImageName .parse ("postgres" ).withTag ("17.5 -alpine" ))
16
16
.withCommand ("postgres -c wal_level=logical" ); // Enable logical decoding for NOTIFY/LISTEN;
17
17
}
18
18
}
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ public class ContainersConfig {
13
13
@ Bean
14
14
@ ServiceConnection
15
15
PostgreSQLContainer <?> postgreSQLContainer () {
16
- return new PostgreSQLContainer <>(DockerImageName .parse ("postgres" ).withTag ("17.4 -alpine" ));
16
+ return new PostgreSQLContainer <>(DockerImageName .parse ("postgres" ).withTag ("17.5 -alpine" ));
17
17
}
18
18
19
19
@ Bean
Original file line number Diff line number Diff line change @@ -12,6 +12,6 @@ public class ContainerConfig {
12
12
@ Bean
13
13
@ ServiceConnection
14
14
PostgreSQLContainer <?> postgreSQLContainer () {
15
- return new PostgreSQLContainer <>(DockerImageName .parse ("postgres:17.4 -alpine" ));
15
+ return new PostgreSQLContainer <>(DockerImageName .parse ("postgres:17.5 -alpine" ));
16
16
}
17
17
}
Original file line number Diff line number Diff line change @@ -12,6 +12,6 @@ public class ContainersConfig {
12
12
@ Bean
13
13
@ ServiceConnection
14
14
PostgreSQLContainer <?> postgreSQLContainer () {
15
- return new PostgreSQLContainer <>(DockerImageName .parse ("postgres" ).withTag ("17.4 -alpine" ));
15
+ return new PostgreSQLContainer <>(DockerImageName .parse ("postgres" ).withTag ("17.5 -alpine" ));
16
16
}
17
17
}
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ public class ContainersConfig {
13
13
@ Bean
14
14
@ ServiceConnection
15
15
PostgreSQLContainer <?> postgreSQLContainer () {
16
- return new PostgreSQLContainer <>(DockerImageName .parse ("postgres" ).withTag ("17.4 -alpine" ));
16
+ return new PostgreSQLContainer <>(DockerImageName .parse ("postgres" ).withTag ("17.5 -alpine" ));
17
17
}
18
18
19
19
@ Bean
Original file line number Diff line number Diff line change @@ -12,6 +12,6 @@ public class ContainersConfig {
12
12
@ Bean
13
13
@ ServiceConnection
14
14
PostgreSQLContainer <?> postgreSQLContainer () {
15
- return new PostgreSQLContainer <>(DockerImageName .parse ("postgres" ).withTag ("17.4 -alpine" ));
15
+ return new PostgreSQLContainer <>(DockerImageName .parse ("postgres" ).withTag ("17.5 -alpine" ));
16
16
}
17
17
}
You can’t perform that action at this time.
0 commit comments