Skip to content

Commit

Permalink
open some workflow samples to java22
Browse files Browse the repository at this point in the history
  • Loading branch information
dwarakaprasad committed Mar 28, 2024
1 parent 6632ee0 commit 440bbb9
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 13 deletions.
18 changes: 11 additions & 7 deletions test-integration/workflow-samples/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"name": "ng-default",
"app-sample": "ng-default",
"entity": "sqlfull",
"sonar-analyse": "true"
"sonar-analyse": "true",
"java": "21"
},
{
"name": "ng-default-additional",
Expand All @@ -25,7 +26,7 @@
"app-sample": "ng-mongodb-kafka-cucumber",
"entity": "mongodb",
"environment": "dev",
"java": "21"
"java": "22"
},
{
"name": "ng-h2mem-ws-nol2",
Expand All @@ -37,7 +38,8 @@
"name": "ng-couchbase",
"disabled": "needs adjusts for sb3",
"app-sample": "ng-couchbase",
"entity": "couchbase"
"entity": "couchbase",
"java": "22"
},
{
"name": "ng-gradle-couchbase-search",
Expand All @@ -57,7 +59,8 @@
"app-sample": "ng-gradle-mariadb-oauth2-infinispan",
"entity": "sql",
"environment": "dev",
"node": "20"
"node": "20",
"java": "22"
},
{
"name": "ng-gradle-h2disk-ws-nocache",
Expand All @@ -71,14 +74,15 @@
{
"name": "ng-webflux-mongodb",
"app-sample": "webflux-mongodb",
"entity": "mongodb"
"entity": "mongodb",
"java": "22"
},
{
"name": "ng-webflux-gradle-mongodb-oauth2",
"app-sample": "webflux-mongodb-oauth2",
"entity": "mongodb",
"node": "20",
"java": "21"
"java": "22"
},
{
"name": "ng-webflux-psql-default",
Expand All @@ -103,7 +107,7 @@
"disabled": "needs adjusts for sb3",
"app-sample": "webflux-couchbase",
"entity": "couchbase",
"java": "21"
"java": "22"
},
{
"name": "ms-ng-consul-oauth2-mongodb-caffeine",
Expand Down
8 changes: 5 additions & 3 deletions test-integration/workflow-samples/react.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
{
"name": "react-default",
"app-sample": "react-default",
"entity": "sqlfull"
"entity": "sqlfull",
"java": "22"
},
{
"name": "react-maven-h2mem-memcached",
Expand All @@ -30,13 +31,14 @@
"jdl-samples": "ms-react-consul-jwt-cassandra-redis",
"extra-args": "--workspaces --monorepository",
"workspaces": "true",
"java": "21"
"java": "22"
},
{
"name": "ms-mf-react-eureka-oauth2-mariadb-infinispan",
"jdl-samples": "ms-mf-react-eureka-oauth2-mariadb-infinispan",
"extra-args": "--workspaces --monorepository",
"workspaces": "true"
"workspaces": "true",
"java": "22"
}
]
}
8 changes: 5 additions & 3 deletions test-integration/workflow-samples/vue.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
{
"name": "vue-default",
"app-sample": "vue-default",
"entity": "sqlfull"
"entity": "sqlfull",
"java": "22"
},
{
"name": "vue-default-additional",
Expand All @@ -18,7 +19,7 @@
"app-sample": "vue-noi18n-ws-oauth2",
"entity": "sqlfull",
"node": "20",
"java": "21"
"java": "22"
},
{
"name": "vue-fulli18n-mysql-es",
Expand Down Expand Up @@ -50,7 +51,8 @@
"disabled": "needs adjusts for sb3",
"jdl-samples": "ms-vue-eureka-jwt-couchbase-hazelcast",
"extra-args": "--workspaces --monorepository",
"workspaces": "true"
"workspaces": "true",
"java": "22"
},
{
"name": "ms-mf-vue-consul-oauth2-mysql-memcached",
Expand Down

0 comments on commit 440bbb9

Please sign in to comment.