- Add
Advice.AssignReturned
post processor to allow for assigning values fromAdvice
that uses delegation rather than inlining. - Allow for declaring
Advice.Local
values from both enter and exit advice. - Add option for using runtime class path rather than only compile scope from Byte Buddy Maven plugin.
- Avoid loading of annotation proxies within Byte Buddy's internal API.
- Add plugin to add Java
Repeatable
annotations without requiring a JDK 8+.