Skip to content

v2.5.5 - ClassLoading Improvements for Play Framework

Compare
Choose a tag to compare
@ivantopo ivantopo released this 29 Jun 17:36
· 121 commits to master since this release
1212250

Improvements

  • play: We are now using the Play Environment's class loader to create all Kamon-related objects. This ensures that custom classes (like samples or SlowStatementProcessors) can be loaded from the classpath when running on development mode. Contributed by @ivantopo via #1185