Apache Commons logo Commons Weaver

Apache Commons Weaver Changes

Release History

Version Date Description
2.0 2018-09-07 Requires Java 8 or greater.
1.3 2016-10-18 Requires Java 6 or greater.
1.2 2016-02-02 Requires Java 6 or greater.
1.1 2014-09-30 Requires Java 6 or greater.
1.0 2014-03-16 Initial release

Release 2.0 – 2018-09-07

Type Changes By
Fix NullPointerException when weaving class with no package. Fixes WEAVER-16.
Fix Maven plugin was packaged without its (generated) HelpMojo class. Fixes WEAVER-17.
Add Upgrade to Java 8. Fixes WEAVER-19.
Update Remove commons-io, commons-collections dependencies. Fixes WEAVER-20.
Update Upgrade xbean-finder to v4.9. Fixes WEAVER-21.
Update Upgrade modules to ASM 6.2.1. Fixes WEAVER-22.
Fix Privilizer Weaver computes Object for all variable types in catch context. Fixes WEAVER-23.
Add Blueprint method references. Fixes WEAVER-24.
Update Reject blueprint methods that access entities that would be inaccessible. Fixes WEAVER-25.
Update Upgrade to commons-parent v47. Fixes WEAVER-26.

Release 1.3 – 2016-10-18

Type Changes By
Fix bytecode generated with java 7 or 8 is different and can break on earlier versions. Fixes WEAVER-11.
Add Provide a mechanism for working with all classfiles found in the weave environment. Fixes WEAVER-12.
Update Make Ant tasks' system classpath inclusion optional. Fixes WEAVER-13.
Update upgrade modules to asm 5.1. Fixes WEAVER-14.
Fix m2e build encounters missing class. Fixes WEAVER-15.

Release 1.2 – 2016-02-02

Type Changes By
Fix Incomplete sorting code causes infinite loop. Fixes WEAVER-5.
Update Convert example modules into proper integration tests. Fixes WEAVER-6.
Update Support Weaver classloader in addition to context ClassLoader. Fixes WEAVER-7.
Add Add a dependency mechanism for ordering Weavers, Cleaners amongst themselves. Fixes WEAVER-8.

Release 1.1 – 2014-09-30

Type Changes By
Add Enhance [weaver] documentation. Fixes WEAVER-1. Thanks to Bruno P. Kinoshita.
Update Upgrade to ASM 5. Fixes WEAVER-2.
Update Upgrade to latest xbean-finder (3.18). Fixes WEAVER-3.
Fix Enable test on Oracle JVMs only. Fixes WEAVER-4.

Release 1.0 – 2014-03-16

No changes in this release.