You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ Target Project: Java/Jakarta EE 8
24
24
25
25
Update
26
26
-----------
27
-
The project has been updated to **Jakarta EE 8** and **Java 11** on **Wildfly 23**.
27
+
The project has been updated to **Jakarta EE 8** and **Java 11 minimum** on **Wildfly 26**.
28
28
29
29
What is it?
30
30
-----------
@@ -42,7 +42,7 @@ Java 11 JDK or newer.
42
42
43
43
Eclipse JEE.
44
44
45
-
WildFly 23 or newer. (Any JavaEE 8 Appserver should do)
45
+
WildFly 26 or newer. (Any JavaEE 8 Appserver should do)
46
46
47
47
JBoss Plugin JBoss AS, WildFly & EAP Server Tools.
48
48
@@ -54,7 +54,7 @@ Nodejs 14.x.x or newer
54
54
55
55
Npm 6.x.x or newer
56
56
57
-
Angular Cli 13 or newer.
57
+
Angular Cli 14 or newer.
58
58
59
59
Build Server Requirements
60
60
-------------------------
@@ -113,4 +113,4 @@ To provide a method to test the Ear of the Build a Docker Image can be build. Th
113
113
114
114
Build the Docker Image
115
115
----------------
116
-
For building the Docker Image the Docker needs to be installed and started. To build the Docker image the lines in buildDocker.sh can be used. First the ear needs to be build with 'mvnw'. Then the Docker image with the ear is created. Then the Docker image can be run locally.
116
+
For building the Docker Image the Docker needs to be installed and started. To build the Docker image the lines in buildDocker.sh can be used. First the ear needs to be build with 'mvnw'**Jdk 11 required** due to the wildfly base image. Then the docker command creates the image with the ear and the Docker image can be run locally.
0 commit comments