groovy18/groovy18.changes

50 lines
1.7 KiB
Plaintext
Raw Normal View History

-------------------------------------------------------------------
Tue Mar 22 19:41:23 UTC 2022 - Fridrich Strba <fstrba@suse.com>
- Added patch:
* groovy18-nofork.patch
+ do not fork the groovyc and java tasks in the ant build.xml
file, so that the ANT_OPTS are propagated to the tasks
- Add opens of java.lang from java.base module to all unnamed
* fixes build with jdk17
-------------------------------------------------------------------
Mon Mar 21 15:03:23 UTC 2022 - Fridrich Strba <fstrba@suse.com>
- Modified patch:
* groovy18-sourcetarget.patch
+ Build with source and target levels 8
- Added patches:
* groovy18-amgiguous-function-calls.patch
+ Cast to Collection to help compiler to resolve ambiguities
with new JDKs
* groovy18-asm7.patch
+ Remove dependency on the old asm3
-------------------------------------------------------------------
Mon Dec 16 09:21:49 UTC 2019 - Fridrich Strba <fstrba@suse.com>
- Avoid too many compatibility symlinks, since this is already
build in compatibility mode
-------------------------------------------------------------------
Mon Dec 2 06:38:42 UTC 2019 - Fridrich Strba <fstrba@suse.com>
- Added patch:
* groovy18-notarget.patch
+ Do not except on a classfile with MODULE information, just
ignore it
+ Fixes build with jdk9+
-------------------------------------------------------------------
Fri Oct 11 09:02:52 UTC 2019 - Fridrich Strba <fstrba@suse.com>
- Modify the groovy18-script to correspond to library paths in
our distributions
-------------------------------------------------------------------
Thu Jun 20 04:59:33 UTC 2019 - Fridrich Strba <fstrba@suse.com>
- Initial packaging of groovy 1.8.9 as a compatibility groovy18
package