Changelog for
cglib-3.3.0-3.4.noarch.rpm :
* Tue Sep 12 2023 fstrbaAATTsuse.com- Simplify and clean-up the spec file
* Wed Apr 27 2022 fstrbaAATTsuse.com- Remove links between artifacts and their parent since we are not building with maven
* Wed Dec 29 2021 david.anesAATTsuse.com- Don\'t inject
true in cglib pom, as 3.3.0 already provides that option and it makes the POM xml incorrect.
* Mon Dec 27 2021 david.anesAATTsuse.com- Update to upstream 3.3.0
* emits code compatible with java 1.8, so we can call static interface methods.
* minor fix for allowing a fastclass to call static interface methods.
* update to asm 7.1
* make ant dependency optional
* add Automatic Module Names
* Expose non-bridge methods more frequently.
* Drop support for Java6. (It may continue to work, but continuous integration tests will no longer validate it does.)
* Fix #115: Release resources eagerly.
* Deprecated TinyBitSet.
* Add workarounds for changes coming from Jigsaw.
* Fix #89 / #90 (generated incorrect code for bridge methods sometimes)- Update project url to new github site (old one redirects there)
* Tue Mar 05 2019 fstrbaAATTsuse.com- Upgrade to upstream 3.2.4- Generate and customize ant build system- Removed patches:
* cglib-build_xml.patch
* fix-javadoc.patch + Not needed any more
* Tue Dec 11 2018 fstrbaAATTsuse.com- Build with objectweb-asm >= 5 in order not get stuck on a particular asmN dependency
* Mon Oct 29 2018 fstrbaAATTsuse.com- Upgrade to version 3.1, the last one buildable with ant- Depend on asm5- Modified patch:
* cglib-build_xml.patch + rediff to changed context- Added patch:
* fix-javadoc.patch + Do not import with wildcards a package that has no classes + Fixes javadoc generation
* Mon Oct 29 2018 fstrbaAATTsuse.com- Add aliases to the maven artifact
* Wed Jun 13 2018 fstrbaAATTsuse.com- Depend on asm3 and not objectweb-asm, since the binaries are equivalent.
* Wed May 16 2018 fstrbaAATTsuse.com- Build with source and target 8 to prepare for a possible removal of 1.6 compatibility
* Mon Sep 18 2017 fstrbaAATTsuse.com- Specify java source and target 1.6 in order to allow building with jdk9- Fix javadoc generation- Clean spec file
* Fri May 19 2017 mpluskalAATTsuse.com- Update package dependencies
* Wed Mar 18 2015 tchvatalAATTsuse.com- Fix build with new javapackages-tools
* Fri Sep 13 2013 mvyskocilAATTsuse.com- add javapackages-tools to build requires
* Wed Aug 28 2013 mvyskocilAATTsuse.com- use add_maven_Depmap from javapackages-tools- fix obsoletes version
* Fri May 18 2012 mvyskocilAATTsuse.cz- update to 2.2
* MethodProxy thread race patch
* Upgrade to ASM 3.1- remove useless repolib, nohook and demo packages- fix build with jdk7
* Tue Apr 28 2009 mvyskocilAATTsuse.cz- Fixed package descriptions
* Thu Apr 23 2009 mvyskocilAATTsuse.cz- Initial packaging of cglib-nohooks in SUSE (2.1.3 from jpp5)