Skip to content

Commit

Permalink
update weblogic JDK
Browse files Browse the repository at this point in the history
  • Loading branch information
Roman Muntean committed Nov 27, 2023
1 parent 4160af0 commit c80938e
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion roles/weblogic/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ The version of the OPatch tool itself is also handed by the above tasks file.

## Note

1. Default JDK version is 1.8.0_191. Required by Dev Team.
1. Default JDK version is 1.8.0_251. Required by Dev Team.
2. We keep 12.1.3.0.2. This is not the latest version. Required by Dev Team.

## License
Expand Down
4 changes: 2 additions & 2 deletions roles/weblogic/vars/v12.1.3.0.2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ patch_number: 19637454
napply: false
patch_folder: '19637454'
# Local controller path OR relative path to download_url
java_archive_file: jdk-8u191-linux-x64.tar.gz
java_version_path: 'jdk1.8.0_191'
java_archive_file: jdk-8u251-linux-x64.tar.gz
java_version_path: 'jdk1.8.0_251'
4 changes: 2 additions & 2 deletions roles/weblogic/vars/v12.1.3.0.210720.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ patch_number: 32832660
napply: false
patch_folder: '32832660'
# Local controller path OR relative path to download_url
java_archive_file: jdk-8u191-linux-x64.tar.gz
java_version_path: 'jdk1.8.0_191'
java_archive_file: jdk-8u251-linux-x64.tar.gz
java_version_path: 'jdk1.8.0_251'
4 changes: 2 additions & 2 deletions roles/weblogic/vars/v12.2.1.4.210716.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ patch_number: 33059296
napply: true
patch_folder: 'WLS_SPB_12.2.1.4.210716'
# Local controller path OR relative path to download_url
java_archive_file: jdk-8u191-linux-x64.tar.gz
java_version_path: 'jdk1.8.0_191'
java_archive_file: jdk-8u251-linux-x64.tar.gz
java_version_path: 'jdk1.8.0_251'
4 changes: 2 additions & 2 deletions roles/weblogic/vars/v14.1.1.0.210716.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ patch: 'p33125254_141100_Generic.zip'
patch_number: 33069656
napply: true
patch_folder: 'WLS_SPB_14.1.1.0.210716'
java_archive_file: jdk-8u191-linux-x64.tar.gz
java_version_path: 'jdk1.8.0_191'
java_archive_file: jdk-8u251-linux-x64.tar.gz
java_version_path: 'jdk1.8.0_251'
4 changes: 2 additions & 2 deletions roles/weblogic/vars/v14.1.1.0.220105.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ patch: 'p33727619_141100_Generic.zip'
patch_number: 33727619
napply: false
patch_folder: '33727619'
java_archive_file: jdk-8u191-linux-x64.tar.gz
java_version_path: 'jdk1.8.0_191'
java_archive_file: jdk-8u251-linux-x64.tar.gz
java_version_path: 'jdk1.8.0_251'

0 comments on commit c80938e

Please sign in to comment.