#6525 update weld-osgi call to match that of docker-aio et al.#6527
#6525 update weld-osgi call to match that of docker-aio et al.#6527kcondon merged 2 commits intoIQSS:developfrom
Conversation
pdurbin
left a comment
There was a problem hiding this comment.
My test below is not sophisticated but it does seem to show that the old URL is broken and the new one is live:
dhcp-10-250-235-83:~ pdurbin$ curl -L 'http://central.maven.org/maven2/org/jboss/weld/weld-osgi-bundle/2.2.10.SP1/weld-osgi-bundle-2.2.10.SP1-glassfish4.jar'
501 HTTPS Required.
Use https://repo1.maven.org/maven2/
More information at https://links.sonatype.com/central/501-https-required
dhcp-10-250-235-83:~ pdurbin$
dhcp-10-250-235-83:~ pdurbin$ curl -L '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'
?wFMETA-INF/MANIFEST.MF???
|
It might be pedantic, but could you change http to https? Maven Central just turned off HTTP. https://support.sonatype.com/hc/en-us/articles/360041287334 |
|
Thanks @poikilotherm. @donsizemore if this sounds OK to you please make the change. I was going to do it but I'm not knowledgeable in this area. :) |
|
@donsizemore @poikilotherm @pdurbin Is this PR still relevant or should we close? |
|
@djbrooke yes — maven throws a 501 when called via http rather than https. |
What this PR does / why we need it: current weld-osgi link in installation documentation is broken
Which issue(s) this PR closes:
Closes #6525
Special notes for your reviewer: bumping from SP1 to Final, but all other such calls in docs use Final
Suggestions on how to test this: spin up branch and test normally
Does this PR introduce a user interface change?: no
Is there a release notes update needed for this change?: no
Additional documentation: