eureka

AWS Service registry for resilient mid-tier load balancing and failover.

APACHE-2.0 License

Stars
12.4K
Committers
136

Bot releases are visible (Hide)

eureka - 1.8.1

Published by qiangdavidliu about 7 years ago

#977 add travis config option to publish candidate releases to netflix candidate repo
#984 Fix Override Status Regression

eureka - java 8, memory tuning

Published by tcellucci about 7 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'.

eureka - java 8, memory tuning

Published by tcellucci about 7 years ago

This release 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'.

eureka - 1.7.0

Published by qiangdavidliu over 7 years ago

#922 Improving conditional statement for map
#934 #947 Add the InstanceInfo to the response in case of 409 status code | Add a config guard
#943 Allow for independent SSL context for EurekaJerseyClient
#946 Update dependencies
#949 add pre registration handler

Test fixes:
#920 made NonEc2EurekaClientModuleTest pass at an ec2 instance too
#950 update a flaky test

eureka - 1.6.2

Published by qiangdavidliu over 7 years ago

#876 use shutdownNow() instead of shutdown()
#895 Fixed missing url in log output
#897 Scope governator dependencies to reflect actual usage
#899 fix concurrency bug found in getInstancesAsIsFromEureka()

eureka -

Published by twicksell almost 8 years ago

Support HTTPS requests to servers that use multiple certificates

eureka -

Published by twicksell almost 8 years ago

Support HTTPS requests to servers that use multiple certificates

eureka - 1.6.0

Published by qiangdavidliu about 8 years ago

#855 Adding community contributed eureka-client-jersey2

eureka - 1.6.0-rc.1

Published by qiangdavidliu about 8 years ago

#855 Adding community contributed eureka-client-jersey2

eureka - 1.5.6

Published by qiangdavidliu about 8 years ago

#784 Support healthy status on server StatusInfo
#831 Support eureka servers configured with IP addresses
#853 update XStream to 1.4.9

eureka - 1.5.5

Published by qiangdavidliu about 8 years ago

#852 synchronize a few use cases of CloudInstanceConfig to be available to eureka-client-archaius2

eureka - 1.5.4

Published by qiangdavidliu about 8 years ago

#849 Add optional args to ApplicationInfoManager

eureka - 1.5.3

Published by qiangdavidliu about 8 years ago

#848 update archaius2 to 2.1.7

eureka - 1.5.2

Published by qiangdavidliu about 8 years ago

#847 update to archaius2 2.1.6

eureka - 1.5.1

Published by qiangdavidliu about 8 years ago

#846 Remove uses of archaius2 config.getPrefixedView()

eureka - 1.5.0

Published by qiangdavidliu about 8 years ago

#831 Support eureka servers configured with IP addresses
#833 Archaius2 client compatibility
#835 Remove use of deprecated static accessor
#838 Don't schedule TimeSupervisorTask if scheduler is shutting down
#841 remove governator dep for eureka-client
#842 update archaius2 version
#843 Refactoring AmazonInfo refresh into common class.
#844 Instance config should only add metadata if value is valid

eureka - 1.5.0-rc.4

Published by qiangdavidliu about 8 years ago

#844 Instance config should only add metadata if value is valid

eureka - 1.5.0-rc.3

Published by qiangdavidliu about 8 years ago

#843 Refactoring AmazonInfo refresh into common class.

eureka - 1.5.0-rc.2

Published by qiangdavidliu about 8 years ago

#842 update archaius2 version

eureka - 1.5.0-rc.1

Published by qiangdavidliu about 8 years ago

#831 Support eureka servers configured with IP addresses
#833 Archaius2 client compatibility
#835 Remove use of deprecated static accessor
#838 Don't schedule TimeSupervisorTask if scheduler is shutting down
#841 remove governator dep for eureka-client