Skip to content

Commit 41e3e20

Browse files
committed
Update for Wildfly 24.0.1, Groovy 3.0.9 et IDEA IntelliJ 2021.3.1
1 parent 3eddec8 commit 41e3e20

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

Dockerfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ ENV DEBIAN_FRONTEND=noninteractive
2727

2828
# Parameters whose values are required for the tests to succeed
2929
ARG DEFAULT_LOCALE=fr_FR.UTF-8
30-
ARG MAVEN_VERSION=3.8.1
31-
ARG MAVEN_SHA=0ec48eb515d93f8515d4abe465570dfded6fa13a3ceb9aab8031428442d9912ec20f066b2afbf56964ffe1ceb56f80321b50db73cf77a0e2445ad0211fb8e38d
32-
ARG WILDFLY_VERSION=23.0.0
30+
ARG MAVEN_VERSION=3.8.4
31+
ARG MAVEN_SHA=a9b2d825eacf2e771ed5d6b0e01398589ac1bfa4171f36154d1b5787879605507802f699da6f7cfc80732a5282fd31b28e4cd6052338cbef0fa1358b48a5e3c8
32+
ARG WILDFLY_VERSION=24.0.1
3333
ARG JAVA_VERSION=11
34-
ARG IDEA_VERSION=2021.1
35-
ARG GROOVY_VERSION=3.0.7
34+
ARG IDEA_VERSION=2021.3.1
35+
ARG GROOVY_VERSION=3.0.9
3636

3737
# Because the source code is shared between the host and the container, it is required the identifier
3838
# of the owner and of its group are the same between this two environments. By default, they are both set at 1000.

build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ while [[ $# -gt 0 ]]; do
5050
wildfly_version="--build-arg WILDFLY_VERSION=$2"
5151
shift # past argument
5252
shift # past first value
53+
sed -i -e "s/WILDFLY_HOME=\/opt\/wildfly-for-tests\/wildfly-[0-9.]\+.Final/WILDFLY_HOME=\/opt\/wildfly-for-tests\/wildfly-${wildfly_version}.Final/g" src/wildfly
5354
;;
5455
-v)
5556
checkNotEmpty "$2"

0 commit comments

Comments
 (0)