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
With Maven 3.8.1, OpenAM and OpenDJ will fail to build with an error.
(Similar error occurs in automated builds on GitHub Actions)
The error message is, for example, Blocked mirror for repositories: [oracle-repository (http://download.oracle.com/maven, default, releases)].
The cause is that the specification change due to the countermeasure of "CVE-2021-26291" blocks the request of http protocol described in pom.xml of OpenAM and OpenDJ.
Description
With Maven 3.8.1, OpenAM and OpenDJ will fail to build with an error.
(Similar error occurs in automated builds on GitHub Actions)
The error message is, for example,
Blocked mirror for repositories: [oracle-repository (http://download.oracle.com/maven, default, releases)]
.The cause is that the specification change due to the countermeasure of "CVE-2021-26291" blocks the request of http protocol described in
pom.xml
of OpenAM and OpenDJ.References
Maven – Release Notes – Maven 3.8.1
https://maven.apache.org/docs/3.8.1/release-notes.html
The text was updated successfully, but these errors were encountered: