Skip to content

Commit 7820035

Browse files
authored
Merge pull request #409 from RedHatTraining/fix/PTL-13417
fix(PTL-13417): bump spring boot to 3.1.4 for java 21
2 parents 4e4d25e + 755e182 commit 7820035

File tree

296 files changed

+137
-55018
lines changed

Some content is hidden

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

296 files changed

+137
-55018
lines changed

app-config/app.js

Lines changed: 0 additions & 32 deletions
This file was deleted.

app-config/myapp.sec

Lines changed: 0 additions & 3 deletions
This file was deleted.

app-config/package.json

Lines changed: 0 additions & 14 deletions
This file was deleted.
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
#!/bin/env bash
22

33
oc new-app --name vertx-site \
4-
--build-env MAVEN_MIRROR_URL=http://nexus-infra.apps.ocp4.example.com/repository/java \
4+
--build-env MAVEN_MIRROR_URL=http://nexus-infra.apps.ocp4.example.com/java \
5+
--env JAVA_APP_JAR=vertx-site-1.0.0-SNAPSHOT-fat.jar \
56
-i redhat-openjdk18-openshift:1.8 \
6-
--context-dir builds-applications/apps/vertx-site \
7+
--context-dir apps/builds-applications/vertx-site \
78
https://git.ocp4.example.com/developer/DO288-apps
File renamed without changes.

builds-applications/apps/vertx-site/src/main/java/com/redhat/vertx_site/MainVerticle.java renamed to apps/builds-applications/vertx-site/src/main/java/com/redhat/vertx_site/MainVerticle.java

File renamed without changes.

builds-applications/apps/vertx-site/src/test/java/com/redhat/tests/VertxSiteTest.java renamed to apps/builds-applications/vertx-site/src/test/java/com/redhat/tests/VertxSiteTest.java

File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)