This repository has been archived by the owner on May 16, 2023. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Failing requests in down-scaling scenario closes #547 Following https://dzone.com/articles/graceful-shutdown-spring-boot-applications We let the tomcat finish it's work (send open async responses - DeferredResult), before it's terminated (SIGTERM coming from kubernetes). * #589 Log4j improper shutdown same thing as in distribution service * checkstyle complains about missing javadoc why is it doing that for this method but not for the others without javadoc?!?! bug in checkstyle? * ignore null executors #547 * add missing file comment 'license' #547 * fix issues found by sonar #547 * let's use the spring framework solution #547 https://dzone.com/articles/configuring-graceful-shutdown-readiness-and-livene * prefer `DisposableBean` over `@PreDestroy` #589 * use k8s setting `terminationGracePeriodSeconds` #547
- Loading branch information