Skip to content

Commit ae58a5f

Browse files
committed
Add Spring Boot 3.4 to the CI
1 parent 70e56e7 commit ae58a5f

File tree

69 files changed

+950
-238
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

69 files changed

+950
-238
lines changed

.github/workflows/3.3.x-boot-actuator-webflux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
secrets: inherit
1111
with:
1212
checkout_repository: spring-projects/spring-lifecycle-smoke-tests
13-
checkout_ref: main
13+
checkout_ref: 3.3.x
1414
project: boot:actuator-webflux
1515
task: appTest
1616
actuator_webflux_checkpoint_restore_app_test:
@@ -19,6 +19,6 @@ jobs:
1919
secrets: inherit
2020
with:
2121
checkout_repository: spring-projects/spring-lifecycle-smoke-tests
22-
checkout_ref: main
22+
checkout_ref: 3.3.x
2323
project: boot:actuator-webflux
2424
task: checkpointRestoreAppTest

.github/workflows/3.3.x-boot-actuator-webmvc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
secrets: inherit
1111
with:
1212
checkout_repository: spring-projects/spring-lifecycle-smoke-tests
13-
checkout_ref: main
13+
checkout_ref: 3.3.x
1414
project: boot:actuator-webmvc
1515
task: appTest
1616
actuator_webmvc_checkpoint_restore_app_test:
@@ -19,6 +19,6 @@ jobs:
1919
secrets: inherit
2020
with:
2121
checkout_repository: spring-projects/spring-lifecycle-smoke-tests
22-
checkout_ref: main
22+
checkout_ref: 3.3.x
2323
project: boot:actuator-webmvc
2424
task: checkpointRestoreAppTest

.github/workflows/3.3.x-cloud-context-refresh-hikari.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
secrets: inherit
1111
with:
1212
checkout_repository: spring-projects/spring-lifecycle-smoke-tests
13-
checkout_ref: main
13+
checkout_ref: 3.3.x
1414
project: cloud:context-refresh-hikari
1515
task: appTest
1616
context_refresh_hikari_checkpoint_restore_app_test:
@@ -19,6 +19,6 @@ jobs:
1919
secrets: inherit
2020
with:
2121
checkout_repository: spring-projects/spring-lifecycle-smoke-tests
22-
checkout_ref: main
22+
checkout_ref: 3.3.x
2323
project: cloud:context-refresh-hikari
2424
task: checkpointRestoreAppTest

.github/workflows/3.3.x-cloud-context-refresh-http.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
secrets: inherit
1111
with:
1212
checkout_repository: spring-projects/spring-lifecycle-smoke-tests
13-
checkout_ref: main
13+
checkout_ref: 3.3.x
1414
project: cloud:context-refresh-http
1515
task: test
1616
context_refresh_http_app_test:
@@ -19,7 +19,7 @@ jobs:
1919
secrets: inherit
2020
with:
2121
checkout_repository: spring-projects/spring-lifecycle-smoke-tests
22-
checkout_ref: main
22+
checkout_ref: 3.3.x
2323
project: cloud:context-refresh-http
2424
task: appTest
2525
context_refresh_http_checkpoint_restore_app_test:
@@ -28,6 +28,6 @@ jobs:
2828
secrets: inherit
2929
with:
3030
checkout_repository: spring-projects/spring-lifecycle-smoke-tests
31-
checkout_ref: main
31+
checkout_ref: 3.3.x
3232
project: cloud:context-refresh-http
3333
task: checkpointRestoreAppTest

.github/workflows/3.3.x-cloud-context-refresh.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
secrets: inherit
1111
with:
1212
checkout_repository: spring-projects/spring-lifecycle-smoke-tests
13-
checkout_ref: main
13+
checkout_ref: 3.3.x
1414
project: cloud:context-refresh
1515
task: test
1616
context_refresh_app_test:
@@ -19,7 +19,7 @@ jobs:
1919
secrets: inherit
2020
with:
2121
checkout_repository: spring-projects/spring-lifecycle-smoke-tests
22-
checkout_ref: main
22+
checkout_ref: 3.3.x
2323
project: cloud:context-refresh
2424
task: appTest
2525
context_refresh_checkpoint_restore_app_test:
@@ -28,6 +28,6 @@ jobs:
2828
secrets: inherit
2929
with:
3030
checkout_repository: spring-projects/spring-lifecycle-smoke-tests
31-
checkout_ref: main
31+
checkout_ref: 3.3.x
3232
project: cloud:context-refresh
3333
task: checkpointRestoreAppTest

.github/workflows/3.3.x-cloud-loadbalancing.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
secrets: inherit
1111
with:
1212
checkout_repository: spring-projects/spring-lifecycle-smoke-tests
13-
checkout_ref: main
13+
checkout_ref: 3.3.x
1414
project: cloud:loadbalancing
1515
task: appTest
1616
loadbalancing_checkpoint_restore_app_test:
@@ -19,6 +19,6 @@ jobs:
1919
secrets: inherit
2020
with:
2121
checkout_repository: spring-projects/spring-lifecycle-smoke-tests
22-
checkout_ref: main
22+
checkout_ref: 3.3.x
2323
project: cloud:loadbalancing
2424
task: checkpointRestoreAppTest

.github/workflows/3.3.x-data-data-jdbc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
secrets: inherit
1111
with:
1212
checkout_repository: spring-projects/spring-lifecycle-smoke-tests
13-
checkout_ref: main
13+
checkout_ref: 3.3.x
1414
project: data:data-jdbc
1515
task: appTest
1616
data_jdbc_checkpoint_restore_app_test:
@@ -19,6 +19,6 @@ jobs:
1919
secrets: inherit
2020
with:
2121
checkout_repository: spring-projects/spring-lifecycle-smoke-tests
22-
checkout_ref: main
22+
checkout_ref: 3.3.x
2323
project: data:data-jdbc
2424
task: checkpointRestoreAppTest

.github/workflows/3.3.x-data-data-jpa.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
secrets: inherit
1111
with:
1212
checkout_repository: spring-projects/spring-lifecycle-smoke-tests
13-
checkout_ref: main
13+
checkout_ref: 3.3.x
1414
project: data:data-jpa
1515
task: appTest
1616
data_jpa_checkpoint_restore_app_test:
@@ -19,6 +19,6 @@ jobs:
1919
secrets: inherit
2020
with:
2121
checkout_repository: spring-projects/spring-lifecycle-smoke-tests
22-
checkout_ref: main
22+
checkout_ref: 3.3.x
2323
project: data:data-jpa
2424
task: checkpointRestoreAppTest

.github/workflows/3.3.x-data-data-redis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
secrets: inherit
1111
with:
1212
checkout_repository: spring-projects/spring-lifecycle-smoke-tests
13-
checkout_ref: main
13+
checkout_ref: 3.3.x
1414
project: data:data-redis
1515
task: appTest
1616
data_redis_checkpoint_restore_app_test:
@@ -19,6 +19,6 @@ jobs:
1919
secrets: inherit
2020
with:
2121
checkout_repository: spring-projects/spring-lifecycle-smoke-tests
22-
checkout_ref: main
22+
checkout_ref: 3.3.x
2323
project: data:data-redis
2424
task: checkpointRestoreAppTest

.github/workflows/3.3.x-framework-hibernate-mysql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
secrets: inherit
1111
with:
1212
checkout_repository: spring-projects/spring-lifecycle-smoke-tests
13-
checkout_ref: main
13+
checkout_ref: 3.3.x
1414
project: framework:hibernate-mysql
1515
task: appTest
1616
hibernate_mysql_checkpoint_restore_app_test:
@@ -19,6 +19,6 @@ jobs:
1919
secrets: inherit
2020
with:
2121
checkout_repository: spring-projects/spring-lifecycle-smoke-tests
22-
checkout_ref: main
22+
checkout_ref: 3.3.x
2323
project: framework:hibernate-mysql
2424
task: checkpointRestoreAppTest

0 commit comments

Comments
 (0)