t0xa / gelfj

Graylog Extended Log Format (GELF) implementation in Java and log4j appender without any dependencies.
https://github.com/t0xa/gelfj/wiki
Other
185 stars 117 forks source link

Add compatibility with Java 1.5 #85

Closed dougporter closed 9 years ago

dougporter commented 9 years ago

Update to not use Arrays.copyOfRange() or Arrays.copyOf() so code will compile under Java 1.5 (does require a Java 1.5 version of guava to be used at runtime).

t0xa commented 9 years ago

Thanks Doug! Apologies, I forgot to mention that it's merge and released as 1.1.8.