Bug 566497 - Maven removed support for simple HTTP requests. URLs needs to be changed to HTTPS.
Summary: Maven removed support for simple HTTP requests. URLs needs to be changed to H...
Status: RESOLVED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: m2e (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P3 blocker with 1 vote (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL: https://download.eclipse.org/technolo...
Whiteboard:
Keywords: api
Depends on:
Blocks:
 
Reported: 2020-08-29 01:01 EDT by Anirban Chakraborty CLA
Modified: 2021-04-19 13:21 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Anirban Chakraborty CLA 2020-08-29 01:01:39 EDT
Please take a note that all those XML files listed in the page in the given link that has URLs with HTTP, to maven repositories, no longer work.
https://download.eclipse.org/technology/m2e/discovery/

Eg. https://download.eclipse.org/technology/m2e/discovery/directory-1.5.xml
links to:
http://repo1.maven.org/maven2/.m2e/discovery-catalog/org.eclipse.m2e.discovery.oss-catalog-1.5.jar
but it should no longer work because Maven has stopped supporting plain HTTP requests and the url requires to be changed to:
https://repo1.maven.org/maven2/.m2e/discovery-catalog/org.eclipse.m2e.discovery.oss-catalog-1.5.jar

-- Configuration Details --
Product: Spring Tool Suite 3.6.0.201407101106-RELEASE (org.springsource.sts.ide)
Installed Features:
 org.eclipse.wst.xml_ui.feature 3.6.3.v201501292352
Comment 1 Mickael Istria CLA 2020-08-30 13:57:29 EDT
Can you please submit a PR to fix https://github.com/eclipse-m2e/m2e-discovery-catalog/blob/master/directory.xml ?
Comment 2 Fred Bricon CLA 2020-08-30 14:05:30 EDT
I fixed it yesterday, even if that affected 6+ years old m2e versions, because that was an easy fix. 
Don't expect support for such old versions in the future though.
Comment 3 Denis Roy CLA 2021-04-19 13:21:52 EDT
Moved to https://github.com/eclipse-m2e/m2e-core/issues/