nvollmar commented on code in PR #91: URL: https://github.com/apache/incubator-pekko-persistence-cassandra/pull/91#discussion_r1314441606
########## docs/src/main/paradox/release-notes.md: ########## @@ -0,0 +1,30 @@ +# Release Notes + +## 1.0.0 +Apache Pekko Persistence Cassandra 1.0.0 is based on Akka Persistence Cassandra 1.0.6. Pekko came about as a result of Lightbend's decision to make future +Akka releases under a [Business Software License](https://www.lightbend.com/blog/why-we-are-changing-the-license-for-akka), +a license that is not compatible with Open Source usage. + +Apache Pekko has changed the package names, among other changes. The new packages begin with `org.apache.pekko.persistence.cassandra` instead of `akka.persistence.cassandra`. + +Config names have changed to use `pekko` instead of `akka` in their names. + +Users switching from Akka to Pekko should read our [Migration Guide](https://pekko.apache.org/docs/pekko/current/project/migration-guides.html). Review Comment: Maybe also reference the projects migration guide under docs/src/main/paradox/migrations.md -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
