facebookarchive / nailgun

Nailgun is a client, protocol, and server for running Java programs from the command line without incurring the JVM startup overhead.
https://github.com/facebook/nailgun
Other
731 stars 138 forks source link

Reengineer Nailgun #147

Closed sbalabanov-zz closed 6 years ago

sbalabanov-zz commented 6 years ago

Restructured file structure, format google codestyle, added tests (JUnit5) and mocks (Mockito), refactored sessions, bug fixes

ttsugriy commented 6 years ago

looks like appveyor tests are failing - https://ci.appveyor.com/project/Facebook/nailgun/build/95#L1199 but otherwise looks legit