From ad7aeffc1698ac4cea5d3d65ea83e88bfbd79226 Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Fri, 19 Jul 2024 18:43:43 +0100 Subject: [PATCH] add known issue for #1393 (#1403) * add known issue for #1393 * Update docs/src/main/paradox/release-notes/releases-1.1.md Co-authored-by: Arnout Engelen --------- Co-authored-by: Arnout Engelen --- docs/src/main/paradox/release-notes/releases-1.1.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/src/main/paradox/release-notes/releases-1.1.md b/docs/src/main/paradox/release-notes/releases-1.1.md index fd95a708f12..4a0ae7611b9 100644 --- a/docs/src/main/paradox/release-notes/releases-1.1.md +++ b/docs/src/main/paradox/release-notes/releases-1.1.md @@ -79,3 +79,10 @@ Most of the dependency changes are small patch level upgrades. Some exceptions i * slf4j was updated to v2 ([PR748](https://github.com/apache/pekko/pull/748)) * upgrade from netty 3 to netty 4 (pekko-remote and pekko-multi-node-testkit) * Jackson 2.17.1 + +### Known Issues + +* For Scala 2.12 users, we have run into an issue with stream-testkit function `expectNextWithTimeoutPF` ([#1393](https://github.com/apache/pekko/issues/1393)). + * For now, the consensus is not to change this as it appears to be more of a Scala 2.12 compiler issue. + * Affected Scala 2.12 users can stick with Pekko 1.0 or change their code to get it to compile. The most reliable code change is to move the PartialFunction code and declare it as a `val`. + * If you feel strongly that Apache Pekko should try to fix this, please get in touch.