From 51f61e02294ab00e7f3514ce7814ba202a4292a1 Mon Sep 17 00:00:00 2001 From: "francesco.mangiacrapa" Date: Mon, 19 Sep 2022 14:26:30 +0200 Subject: [PATCH] porting to jdk_11, see #23884, added lombok v1.18.4 --- .classpath | 6 +- .../com.gwtplugins.gdt.eclipse.core.prefs | 2 +- .settings/org.eclipse.wst.common.component | 65 +++++++++++++++---- CHANGELOG.md | 4 ++ pom.xml | 11 +++- 5 files changed, 68 insertions(+), 20 deletions(-) diff --git a/.classpath b/.classpath index 8f16539..f132823 100644 --- a/.classpath +++ b/.classpath @@ -1,6 +1,6 @@ - + @@ -22,7 +22,7 @@ - + @@ -35,5 +35,5 @@ - + diff --git a/.settings/com.gwtplugins.gdt.eclipse.core.prefs b/.settings/com.gwtplugins.gdt.eclipse.core.prefs index 46414a8..7f8163f 100644 --- a/.settings/com.gwtplugins.gdt.eclipse.core.prefs +++ b/.settings/com.gwtplugins.gdt.eclipse.core.prefs @@ -1,4 +1,4 @@ eclipse.preferences.version=1 -lastWarOutDir=/home/francescomangiacrapa/git/workspace/target/workspace-6.28.6-SNAPSHOT +lastWarOutDir=/home/francescomangiacrapa/git/workspace/target/workspace-6.29.0-SNAPSHOT warSrcDir=src/main/webapp warSrcDirIsOutput=false diff --git a/.settings/org.eclipse.wst.common.component b/.settings/org.eclipse.wst.common.component index 40a9eac..fe6dc6a 100644 --- a/.settings/org.eclipse.wst.common.component +++ b/.settings/org.eclipse.wst.common.component @@ -1,5 +1,5 @@ - + @@ -49,8 +49,16 @@ - - + + + + + + + + + + @@ -101,7 +109,11 @@ - + + + + + @@ -152,7 +164,11 @@ - + + + + + @@ -203,7 +219,11 @@ - + + + + + @@ -253,7 +273,11 @@ - + + + + + @@ -271,10 +295,11 @@ - - uses - - + + + + + @@ -325,7 +350,11 @@ - + + + + + @@ -376,7 +405,11 @@ - + + + + + @@ -427,7 +460,11 @@ - + + + + + diff --git a/CHANGELOG.md b/CHANGELOG.md index f1db25f..629f871 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [v6.29.0-SNAPSHOT] - 2022-09-19 + +- [#23884] Porting to JDK_11 + ## [v6.28.6] - 2022-09-05 - Just to release the fixes #23676, #23789 implemented in the ws-tree diff --git a/pom.xml b/pom.xml index 0775e62..c7364bb 100644 --- a/pom.xml +++ b/pom.xml @@ -13,7 +13,7 @@ org.gcube.portlets.user workspace war - 6.28.6 + 6.29.0-SNAPSHOT gCube Workspace Portlet gCube Workspace Portlet is a web-gui to manage the gCube workspace, a collaborative area where users can exchange and organize information objects (workspace items) according to their specific needs. @@ -46,7 +46,7 @@ org.gcube.distribution maven-portal-bom - 3.6.4 + 3.7.0-SNAPSHOT pom import @@ -75,6 +75,13 @@ compile + + org.projectlombok + lombok + 1.18.4 + provided + + xerces xercesImpl