Enno Runne

Results 342 comments of Enno Runne

The `CommittingProducerSinkStage` as seen a large number of improvements since version 2.0.5. Please update to recent versions.

The failures are unrelated. I suggest keeping this PR around until the next major or minor bump of Alpakka as libraries shouldn't change versions surprisingly in patch releases.

Note that the original issue was about `testUploadedFile` (which is removed for 10.2) and the latest reports are about `testStoreUploadedFiles`. The 7 seconds introduced in https://github.com/akka/akka-http/pull/3008 seem still to be...

Release notes at https://netty.io/news/2025/04/03/4-2-0.html Migration guide at https://github.com/netty/netty/wiki/Netty-4.2-Migration-Guide

Yes, you are right. It became obvious when I tried it in - https://github.com/akka/alpakka/pull/3432

@chedim We will likely do an Alpakka release in the near future, is this something you would be able to get back to?

I pushed a few formalities forward, but there are even compilation errors. - https://github.com/akka/alpakka/actions/runs/18194021044/job/51795533162?pr=3396#step:6:494 The docs still try to include snippets that don't exist in your new implementation - https://github.com/akka/alpakka/actions/runs/18194021044/job/51795533162?pr=3396#step:5:642...

A compiler warning in the example needs to be avoided: ``` [warn] /home/runner/work/alpakka/alpakka/couchbase/src/test/java/docs/javadsl/CouchbaseExamplesTest.java:206:41: found raw type: akka.stream.alpakka.couchbase.CouchbaseDocument [warn] missing type arguments for generic class akka.stream.alpakka.couchbase.CouchbaseDocument [warn] CouchbaseDocument [warn] ^ [warn]...