coekie / flowtracker

Track data flowing through Java programs
Apache License 2.0
332 stars 10 forks source link

Not supporting JDK8? #3

Closed OriginNull closed 3 weeks ago

OriginNull commented 3 weeks ago

Not supporting JDK8?

coekie commented 3 weeks ago

No, JDK 8 is not supported, and I don't want to add support for it. It's too old; time to upgrade.

As mentioned on https://github.com/coekie/flowtracker/blob/master/USAGE.md , Flowtracker is currently tested on JDK 11, 17, 21 and 22. (JDK 23 was released yesterday, but is only supported when building FlowTracker with -Pexperimental, because that requires an unreleased version of ASM).