Files
spring-cloud-commons/spring-cloud-commons
Corey Fritz 0533eef471 Catch and log exceptions that occur when attempting to deregister a service during shutdown.
Currently, if an exception is thrown when deregistering the service (maybe the registry is not available) the latch used by the DefaultLifecycleProcessor is not decremented and you have to wait for the latch timeout (30 seconds) for shutdown to complete. With this fix, the exception is logged and normal shutdown execution continues.
2016-05-04 14:35:54 -06:00
..
2016-04-18 10:17:36 +01:00

Spring Cloud Commons

Common classes used in different Spring Cloud implementations (eg. Spring Cloud Netflix vs. Spring Cloud Consul).