Tascalate JavaFlow 2.2.3
This release both fixes some issues with code generation as well as adds new functionality
- Fix issue with incorrectly handling bridged methods (continuation was applied to the bridge but not to the 'bridged' specialization in subclass -- this leads to run-time error)
- Extending
InterceptorSupport
to work both in CDI generated proxies and hand-written proxies - Adding an example to show how
InterceptorSupport
may be used withjava.lang.Proxy
- Refactoring existing CDI code transformers (OWB, Weld) to use
InterceptorSupport
instead of repeating logic - Adding experimental support for CDI with Spring AOP (no example yet)
- Adding more continuable versions of functional interfaces (
ContinuableBiConsumer
,ContinuableFunction
,ContinuablePredicate
) toextras
project