Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions modules/eap-7422/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,6 @@ mv $SOURCES_DIR/eap-dist/$DIST_NAME $JBOSS_HOME

export JAVA_OPTS="${JAVA_OPTS} -Dorg.wildfly.patching.jar.invalidation=true"
$JBOSS_HOME/bin/jboss-cli.sh --command="patch apply $SOURCES_DIR/jboss-eap-7.4.22-patch.zip"


$JBOSS_HOME/bin/jboss-cli.sh --command="patch apply $SOURCES_DIR/jbeap-30288.zip"
4 changes: 4 additions & 0 deletions modules/eap-7422/module.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ artifacts:
target: jboss-eap-7.4.22-patch.zip
md5: ddc18797418b16779722c69dd416e1a9

- name: jbeap-30288
target: jbeap-30288.zip
md5: adb7fcda481b3b7d7d16314ac5f7d079

run:
user: 185
cmd:
Expand Down