Skip to content

0.19.0

Compare
Choose a tag to compare
@realark realark released this 30 Nov 21:51
· 11426 commits to master since this release

Enhancements

  • Support for Vert.x-web+rxjava: #564

Fixes

  • Stop wrapping runnables in executor instrumentation implementation: #564
    • Reflection error message is no longer printed in java 9+: WARNING: An illegal reflective access operation has occurred
  • Prevent Rabbitmq instrumentation from eating exceptions: #604
    • Additional Rabbitmq error guarding: #607
  • Remove benign debug-level message "QueueFullException" logged from ThreadPoolExecutorInstrumentation: #600
  • Improve netty concurrency edge-cases: #587