Skip to content

Commit d377b3f

Browse files
committed
On branch hotfix-for-mvn-download Descriptive comment.
modified: weblogic-azure-vm/arm-oraclelinux-wls-cluster/arm-oraclelinux-wls-cluster/src/main/scripts/installJdbcDrivers.sh modified: weblogic-azure-vm/arm-oraclelinux-wls-dynamic-cluster/arm-oraclelinux-wls-dynamic-cluster/src/main/scripts/installJdbcDrivers.sh Signed-off-by: Ed Burns <[email protected]>
1 parent 24cea6a commit d377b3f

File tree

2 files changed

+14
-0
lines changed
  • weblogic-azure-vm

2 files changed

+14
-0
lines changed

weblogic-azure-vm/arm-oraclelinux-wls-cluster/arm-oraclelinux-wls-cluster/src/main/scripts/installJdbcDrivers.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,13 @@ export gitUrl4AzureIdentityExtensionPomFile="https://raw.githubusercontent.com/o
245245
export gitUrl4MySQLDriverPomFile="https://raw.githubusercontent.com/oracle/weblogic-azure/main/weblogic-azure-aks/src/main/resources/mysql-connector-java.xml"
246246
export retryMaxAttempt=5 # retry attempt for curl command
247247
export mvnInstaller="apache-maven-bin.tar.gz"
248+
249+
# 2024-09-11 https://github.com/oracle/weblogic-azure/pull/325
250+
# Increase maintainability by putting URL behind redirector. As of today
251+
# target is https://dlcdn.apache.org/maven/maven-3/3.9.9/binaries/apache-maven-3.9.9-bin.tar.gz
252+
# A better solution would be if Oracle had an employee accessible URL redirector
253+
# service similar to Microsoft's aka.ms.
254+
248255
export url4MavenInstaller="https://aka.ms/wls-offer-maven-download-url"
249256
export wlsAdminURL=$wlsAdminHost:$wlsAdminPort
250257

weblogic-azure-vm/arm-oraclelinux-wls-dynamic-cluster/arm-oraclelinux-wls-dynamic-cluster/src/main/scripts/installJdbcDrivers.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,13 @@ export gitUrl4AzureIdentityExtensionPomFile="https://raw.githubusercontent.com/o
245245
export gitUrl4MySQLDriverPomFile="https://raw.githubusercontent.com/oracle/weblogic-azure/main/weblogic-azure-aks/src/main/resources/mysql-connector-java.xml"
246246
export retryMaxAttempt=5 # retry attempt for curl command
247247
export mvnInstaller="apache-maven-bin.tar.gz"
248+
249+
# 2024-09-11 https://github.com/oracle/weblogic-azure/pull/325
250+
# Increase maintainability by putting URL behind redirector. As of today
251+
# target is https://dlcdn.apache.org/maven/maven-3/3.9.9/binaries/apache-maven-3.9.9-bin.tar.gz
252+
# A better solution would be if Oracle had an employee accessible URL redirector
253+
# service similar to Microsoft's aka.ms.
254+
248255
export url4MavenInstaller="https://aka.ms/wls-offer-maven-download-url"
249256
export wlsAdminURL=$wlsAdminHost:$wlsAdminPort
250257

0 commit comments

Comments
 (0)