Skip to content

Commit 6d54e10

Browse files
committed
Update changelog
1 parent ac4de53 commit 6d54e10

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,15 @@
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

0 commit comments

Comments
 (0)