[
https://issues.apache.org/jira/browse/DERBY-7065?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17016386#comment-17016386
]
Davide Grandi commented on DERBY-7065:
--------------------------------------
The http access to maven central has been disabled.
Trying a
wget --spider
[http://repo.maven.apache.org/maven2/junit/junit/3.8.2/junit-3.8.2.jar]
or simply accessing
[http://repo.maven.apache.org/maven2/junit/junit/3.8.2/junit-3.8.2.jar]
with a browser fails with a 501 error.
As expected a sequence 'ant all' succeeds on the trunk (with that patch
applied) and fails on
[https://svn.apache.org/repos/asf/db/derby/code/branches/10.15]
where that patch is not applied.
Bye, dg.
> repo1.maven.org, apparently, won't support http anymore
> --------------------------------------------------------
>
> Key: DERBY-7065
> URL: https://issues.apache.org/jira/browse/DERBY-7065
> Project: Derby
> Issue Type: Improvement
> Components: Build tools
> Affects Versions: 10.15.1.3
> Reporter: Davide Grandi
> Priority: Major
> Attachments: repo1_protocol_update.diff
>
> Original Estimate: 1h
> Remaining Estimate: 1h
>
> {{Sonatype Ops (@sonatype_ops) tweet}}
> {{ [https://twitter.com/sonatype_ops/status/1214235276006047744]}}
> {{state that}}
> {{ "Great progress, but still many users that need to update their}}
> {{ environments prior to the *January 15 HTTPS cutover date*"}}
> {{and referring to}}
> {{
> [https://central.sonatype.org/articles/2019/Apr/30/http-access-to-repo1mavenorg-and-repomavenapacheorg-is-being-deprecated/]}}
> {{ Main derby's build.xml download junit.jar from}}
> {{ <property name="junit.url"
> value="_*[http://repo1.maven.org/maven2/junit/junit/3.8.2/junit-3.8.2.jar]*_"/>}}
> {{ This url should be, at least, prudently updated with "https" instead of
> "http".}}
> {{An "ant clobber + ant all + ant buildjars" sequence succeeds with https.}}
> Patch repo1_protocol_update.diff attached
--
This message was sent by Atlassian Jira
(v8.3.4#803005)