From 0d7a56e1450ec5efad7eab657b47effdfa551032 Mon Sep 17 00:00:00 2001 From: donsizemore Date: Wed, 15 Jan 2020 16:16:11 -0500 Subject: [PATCH 1/2] #6525 update weld-osgi call to match that of docker-aio et al. --- doc/sphinx-guides/source/installation/prerequisites.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/sphinx-guides/source/installation/prerequisites.rst b/doc/sphinx-guides/source/installation/prerequisites.rst index 855c26618da..6f548095a66 100644 --- a/doc/sphinx-guides/source/installation/prerequisites.rst +++ b/doc/sphinx-guides/source/installation/prerequisites.rst @@ -76,7 +76,7 @@ Once Glassfish is installed, you'll need a newer version of the Weld library (v2 # cd /usr/local/glassfish4/glassfish/modules # rm weld-osgi-bundle.jar - # wget http://central.maven.org/maven2/org/jboss/weld/weld-osgi-bundle/2.2.10.SP1/weld-osgi-bundle-2.2.10.SP1-glassfish4.jar + # curl -L -O http://search.maven.org/remotecontent?filepath=org/jboss/weld/weld-osgi-bundle/2.2.10.Final/weld-osgi-bundle-2.2.10.Final-glassfish4.jar - Change from ``-client`` to ``-server`` under ``-client``:: From 2c431f77604a0a64a811e46781e5118b572d859b Mon Sep 17 00:00:00 2001 From: donsizemore Date: Thu, 16 Jan 2020 08:29:05 -0500 Subject: [PATCH 2/2] #6525 s/http/https/g --- conf/docker-aio/0prep_deps.sh | 2 +- doc/sphinx-guides/source/installation/prerequisites.rst | 2 +- downloads/download.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/conf/docker-aio/0prep_deps.sh b/conf/docker-aio/0prep_deps.sh index 2170631e645..649a190af24 100755 --- a/conf/docker-aio/0prep_deps.sh +++ b/conf/docker-aio/0prep_deps.sh @@ -8,7 +8,7 @@ if [ ! -e dv/deps/glassfish4dv.tgz ]; then mkdir -p /tmp/dv-prep/gf cd /tmp/dv-prep/gf wget http://download.java.net/glassfish/4.1/release/glassfish-4.1.zip - wget http://search.maven.org/remotecontent?filepath=org/jboss/weld/weld-osgi-bundle/2.2.10.Final/weld-osgi-bundle-2.2.10.Final-glassfish4.jar -O weld-osgi-bundle-2.2.10.Final-glassfish4.jar + wget https://search.maven.org/remotecontent?filepath=org/jboss/weld/weld-osgi-bundle/2.2.10.Final/weld-osgi-bundle-2.2.10.Final-glassfish4.jar -O weld-osgi-bundle-2.2.10.Final-glassfish4.jar unzip glassfish-4.1.zip rm glassfish4/glassfish/modules/weld-osgi-bundle.jar mv weld-osgi-bundle-2.2.10.Final-glassfish4.jar glassfish4/glassfish/modules diff --git a/doc/sphinx-guides/source/installation/prerequisites.rst b/doc/sphinx-guides/source/installation/prerequisites.rst index 6f548095a66..f2f2623ac5d 100644 --- a/doc/sphinx-guides/source/installation/prerequisites.rst +++ b/doc/sphinx-guides/source/installation/prerequisites.rst @@ -76,7 +76,7 @@ Once Glassfish is installed, you'll need a newer version of the Weld library (v2 # cd /usr/local/glassfish4/glassfish/modules # rm weld-osgi-bundle.jar - # curl -L -O http://search.maven.org/remotecontent?filepath=org/jboss/weld/weld-osgi-bundle/2.2.10.Final/weld-osgi-bundle-2.2.10.Final-glassfish4.jar + # curl -L -O https://search.maven.org/remotecontent?filepath=org/jboss/weld/weld-osgi-bundle/2.2.10.Final/weld-osgi-bundle-2.2.10.Final-glassfish4.jar - Change from ``-client`` to ``-server`` under ``-client``:: diff --git a/downloads/download.sh b/downloads/download.sh index 239d75288b6..8290afd61f7 100755 --- a/downloads/download.sh +++ b/downloads/download.sh @@ -1,5 +1,5 @@ #!/bin/sh curl -L -O http://download.java.net/glassfish/4.1/release/glassfish-4.1.zip curl -L -O https://archive.apache.org/dist/lucene/solr/7.3.1/solr-7.3.1.tgz -curl -L -O http://search.maven.org/remotecontent?filepath=org/jboss/weld/weld-osgi-bundle/2.2.10.Final/weld-osgi-bundle-2.2.10.Final-glassfish4.jar +curl -L -O https://search.maven.org/remotecontent?filepath=org/jboss/weld/weld-osgi-bundle/2.2.10.Final/weld-osgi-bundle-2.2.10.Final-glassfish4.jar curl -s -L http://sourceforge.net/projects/schemaspy/files/schemaspy/SchemaSpy%205.0.0/schemaSpy_5.0.0.jar/download > schemaSpy_5.0.0.jar