nvollmar commented on code in PR #91: URL: https://github.com/apache/incubator-pekko-persistence-cassandra/pull/91#discussion_r1314441338
########## 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. Review Comment: Maybe also mention here that the default keyspaces have changed to `pekko` and `pekko_snapshot`. -- 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]
