t0xa / gelfj

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

Compatibility issue with JDK 1.5 #43

Closed luoxinwei1 closed 11 years ago

luoxinwei1 commented 11 years ago

In the pom.xml the project used JDK 1.5, while GelfMessage.java used some methods (Arrays.CopyOf(), Arrays.CopyOfRange()) that are belonged to JDK 1.6 only.

t0xa commented 11 years ago

Moved to 1.6.