This repository was archived by the owner on Feb 27, 2024. It is now read-only.
2.3.26
- Bumping versions for Akka to 2.7.0, curator 5.3.x, cats-effect 3.4.x, fs2 3.6.x, grpc 1.53.x, and others..
- Removing the StopComponent message and deprecating the stop() method in favor of prepareForShutdown()
- This should actually cause the existing stop() methods to be successfully hit (they were not making it before system shutdown in current build)
- Migration simply requires changing stop() to prepareForShutdown() as indicated in comment, to avoid the deprecation warning