This is an automated email from the ASF dual-hosted git repository. fanningpj pushed a commit to branch version-support in repository https://gitbox.apache.org/repos/asf/pekko-site.git
commit 698440ed9dd25c7824d8d028c8715b010a437972 Author: PJ Fanning <[email protected]> AuthorDate: Wed Dec 10 18:51:48 2025 +0100 Update version-support.md --- src/main/paradox/version-support.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/src/main/paradox/version-support.md b/src/main/paradox/version-support.md index 16fa91f4..5a0efdf0 100644 --- a/src/main/paradox/version-support.md +++ b/src/main/paradox/version-support.md @@ -3,7 +3,7 @@ Apache Pekko uses [Semantic Versioning 2.0.0](https://semver.org/). Currently, the versions of the various Apache Pekko @ref:[Modules](modules.md) are fairly -closely synched up. This may not continue to be the case in future and we will endeavour to +closely synched up. This may not continue to be the case in future and we aim to keep this page up to date to try to describe what versions work with each other. ## Version 2.0.x Milestones @@ -13,11 +13,16 @@ module and working through the modules that are most widely used. The milestone are only for testing purposes and to facilitate library maintainers. They are not meant to be used in production. +Due to quite a lot of deprecated code being removed in 2.0.x, it is unlikely that libs +built against Pekko 1.x jars will work with Pekko 2.0.x. This largely depends on whether +the lib uses deprecated methods or not. The larger the code base, the more likely that +there is something that relies on a method that is removed in 2.0.x. + ## Version 1.x It is best to use the latest 1.x releases for all the Pekko modules out there. -We will continue to do fix bugs and upgrade dependencies when they fix issues. Until +We will continue to fix bugs and upgrade dependencies when they fix issues. Until the 2.0.0 full release is ready, we may add some enhancements and they will appear in minor releases. @@ -29,4 +34,3 @@ With 1.x, changes will normally only be made to the most recent 1.x release and generally be backported to previous 1.x minor versions. We will announce an end of support date in due course. - --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
