Skip to content

Tascalate JavaFlow 2.2.3

Compare
Choose a tag to compare
@vsilaev vsilaev released this 03 Aug 09:57
· 165 commits to master since this release

This release both fixes some issues with code generation as well as adds new functionality

  1. 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)
  2. Extending InterceptorSupport to work both in CDI generated proxies and hand-written proxies
  3. Adding an example to show how InterceptorSupport may be used with java.lang.Proxy
  4. Refactoring existing CDI code transformers (OWB, Weld) to use InterceptorSupport instead of repeating logic
  5. Adding experimental support for CDI with Spring AOP (no example yet)
  6. Adding more continuable versions of functional interfaces (ContinuableBiConsumer, ContinuableFunction, ContinuablePredicate) to extras project