Skip to content

Commit 58ff833

Browse files
martinfanning1Martin Fanning
and
Martin Fanning
authoredJan 24, 2025
Update the Java to the latest for WLP 24.0.0.12 (#112)
* Update IIM version, WAS & IHS to 9.0.5.212 Update to latest IBM Installation Manager - 1.10.1 (renamed molecule test) Update WebSphere and IBM HTTP Server to v9.0.5.22 - new yaml files Update READMEs Update Molecule Tests Update Galaxy file * Update Github Workflow with new IIM name Update Github Workflow with new IIM name * Revert Back introduction of IIM 1.10.1 due to errors Reverting back to IIM 1.9.3.. When using IIM 1.10.1 there were failures installing WebSphere Liberty... Further investigation needed.. Will attach errors.. * Update the Java to the latest for WLP 24.0.0.12 Update the Java to the latest available for WLP 24.0.0.12 files * Update Galaxy File Update Galaxy File * Test DB2 List Command Test DB2 List Command * Revert List Database Dir command test Revert List Database Dir command test --------- Co-authored-by: Martin Fanning <mfanning@merative.com>
1 parent 69235af commit 58ff833

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed
 

‎galaxy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ name: spm_middleware
1111

1212
# The version of the collection. Must be compatible with semantic versioning
1313
# Please note. version also exists in /github/workflows/release.yml and will need to be update also
14-
version: 1.8.0
14+
version: 1.8.1
1515

1616
# The path to the Markdown (.md) readme file. This path is relative to the root of the collection
1717
readme: README.md

‎roles/liberty/vars/v24.0.0.12-JDK17.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ liberty_installers_path: WLP/was.repo.16002.liberty.nd.zip
44
liberty_pid: 24.0.12.20241119_0657
55
jdk_version: 17.0
66

7-
liberty_java_zip_path: Java/IBM/ibm-semeru-certified-jdk_x64_linux_17.0.12.1-installmgr.zip
8-
liberty_java_pid: com.ibm.java.jdk.v17_17.0.12001.20240913_0245
7+
liberty_java_zip_path: Java/IBM/ibm-semeru-certified-jdk_x64_linux_17.0.13.0-installmgr.zip
8+
liberty_java_pid: com.ibm.java.jdk.v17_17.0.13000.20241111_2146

‎roles/liberty/vars/v24.0.0.12-JDK21.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ liberty_installers_path: WLP/was.repo.16002.liberty.nd.zip
44
liberty_pid: 24.0.12.20241119_0657
55
jdk_version: 21.0
66
jdk_installation_way: unzip
7-
liberty_java_zip_path: Java/IBM/ibm-semeru-open-jdk_x64_linux_21.0.4_7_openj9-0.46.1.tar.gz
7+
liberty_java_zip_path: Java/IBM/ibm-semeru-open-jdk_x64_linux_21.0.5_11_openj9-0.48.0.tar.gz

‎roles/liberty/vars/v24.0.0.12.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ liberty_fp_path: WLP/24.0.0.12-WS-LIBERTY-ND-FP.zip
33
liberty_installers_path: WLP/was.repo.16002.liberty.nd.zip
44
liberty_pid: 24.0.12.20241119_0657
55

6-
liberty_java_zip_path: Java/IBM/ibm-java-sdk-8.0-8.30-linux-x64-installmgr.zip
7-
liberty_java_pid: com.ibm.java.jdk.v8_8.0.8030.20240801_0349
6+
liberty_java_zip_path: Java/IBM/ibm-java-sdk-8.0-8.35-linux-x64-installmgr.zip
7+
liberty_java_pid: com.ibm.java.jdk.v8_8.0.8035.20241125_0150

0 commit comments

Comments
 (0)