Skip to content

Commit

Permalink
On branch hotfix-for-mvn-download Descriptive comment.
Browse files Browse the repository at this point in the history
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 <edburns@microsoft.com>
  • Loading branch information
edburns committed Sep 11, 2024
1 parent 24cea6a commit d377b3f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,13 @@ export gitUrl4AzureIdentityExtensionPomFile="https://raw.githubusercontent.com/o
export gitUrl4MySQLDriverPomFile="https://raw.githubusercontent.com/oracle/weblogic-azure/main/weblogic-azure-aks/src/main/resources/mysql-connector-java.xml"
export retryMaxAttempt=5 # retry attempt for curl command
export mvnInstaller="apache-maven-bin.tar.gz"

# 2024-09-11 https://github.com/oracle/weblogic-azure/pull/325
# Increase maintainability by putting URL behind redirector. As of today
# target is https://dlcdn.apache.org/maven/maven-3/3.9.9/binaries/apache-maven-3.9.9-bin.tar.gz
# A better solution would be if Oracle had an employee accessible URL redirector
# service similar to Microsoft's aka.ms.

export url4MavenInstaller="https://aka.ms/wls-offer-maven-download-url"
export wlsAdminURL=$wlsAdminHost:$wlsAdminPort

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,13 @@ export gitUrl4AzureIdentityExtensionPomFile="https://raw.githubusercontent.com/o
export gitUrl4MySQLDriverPomFile="https://raw.githubusercontent.com/oracle/weblogic-azure/main/weblogic-azure-aks/src/main/resources/mysql-connector-java.xml"
export retryMaxAttempt=5 # retry attempt for curl command
export mvnInstaller="apache-maven-bin.tar.gz"

# 2024-09-11 https://github.com/oracle/weblogic-azure/pull/325
# Increase maintainability by putting URL behind redirector. As of today
# target is https://dlcdn.apache.org/maven/maven-3/3.9.9/binaries/apache-maven-3.9.9-bin.tar.gz
# A better solution would be if Oracle had an employee accessible URL redirector
# service similar to Microsoft's aka.ms.

export url4MavenInstaller="https://aka.ms/wls-offer-maven-download-url"
export wlsAdminURL=$wlsAdminHost:$wlsAdminPort

Expand Down

0 comments on commit d377b3f

Please sign in to comment.