What's Changed
- Workaround functional test failures on JDK 22 by @jbachorik in https://github.com/btraceio/btrace/pull/683
- Correctly set field name for @TargetMethodOrField by @yewton in https://github.com/btraceio/btrace/pull/700
- A bunch of fixes related to Spark 3 on JDK 17 by @jbachorik in https://github.com/btraceio/btrace/pull/703
New Contributors
- @yewton made their first...