From 93dd0e77ba5a6a4d37b63325da5634e3cd37212e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BB=D0=B5=D0=BA=D1=81=D0=B0=D0=BD=D0=B4=D1=8A?= =?UTF-8?q?=D1=80=20=D0=9A=D1=83=D1=80=D1=82=D0=B0=D0=BA=D0=BE=D0=B2?= Date: Mon, 8 Apr 2024 14:10:05 +0300 Subject: [PATCH 1/2] Add release notes for Java 21 switch --- RELEASE_NOTES.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 47bff83251..b442241d09 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -4,6 +4,10 @@ This page describes the noteworthy improvements provided by each release of Ecli ## Next release... +### Move Linux Tools plug-ins to Java 21 + +Linux Tools plug-ins now require Java 21 + ## 8.14.0 ### Docker Tooling From 2beacaadd60199045e83f17781b714dc82626f0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BB=D0=B5=D0=BA=D1=81=D0=B0=D0=BD=D0=B4=D1=8A?= =?UTF-8?q?=D1=80=20=D0=9A=D1=83=D1=80=D1=82=D0=B0=D0=BA=D0=BE=D0=B2?= Date: Mon, 8 Apr 2024 14:12:11 +0300 Subject: [PATCH 2/2] Get rid of Eclipse maven proxy Should reduce many logs like: ``` [INFO] Artifact org.osgi:org.osgi.service.prefs:jar:1.1.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)] ``` from the build logs --- pom.xml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pom.xml b/pom.xml index fb040219ea..b706900f72 100644 --- a/pom.xml +++ b/pom.xml @@ -56,10 +56,6 @@ repo.eclipse.org https://repo.eclipse.org/content/groups/releases/ - - Maven Central Proxy - https://repo.eclipse.org/content/repositories/maven_central/ - tycho-snapshots https://repo.eclipse.org/content/repositories/tycho-snapshots/