magro / kryo-serializers

More kryo serializers
Apache License 2.0
381 stars 120 forks source link

Added support for joda LocalTime serialization #78

Closed robreeves closed 6 years ago

coveralls commented 7 years ago

Coverage Status

Coverage increased (+0.4%) to 85.782% when pulling 79f78f5a45caf46b9fb128eabfcfb231ed8806ce on robreeves:joda-localtime into e334698ec876f5153745a957e1cbfaf41ad4bc28 on magro:master.

robreeves commented 7 years ago

The travis CI failures are because JAVA_HOME is not set for openjdk6 and oraclejdk7.

https://github.com/travis-ci/travis-ci/issues/7884

From the log:

The JAVA_HOME environment variable is not defined correctly This environment variable is needed to run this program NB: JAVA_HOME should point to a JDK not a JRE

coveralls commented 7 years ago

Coverage Status

Coverage increased (+0.3%) to 85.674% when pulling 4d928396e5d869689caceac524a8ee4f3a570d23 on robreeves:joda-localtime into e334698ec876f5153745a957e1cbfaf41ad4bc28 on magro:master.

magro commented 6 years ago

Thanks for the PR!