I’ve released today logstash-gelf 1.4.2, I’ll be available until this evening on Maven Central.
This release contains following changes:
Fixes
- #21 Redis and commons-pool2 dependencies needed when not using redis. This bug is severe and caused NoClassDef-Errors so you can’t use logstash-gelf without jedis/commons-pool2 libraries. If you don’t use redid and you want a small library set it’s recommended to update to version 1.4.2.
Enhancements
Links
Maven coordinates:
<dependency>
<groupId>biz.paluch.logging</groupId>
<artifactId>logstash-gelf</artifactId>
<version>1.4.2</version>
</dependency>
Any feedback is appreciated or create issues on GitHub.