github Netflix/eureka v1.8.0
java 8, memory tuning

latest releases: v2.0.2, v1.10.19-rc.3, v1.10.19-rc.2...
6 years ago

This release promotes candidate v1.8.0-rc.1 to 'release' status.

It features changes to eureka-client library that reduce the memory footprint during JSON deserialization. The code was reworked to use Jackson stream-based parsing rather than an intermediate 'TreeNode' model, and revised string handling and caching cut heap allocations significantly.

The project has also been updated to use Java 8; the new code makes use of various features such as lambdas and Map's 'computeIfAbsent'.

Don't miss a new eureka release

NewReleases is sending notifications on new releases.