GitHub user mdedetrich added a comment to the discussion: Replace typesafe config for sconfig for Pekko 2.0.0
> lightbend/config recently released a 1.4.4 patch release - I wouldn't call it > unmaintained - just in maintenance mode, where only serious bugs get fixed https://github.com/lightbend/config/releases/tag/v1.4.4 This is debatable, because the whole reason why https://github.com/lightbend/config/issues/789 was made is that serious bugs were not being fixed. Aside from bumping dependencies, nothing is really done on the project and Lightbend has explicitly said they are no longer interested in maintaining libraries. typesafe config right now is in almost as bad position as sslconfig > I know we are making breaking changes in 2.0.0 but I'd like to keep them > limited and I don't see switching away from lightbend/config as being all > that important (i.e. not worth the disruption). Its actually the least disruptive change we have done so far. The api for sconfig is 100% source compatible with typesafe config (this was a deliberate design goal) with the only change being the package name. This means that if users don't use typesafe config API directly (which would be a large percentage) there is no visible change whatsoever and for users that do use the API directly, they only need to change imports. GitHub link: https://github.com/apache/pekko/discussions/2186#discussioncomment-14362006 ---- This is an automatically sent email for notifications@pekko.apache.org. To unsubscribe, please send an email to: notifications-unsubscr...@pekko.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@pekko.apache.org For additional commands, e-mail: notifications-h...@pekko.apache.org