Skip to content

Tascalate JavaFlow 2.2.2

Compare
Choose a tag to compare
@vsilaev vsilaev released this 15 May 10:52
· 181 commits to master since this release

This is a maintenance release with the following fixes / changes:

  1. Fix name of misspelled CloseableIterator (was ClosableIterator) -- may affect your client code while this is a part of the public Extras API.
  2. Refactoring Continuations class, adding parameter to specify whether to return current continuation values from streams/iterators.
  3. Separate methods in Continuations for regular / continuable iterations.
  4. Optimizing inheritance lookup in bytecode transformers (via caching results).
  5. Coding style & formatting fixes accross the projects.