This is an automated email from the ASF dual-hosted git repository.

fanningpj pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pekko.git


The following commit(s) were added to refs/heads/main by this push:
     new ad7aeffc16 add known issue for #1393 (#1403)
ad7aeffc16 is described below

commit ad7aeffc1698ac4cea5d3d65ea83e88bfbd79226
Author: PJ Fanning <[email protected]>
AuthorDate: Fri Jul 19 18:43:43 2024 +0100

    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 <[email protected]>
    
    ---------
    
    Co-authored-by: Arnout Engelen <[email protected]>
---
 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 fd95a708f1..4a0ae7611b 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. 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to