Github user franz1981 commented on a diff in the pull request:
https://github.com/apache/activemq-artemis/pull/2199#discussion_r206064916
--- Diff:
artemis-journal/src/main/java/org/apache/activemq/artemis/core/io/mapped/MappedSequentialFileFactory.java
---
@@ -20,10 +20,13 @@
import java.nio.ByteBuffer;
import java.util.Arrays;
+import io.netty.util.ThreadDeathWatcher;
--- End diff --
Quoting the [Netty 4
javadoc](https://netty.io/4.0/api/io/netty/util/ThreadDeathWatcher.html):
> Deprecated.
> will be removed in the next major release
I think the issue could be solved differently, given that this util class
has been deprecated...
---