You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since Friday, October 4, 2024, Maven builds run as mvn clean package spring-boot:repackage -DskipTests fail with the following errors:
Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/session/spring-session-bom/2021.2.3/spring-session-bom-2021.2.3.pom (3.1 kB at 441 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/cloud/spring-cloud-contract-parent/3.1.4/spring-cloud-contract-parent-3.1.4.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/cloud/spring-cloud-contract-parent/3.1.4/spring-cloud-contract-parent-3.1.4.pom (23 kB at 3.3 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/cloud/spring-cloud-build/3.1.4/spring-cloud-build-3.1.4.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/cloud/spring-cloud-build/3.1.4/spring-cloud-build-3.1.4.pom (59 kB at 2.1 MB/s)
Downloading from maven-restlet: https://maven.restlet.org/org/springframework/cloud/spring-cloud-commons-dependencies/3.1.4/spring-cloud-commons-dependencies-3.1.4.pom
[WARNING] Checksum validation failed, expected '<!doctype' (REMOTE_EXTERNAL) but is actually 'dffa46b79ae9c63188a412549c67b515d4adb65a' from maven-restlet for https://maven.restlet.org/org/springframework/cloud/spring-cloud-commons-dependencies/3.1.4/spring-cloud-commons-dependencies-3.1.4.pom
[WARNING] Could not validate integrity of download from https://maven.restlet.org/org/springframework/cloud/spring-cloud-commons-dependencies/3.1.4/spring-cloud-commons-dependencies-3.1.4.pom
org.eclipse.aether.transfer.ChecksumFailureException: Checksum validation failed, expected '<!doctype' (REMOTE_EXTERNAL) but is actually 'dffa46b79ae9c63188a412549c67b515d4adb65a'
Apparently, no files can be downloaded from the URL https://maven.restlet.org anymore. All requests are redirected, which cause these errors.
I cannot upgrade Spring Cloud Contract version at the moment so these failing builds are causing a major problem for me.
Sample
Please see the Maven POM file snippet and build errors above.
The text was updated successfully, but these errors were encountered:
Describe the bug
I have a Maven POM file with the following content:
Since Friday, October 4, 2024, Maven builds run as
mvn clean package spring-boot:repackage -DskipTests
fail with the following errors:Apparently, no files can be downloaded from the URL
https://maven.restlet.org
anymore. All requests are redirected, which cause these errors.I cannot upgrade Spring Cloud Contract version at the moment so these failing builds are causing a major problem for me.
Sample
Please see the Maven POM file snippet and build errors above.
The text was updated successfully, but these errors were encountered: