pjfanning commented on code in PR #1540: URL: https://github.com/apache/pekko-connectors/pull/1540#discussion_r3008418947
########## docs/src/main/paradox/release-notes/releases-2.0.md: ########## @@ -0,0 +1,35 @@ +# Release Notes (2.0.x) + +## 2.0.0-M1 + +This is milestone release and is aimed at testing this new major version by early adopters. This is experimental. This release should not be used in production. + +Java 17 is the minimum supported version for Java. Scala 2.12 support has been removed. + +See the [GitHub Milestone for 2.0.0-M1](https://github.com/apache/pekko-connectors/milestone/4?closed=1) for a fuller list of changes. + +It is likely that you will need to recompile your code to use the 2.x libs. + +### Known Issues + +Some connectors are not currently tested due to problems with running the tests. Please get in touch if you use these connectors, especially if you have time to help with fixing the issues. + +The most notable issues are with: + +* HBase ([#61](https://github.com/apache/pekko-connectors/issues/61)) +* IronMQ ([#697](https://github.com/apache/pekko-connectors/issues/697)) + +With OrientDB Connector, it appears that the latest OrientDB client only works with OrientDB 3.2 servers. If you use an older version of OrientDB, you may be better off sticking with Pekko Connectors 1.0.x ([PR361](https://github.com/apache/pekko-connectors/pull/361)). + +### Breaking Changes + +* Some previously deprecated methods have been removed. +* Java APIs have been reworked for Couchbase3 and Slick. There is also a small change for Kinesis. + +### Dependency Upgrades + +Most dependencies have been upgraded to a recent version that still supports Java 17 as of release time (April 2026). Review Comment: I want to keep some mention of the fact that we have upgraded some libs compared with Pekko 1.x. In Pekko 1.x, we are constrained by supporting Java 8. In Pekko 2.x, we have upgraded Spring and some other libs because with Java 17 min, we can now depend on newer versions of these libs. -- 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]
