kryonet icon indicating copy to clipboard operation
kryonet copied to clipboard

Java 8 support - Kryo 4.0.0 - JsonBeans 0.7 - Listener, Client and Server discovers refactored into an interface

Open Pyeroh opened this issue 9 years ago • 4 comments
trafficstars

It solves #77 and #39, by updating to Java 8 and using defender methods. It also removes unnecessary libs : you uses maven, and defines dependencies. Why maintaining dependencies in multiple places ?

I don't get why the diff marks there are differences between source files, as I didn't change tabs/spaces...

BTW, I think pushing an updated version of this lib on maven repositories would be great, as the only available version is a RC. Thanks for reviewing !

Pyeroh avatar Aug 16 '16 21:08 Pyeroh

I don't get why the diff marks there are differences between source files, as I didn't change tabs/spaces...

Smells like you accidentally changed the line-endings.

RobertZenz avatar Sep 29 '16 07:09 RobertZenz

Hey @Pyeroh, does this pull include the fix for not recieving UDP on Android 5.0+ from #111?

CookedApps avatar Oct 10 '16 08:10 CookedApps

@CookedApps I did not tested, but I don't think so, sorry

Pyeroh avatar Oct 10 '16 10:10 Pyeroh

@CookedApps I just cherry picked my commit onto this and sent @Pyeroh a pull request. In the meantime, I'm using compile "com.github.anubiann00b:kryonet:6108b3b5" and https://jitpack.io/.

sylvia43 avatar Feb 06 '17 18:02 sylvia43