From 8331dd189957bbce47c49463157ad27b233e1d7059f2dc312cc04ae4e7ba6009 Mon Sep 17 00:00:00 2001 From: Fridrich Strba Date: Wed, 25 Sep 2019 12:33:31 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/Java:packages/ecj?expand=0&rev=40 --- ecj.changes | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/ecj.changes b/ecj.changes index f214d4b..32e9f7f 100644 --- a/ecj.changes +++ b/ecj.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Wed Sep 25 12:22:02 UTC 2019 - Fridrich Strba + +- Upgrade to eclipse 4.12 ecj +- Removed patches: + * ecj-include-props.patch, + * eclipse-gcj-compat4.2.1.patch + * eclipse-gcj-nodummysymbol.patch + + Unneeded for this version +- Added patches: + * ecj-encoding.patch + + Fix build with java >= 9 + * javaAPI.patch + + When building with java < 9, add the java10api.jar and the + JRE's rt.jar to bootclasspath + * jdk10u-jdk8compat.patch + + Patch out deprecation annotation not understood by the JDK + when building with java < 9 +- Build the java.compiler module's javax.* packages as non-modular + java10api.jar, so that ecj can be compiled even with java < 9 +- Distribute the java10api artifact for packages that might need + it + ------------------------------------------------------------------- Thu Nov 22 21:49:42 UTC 2018 - Fridrich Strba