Changelog for
groovy-jsr223-2.4.21-2.228.noarch.rpm :
* Tue Feb 20 2024 Fridrich Strba
- Use %patch -P N instead of deprecated %patchN.
* Mon May 23 2022 Fridrich Strba - Added patch:
* 0001-illegal-reflective-access.patch + Backport upstream changes solving illegal reflective access + This fixes visibility errors with Java 16+
* Fri May 20 2022 Fridrich Strba - Do not force building with java <= 15, since we now can run gradle-bootstrap with Java 17 too- Added patch:
* groovy-java17.patch + Add the content of org.gradle.jvmargs to to the forked jvm in root compileJava task + Fixes build with Java 17
* Mon May 16 2022 Fridrich Strba - Added patch:
* groovy-2.4.21-jansi.patch + port to build against jansi 2.4.0
* Wed Mar 23 2022 Fridrich Strba - Force building with JDK <= 15, since gradle does not work with anything higher- Modified patch:
* groovy-source-levels.patch + build the whole with java source and target levels 8- Added patch:
* groovy-ambiguous-functions-calls.patch + resolve parameter ambiguities with recent Java versions
* Mon Mar 21 2022 Fridrich Strba - Remove a bogus dependency on old asm3
* Wed Jul 28 2021 Fridrich Strba - Do not start summaries with lower-case letter
* Mon Dec 07 2020 Fridrich Strba - Update to upstream version 2.4.21
* Fixes bsc#1179729, CVE-2020-17521- Modified patch:
* 0003-Bintray.patch + Rediff to changed context
* Thu Apr 09 2020 Fridrich Strba - Avoid bogus eclipse-platform dependencies
* Mon Dec 09 2019 Fridrich Strba - Update to upstream version 2.4.16- Modified patches:
* 0002-Gradle-local-mode.patch
* 0003-Bintray.patch + Rediff to changed context- Added patches:
* groovy-buildscan.patch + Disable build-scan plugin during the build
* groovy-java11.patch + Fixes compatibility with Java 11
* groovy-source-levels.patch + Set the language level to 7 in order to allow building with Java 11- Build with Java 11