Skip to content

Commit 7e21227

Browse files
committed
[#2272] Switch from 3.0 to 4.0
* Update JBang templates * Update development version to 4.0.0-SNAPSHOT * Enable GitHub workflow on the 4 branches and tags
1 parent bbcd35c commit 7e21227

11 files changed

+13
-10
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,18 @@ on:
77
- 'wip/**'
88
- '2.*'
99
- '3.*'
10+
- '4.*'
1011
tags:
1112
- '2.*'
1213
- '3.*'
14+
- '4.*'
1315
pull_request:
1416
branches:
1517
- 'main'
1618
- 'wip/**'
1719
- '2.*'
1820
- '3.*'
21+
- '4.*'
1922
# For building snapshots
2023
workflow_call:
2124
inputs:

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: "CodeQL"
22

33
on:
44
push:
5-
branches: [ "main", "1.0", "jakarta/main" ]
5+
branches: [ "main", "4.0", "3.0", "2.4" ]
66
pull_request:
77
branches: [ "main" ]
88
schedule:

.github/workflows/scheduler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
build-snapshots:
1212
strategy:
1313
matrix:
14-
branch: [ 'wip/2.3', 'wip/2.4', 'wip/3.0' ]
14+
branch: [ 'wip/2.4', 'wip/3.0', 'wip/4.0' ]
1515
uses: ./.github/workflows/build.yml
1616
with:
1717
branch: ${{ matrix.branch }}

gradle/version.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
projectVersion=3.0.1-SNAPSHOT
1+
projectVersion=4.0.0-SNAPSHOT

tooling/jbang/CockroachDBReactiveTest.java.qute

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
//DEPS io.vertx:vertx-pg-client:$\{vertx.version:4.5.15}
99
//DEPS io.vertx:vertx-unit:$\{vertx.version:4.5.15}
10-
//DEPS org.hibernate.reactive:hibernate-reactive-core:$\{hibernate-reactive.version:3.0.0.Final}
10+
//DEPS org.hibernate.reactive:hibernate-reactive-core:$\{hibernate-reactive.version:4.0.0.Final}
1111
//DEPS org.assertj:assertj-core:3.27.3
1212
//DEPS junit:junit:4.13.2
1313
//DEPS org.testcontainers:cockroachdb:1.21.0

tooling/jbang/Db2ReactiveTest.java.qute

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
//DEPS io.vertx:vertx-db2-client:$\{vertx.version:4.5.15}
99
//DEPS io.vertx:vertx-unit:$\{vertx.version:4.5.15}
10-
//DEPS org.hibernate.reactive:hibernate-reactive-core:$\{hibernate-reactive.version:3.0.0.Final}
10+
//DEPS org.hibernate.reactive:hibernate-reactive-core:$\{hibernate-reactive.version:4.0.0.Final}
1111
//DEPS org.assertj:assertj-core:3.27.3
1212
//DEPS junit:junit:4.13.2
1313
//DEPS org.testcontainers:db2:1.21.0

tooling/jbang/Example.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
//DEPS io.vertx:vertx-pg-client:${vertx.version:4.5.15}
1010
//DEPS io.vertx:vertx-mysql-client:${vertx.version:4.5.15}
1111
//DEPS io.vertx:vertx-db2-client:${vertx.version:4.5.15}
12-
//DEPS org.hibernate.reactive:hibernate-reactive-core:${hibernate-reactive.version:3.0.0.Final}
12+
//DEPS org.hibernate.reactive:hibernate-reactive-core:${hibernate-reactive.version:4.0.0.Final}
1313
//DEPS org.slf4j:slf4j-simple:2.0.7
1414
//DESCRIPTION Allow authentication to PostgreSQL using SCRAM:
1515

tooling/jbang/MariaDBReactiveTest.java.qute

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
//DEPS io.vertx:vertx-mysql-client:$\{vertx.version:4.5.15}
99
//DEPS io.vertx:vertx-unit:$\{vertx.version:4.5.15}
10-
//DEPS org.hibernate.reactive:hibernate-reactive-core:$\{hibernate-reactive.version:3.0.0.Final}
10+
//DEPS org.hibernate.reactive:hibernate-reactive-core:$\{hibernate-reactive.version:4.0.0.Final}
1111
//DEPS org.assertj:assertj-core:3.27.3
1212
//DEPS junit:junit:4.13.2
1313
//DEPS org.testcontainers:mariadb:1.21.0

tooling/jbang/MySQLReactiveTest.java.qute

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
//DEPS io.vertx:vertx-mysql-client:$\{vertx.version:4.5.15}
99
//DEPS io.vertx:vertx-unit:$\{vertx.version:4.5.15}
10-
//DEPS org.hibernate.reactive:hibernate-reactive-core:$\{hibernate-reactive.version:3.0.0.Final}
10+
//DEPS org.hibernate.reactive:hibernate-reactive-core:$\{hibernate-reactive.version:4.0.0.Final}
1111
//DEPS org.assertj:assertj-core:3.27.3
1212
//DEPS junit:junit:4.13.2
1313
//DEPS org.testcontainers:mysql:1.21.0

tooling/jbang/PostgreSQLReactiveTest.java.qute

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
//DEPS io.vertx:vertx-pg-client:$\{vertx.version:4.5.15}
99
//DEPS io.vertx:vertx-unit:$\{vertx.version:4.5.15}
10-
//DEPS org.hibernate.reactive:hibernate-reactive-core:$\{hibernate-reactive.version:3.0.0.Final}
10+
//DEPS org.hibernate.reactive:hibernate-reactive-core:$\{hibernate-reactive.version:4.0.0.Final}
1111
//DEPS org.assertj:assertj-core:3.27.3
1212
//DEPS junit:junit:4.13.2
1313
//DEPS org.testcontainers:postgresql:1.21.0

tooling/jbang/ReactiveTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
//DEPS io.vertx:vertx-db2-client:${vertx.version:4.5.15}
1111
//DEPS io.vertx:vertx-mysql-client:${vertx.version:4.5.15}
1212
//DEPS io.vertx:vertx-unit:${vertx.version:4.5.15}
13-
//DEPS org.hibernate.reactive:hibernate-reactive-core:${hibernate-reactive.version:3.0.0.Final}
13+
//DEPS org.hibernate.reactive:hibernate-reactive-core:${hibernate-reactive.version:4.0.0.Final}
1414
//DEPS org.assertj:assertj-core:3.27.3
1515
//DEPS junit:junit:4.13.2
1616
//DEPS org.testcontainers:postgresql:1.21.0

0 commit comments

Comments
 (0)