Skip to content

Commit aa99d23

Browse files
committed
docs: update
1 parent 21862fc commit aa99d23

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.mvn/wrapper/maven-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.5.4/apache-maven-3.5.4-bin.zip
1+
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.8.1/apache-maven-3.8.1-bin.zip

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Target Project: Java/Jakarta EE 8
2424

2525
Update
2626
-----------
27-
The project has been updated to **Jakarta EE 8** and **Java 11 minimum** on **Wildfly 26**.
27+
The project has been updated to **Jakarta EE 8** and **Java 17 minimum** on **Wildfly 26**.
2828

2929
What is it?
3030
-----------
@@ -38,7 +38,7 @@ The Ear that is build can be tested in a Docker Image that Maven builds.
3838
Development Requirements
3939
-------------------
4040

41-
Java 11 JDK or newer.
41+
Java 17 JDK or newer.
4242

4343
Eclipse JEE.
4444

@@ -58,17 +58,17 @@ Angular Cli 14 or newer.
5858

5959
Build Server Requirements
6060
-------------------------
61-
Java 11 JDK or newer.
61+
Java 17 JDK or newer.
6262

63-
Maven 3.5.4 or newer.
63+
Maven 3.8.x or newer.
6464

6565
Nodejs 14.x.x
6666

6767
Npm 6.x.x
6868

6969
Setup
7070
-----
71-
JDK 11, Wildfly 23(or an other Jakarta EE8 server), Nodejs, Eclipse, Maven must be installed.
71+
JDK 17, Wildfly 23(or an other Jakarta EE8 server), Nodejs, Eclipse, Maven must be installed.
7272

7373
Install Angular Cli "npm install -g angular-cli@latest".
7474

@@ -113,4 +113,4 @@ To provide a method to test the Ear of the Build a Docker Image can be build. Th
113113

114114
Build the Docker Image
115115
----------------
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.
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 17 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

Comments
 (0)