diff --git a/.classpath b/.classpath index dfe5f96..a8fcd35 100644 --- a/.classpath +++ b/.classpath @@ -1,12 +1,12 @@ - + - + @@ -22,7 +22,7 @@ - + @@ -38,5 +38,5 @@ - + diff --git a/.settings/org.eclipse.jdt.core.prefs b/.settings/org.eclipse.jdt.core.prefs index 443e085..b257af7 100644 --- a/.settings/org.eclipse.jdt.core.prefs +++ b/.settings/org.eclipse.jdt.core.prefs @@ -1,6 +1,6 @@ eclipse.preferences.version=1 org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled -org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7 +org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8 org.eclipse.jdt.core.compiler.compliance=1.7 org.eclipse.jdt.core.compiler.problem.assertIdentifier=error org.eclipse.jdt.core.compiler.problem.enumIdentifier=error diff --git a/distro/changelog.xml b/distro/changelog.xml index 81143e4..0fbe320 100644 --- a/distro/changelog.xml +++ b/distro/changelog.xml @@ -1,21 +1,31 @@ + + Ported to Java8 + + - Fix for bug not allowing to click on vre missing logos - Adapted so support VRE selection upon authorisation requests + Fix for bug not allowing to click on vre missing logos + + Adapted so support VRE selection upon authorisation requests + Removed ASL Session Implemented Feature #4877 remove VRE association to single - Category constraint + Category constraint + Shows only the virtual groups available in the Site it is - deployed on + deployed on + VRE was not updated in the portlet due to liferay versioning - of Document Library + of Document Library + @@ -24,7 +34,8 @@ Bug #1855, does not show join welcome message to new users - anymore + anymore + Feature #861, categorized VREs by virtualGroups org.gcube.portlets.user my-vres war - 2.3.0-SNAPSHOT + 2.4.0-SNAPSHOT My VREs Portlet gCube My VREs Portlet shows only the VO and VREs a user is member of, divided by category. @@ -29,7 +29,7 @@ distro 6.2.5 1.7 - 1.7 + 1.8 ${project.build.directory}/${project.build.finalName} UTF-8 @@ -164,8 +164,8 @@ maven-compiler-plugin 2.3.2 - 1.7 - 1.7 + ${maven.compiler.source} + ${maven.compiler.target}