We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b664f1 commit 391613fCopy full SHA for 391613f
stream-tests/src/test/scala/org/apache/pekko/stream/DslFactoriesConsistencySpec.scala
@@ -41,8 +41,9 @@ class DslFactoriesConsistencySpec extends AnyWordSpec with Matchers {
41
"futureFlow", // completionStageFlow
42
"futureSink", // completionStageSink
43
"lazyFutureSink", // lazyCompletionStageSink
44
- "createGraph" // renamed/overload of create for getting type inference working in Scala 3
45
- )
+ "createGraph", // renamed/overload of create for getting type inference working in Scala 3
+ // We box Scala Boolean to Java Boolean for better user experience
46
+ "exists")
47
48
val javaIgnore =
49
Set("adapt") // the scaladsl -> javadsl bridge
0 commit comments