File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change 44
55## Bug Fixes
66 * Fixes transaction name for non-sampled transactions [ #581 ] ( https://github.com/elastic/apm-agent-java/issues/581 )
7- * Fixes exceptions when using WildFly managed executor services [ #589 ] ( https://github.com/elastic/apm-agent-java/issues/589 )
7+ * Makes log_file option work again [ #594 ] ( https://github.com/elastic/apm-agent-java/issues/594 )
8+ * Async context propagation fixes
9+ * Fixing some async mechanisms lifecycle issues [ #605 ] ( https://github.com/elastic/apm-agent-java/issues/605 )
10+ * Fixes exceptions when using WildFly managed executor services [ #589 ] ( https://github.com/elastic/apm-agent-java/issues/589 )
11+ * Exclude glassfish Executor which does not permit wrapped runnables [ #596 ] ( https://github.com/elastic/apm-agent-java/issues/596 )
12+ * Exclude DumbExecutor [ #598 ] ( https://github.com/elastic/apm-agent-java/issues/598 )
13+ * Fixes Manifest version reading error to support ` jar:file ` protocol [ #601 ] ( https://github.com/elastic/apm-agent-java/issues/601 )
14+ * Fixes transaction name for non-sampled transactions [ #597 ] ( https://github.com/elastic/apm-agent-java/issues/597 )
15+ * Fixes potential classloader deadlock by preloading ` FileSystems.getDefault() ` [ #603 ] ( https://github.com/elastic/apm-agent-java/issues/603 )
816
917# 1.6.0
1018
You can’t perform that action at this time.
0 commit comments