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

  • #20 Configuration of default field names enhancement
  • #19 Code Cleanup enhancement

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.