netty5/common
Norman Maurer 7673bed45a Use ResourceLeakDetectorFactory in HashedWheelTimer
Motivation:

We recently added the ResourceLeakDetectorFactory but missed to updated HashedWheelTimer to use it.

Modifications:

- Add new abstract method to ResourceLeakDetectorFactory that allows to provide also samplingInterval and maxActive args.
- Deprecate most constructors in ResourceLeakDetector and add doc explaining that people should use ResourceLeakDetectorFactory

Result:

Custom ResourceLeakDetectorFactory will also be used in HashedWheelTimer if configured.
2016-06-29 21:07:33 +02:00
..
src Use ResourceLeakDetectorFactory in HashedWheelTimer 2016-06-29 21:07:33 +02:00
pom.xml Update dependencies and plugins to latest possible versions. 2016-06-27 13:41:58 +02:00