You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on github.com and signed with GitHub’s verified signature.
The key has expired.
BREAKING CHANGES!!! PLEASE READ!!!
net.tascalate.javaflow.extras artifact is withdrawn, its code serves as a basis for the project Tascalate JavaFlow Util. The code of this artifact has no relation with origins of Apache Commons JavaFlow, so I can use more permissive license for the new project. Plus, it becomes obvious that this code have it's own release cycle (more often than core)
All examples are moved to separate project Tascalate JavaFlow Examples. This helps to avoid loading huge unnecessary dependencies (JBoss Weld, Apache OpenWebBeans), to reduce overall build and release time.
net.tascalate.javaflow.extras artifact is renamed to net.tascalate.javaflow.tools.runtime -- this name better suits for the lib that holds ContinuableClassLoader that transforms bytecode on-the-fly.
Enchancements
Agents now correctly implement agentmain method and re-transform classes if agents were attached after application start.
Transformers now skip JDK classes by well-known name prefixes (java.*, javax.*, sun.* etc) without analyzing bytecode - this speeds-up startup a lot