Changelog for
ecj-4.23-4.1.noarch.rpm :
* Wed Feb 21 2024 Gus Kenion
- Use %patch -P N instead of deprecated %patchN.
* Tue Feb 13 2024 Fridrich Strba - Added patch:
* ecj-java8compat.patch + Allow building ecj with language levels 8 (bsc#1219862)- Distribute the bundled javax17api.jar under maven coordinate of org.eclipse:javax17api:17, so that it can be used if needed
* Mon Aug 21 2023 Fridrich Strba - Upgrade to eclipse 4.23 ecj (jsc#PED-2979)
* No changelog was made available.- Use the bundled javax17api.jar stubs, but don\'t distribute them- Removed patches:
* encoding.patch + handled by a simple sed run
* javaAPI.patch + not needed with this version
* Sun Mar 20 2022 Fridrich Strba - Added patch:
* encoding.patch + the encoding needs to be set for all JDK versions- Modified patch:
* ecj-rpmdebuginfo.patch + rediff
* javaAPI.patch + extract the encoding part to a separate patch
* Mon Oct 18 2021 Marcel Witte - Upgrade to eclipse 4.18 ecj
* No changelog was made available.- Switch java14api to java15api to be compatible to JDK 15
* Mon Oct 18 2021 Marcel Witte - Upgrade to eclipse 4.17 ecj
* No changelog was made available.- Removed patches:
* ecj-encoding.patch
* jdk10u-jdk8compat.patch- Switch to JDK 11 for build a JDK 8 is not supported anymore by ecj- Switch java10api to java14api to be compatible to JDK 14
* Wed Sep 25 2019 Fridrich Strba - Upgrade to eclipse 4.12 ecj
* No changelog was made available.- 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 2018 Fridrich Strba - Add one more maven artifact alias:
* org.eclipse.tycho:org.eclipse.jdt.compiler.apt
* Mon Oct 29 2018 Fridrich Strba - Add two more maven artifact aliases:
* org.eclipse.jdt.core.compiler:ecj
* org.eclipse.jdt:ecj
* Mon Sep 18 2017 fstrbaAATTsuse.com- Don\'t build against the java-bootstrap package; it is gone