Skip to content

Releases: vsilaev/tascalate-javaflow

Tascalate JavaFlow 2.8.4

09 Apr 09:06

Choose a tag to compare

Bug fix: classes with lambdas were instrumented even they have no continuable methods at all

Tascalate JavaFlow 2.8.3

25 Mar 21:25

Choose a tag to compare

Expose exit signal check in StackRecorder

Tascalate JavaFlow 2.8.2

09 Mar 17:28
738ae69

Choose a tag to compare

Fix issues with JDK 25 (ScopedValue used with preview mode in JDK ver. < 25 doesn't work with Java 25+)

Tascalate JavaFlow 2.8.1

23 Dec 18:27

Choose a tag to compare

  1. Fix issues with ScopedValue (non need to check preview flag for Java 25+, fix NPE cuased by eraly prototype changes; add missing denedency to java.management module)
  2. Support renaming from javax.* to jakarta.* packages in proxy agent
  3. Ignore ClassNotFound for bytecode only annotations like com.google.code.findbugs:jsr305:3.0.1 thease are typically missing from build path
  4. Update ASMX dependencies and plugins

Tascalate JavaFlow 2.7.8

23 Apr 16:24

Choose a tag to compare

Fix broken Gradle plugin (reverted back Maven Shader Plugin that affects behavior)

Tascalate JavaFlow 2.7.7

23 Apr 13:19

Choose a tag to compare

USE VERSION 2.7.8 INSTEAD - Gradle plugin was broken due to changes in Maven Shader Plugin!!!

  • Update internal dependencies (tascalate-asmx to 9.8 and tascalate-instrument to 1.6.0
  • Fix Maven & Gradle plugin to work correctly with PROVIDED & SYSTEM dependencies
  • Update build plugins

Tascalate JavaFlow 2.7.6

19 Apr 22:31

Choose a tag to compare

Update internal dependencies (tascalate-asmx to 9.7.0 and tascalate-instrument to 1.5.0)

Tascalate JavaFlow 2.7.5

23 May 19:47

Choose a tag to compare

  • Update internal dependencies (tascalate-asmx to 9.0.5 and tascalate-instrument to 1.3.2
  • Fix SLF4J versioning

Tascalate JavaFlow 2.7.3

10 Sep 07:26
e6d900b

Choose a tag to compare

  1. Added Gradle build plugin
  2. Updated dependency to Tascalate ASMX 9.3 (includes fix for handling arrays in bytecode verifier used internally; uses shaded ASM 9.3)
  3. Improved docs

Tascalate JavaFlow 2.7.2

01 Jul 16:19

Choose a tag to compare

Hotfix: mark Maven Mojo as thread-safe to allow parallel build