New
v2.2.3
Changelog
v2.2.3 (2022-12-23)
What's Changed
- Do not synchronize on ClassCache operations by @jbachorik in https://github.com/btraceio/btrace/pull/540
- Allow executing commands on BTrace server by @jbachorik in https://github.com/btraceio/btrace/pull/559
- Store before-jump state for switch labels by @jbachorik in https://github.com/btraceio/btrace/pull/563
- Use SLF4J SimpleLogger by @jbachorik in https://github.com/btraceio/btrace/pull/562
- Make 'sun.security.action' accessible to BTraceUtils class. by @jbachorik in https://github.com/btraceio/btrace/pull/583
- Add JDK19 to test matrix by @jbachorik in https://github.com/btraceio/btrace/pull/585
- Bump ASM library to 9.4 by @jbachorik in https://github.com/btraceio/btrace/pull/586
- Split functional tests into a separate integration-tests module by @jbachorik in https://github.com/btraceio/btrace/pull/587
- Follow the class hierarchy to lookup a field by @GGGGGHT in https://github.com/btraceio/btrace/pull/584