[GH] (pekko-connectors-kafka/main): Workflow run "Nightly Build and Test" failed!

2025-05-29 Thread GitBox
The GitHub Actions job "Nightly Build and Test" on pekko-connectors-kafka.git/main has failed. Run started by GitHub user pjfanning (triggered by pjfanning). Head commit for run: a26e13ce2e5889dc27457b1d81292ea9c226f338 / scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.g

[GH] (pekko/main): Workflow run "Nightly Builds" failed!

2025-05-29 Thread GitBox
The GitHub Actions job "Nightly Builds" on pekko.git/main has failed. Run started by GitHub user pjfanning (triggered by pjfanning). Head commit for run: 197fb6e60e6df89abe46caf0750b7cf95052524c / He-Pin(kerr) fix: Change aggregateWithBoundary operator in javadsl to use Optional. (#1876) Repor

[GH] (pekko/main): Workflow run "Nightly Builds (1.1)" failed!

2025-05-29 Thread GitBox
The GitHub Actions job "Nightly Builds (1.1)" on pekko.git/main has failed. Run started by GitHub user pjfanning (triggered by pjfanning). Head commit for run: 197fb6e60e6df89abe46caf0750b7cf95052524c / He-Pin(kerr) fix: Change aggregateWithBoundary operator in javadsl to use Optional. (#1876)

[GH] (pekko/main): Workflow run "Nightly Aeron Tests" failed!

2025-05-29 Thread GitBox
The GitHub Actions job "Nightly Aeron Tests" on pekko.git/main has failed. Run started by GitHub user jrudolph (triggered by jrudolph). Head commit for run: 197fb6e60e6df89abe46caf0750b7cf95052524c / He-Pin(kerr) fix: Change aggregateWithBoundary operator in javadsl to use Optional. (#1876) Re

Re: [PR] Add trailer header [pekko-http]

2025-05-29 Thread via GitHub
NavidJalali commented on PR #684: URL: https://github.com/apache/pekko-http/pull/684#issuecomment-2920533222 > Calling the class `Trailer` is ok if this is the easiest way to go. We can always alias the class in the import statements if we need to differentiate it from the existing Trailer

Re: [PR] Add trailer header [pekko-http]

2025-05-29 Thread via GitHub
pjfanning commented on PR #684: URL: https://github.com/apache/pekko-http/pull/684#issuecomment-2920525557 Calling the class `Trailer` is ok if this is the easiest way to go. We can always alias the class in the import statements if we need to differentiate it from the existing Trailer clas

Re: [PR] fix: Change aggregateWithBoundary operator in javadsl to use Optional. [pekko]

2025-05-29 Thread via GitHub
He-Pin merged PR #1876: URL: https://github.com/apache/pekko/pull/1876 -- 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: notifications-unsubscr...@pekko.a

Re: [PR] Join cluster check adjusted to support akka [pekko]

2025-05-29 Thread via GitHub
pjfanning commented on PR #1866: URL: https://github.com/apache/pekko/pull/1866#issuecomment-2920345723 @regiskuckaertz pekko 1.2 snapshots need netty 4.2 jars (as opposed netty 4.1) - which might explain this -- This is an automated message from the Apache Git Service. To respond to the

Re: [I] Add Flow#gather [pekko]

2025-05-29 Thread via GitHub
He-Pin commented on issue #1872: URL: https://github.com/apache/pekko/issues/1872#issuecomment-2920290349 One problem is, the statefulMap operator already covers such thing -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub a

Re: [PR] Join cluster check adjusted to support akka [pekko]

2025-05-29 Thread via GitHub
regiskuckaertz commented on PR #1866: URL: https://github.com/apache/pekko/pull/1866#issuecomment-2920180255 @pjfanning erh that's weird, now am getting a netty class not found ``` Uncaught error from thread [PTS-pekko.remote.default-remote-dispatcher-6]: io/netty/channel/MultiThreadIo

Re: [I] Drop 2.12 support [pekko]

2025-05-29 Thread via GitHub
He-Pin commented on issue #39: URL: https://github.com/apache/pekko/issues/39#issuecomment-2920125797 https://spark.apache.org/releases/spark-release-4-0-0.html Just dropped Scala 2.12 -- This is an automated message from the Apache Git Service. To respond to the message, please log on

Re: [PR] fix: Change aggregateWithBoundary operator in javadsl to use Optional. [pekko]

2025-05-29 Thread via GitHub
pjfanning commented on code in PR #1876: URL: https://github.com/apache/pekko/pull/1876#discussion_r2114428640 ## stream/src/main/mima-filters/1.1.x.backwards.excludes/pr-1876-add-optional-in-aggregateWithBoundary-javadsl.backwards.excludes: ## @@ -0,0 +1,22 @@ +# Licensed to th

Re: [PR] fix: Change aggregateWithBoundary operator in javadsl to use Optional. [pekko]

2025-05-29 Thread via GitHub
He-Pin commented on code in PR #1876: URL: https://github.com/apache/pekko/pull/1876#discussion_r2114430569 ## stream/src/main/mima-filters/1.1.x.backwards.excludes/pr-1876-add-optional-in-aggregateWithBoundary-javadsl.backwards.excludes: ## @@ -0,0 +1,22 @@ +# Licensed to the A

Re: [PR] fix: Change aggregateWithBoundary operator in javadsl to use Optional. [pekko]

2025-05-29 Thread via GitHub
He-Pin commented on code in PR #1876: URL: https://github.com/apache/pekko/pull/1876#discussion_r2113828403 ## stream/src/main/scala/org/apache/pekko/stream/javadsl/Flow.scala: ## @@ -4628,15 +4628,18 @@ final class Flow[In, Out, Mat](delegate: scaladsl.Flow[In, Out, Mat]) exte

Re: [PR] fix: Change aggregateWithBoundary operator in javadsl to use Optional. [pekko]

2025-05-29 Thread via GitHub
pjfanning commented on code in PR #1876: URL: https://github.com/apache/pekko/pull/1876#discussion_r2113785223 ## stream/src/main/scala/org/apache/pekko/stream/javadsl/Flow.scala: ## @@ -4628,15 +4628,18 @@ final class Flow[In, Out, Mat](delegate: scaladsl.Flow[In, Out, Mat]) e

Re: [PR] fix: Change aggregateWithBoundary operator in javadsl to use Optional. [pekko]

2025-05-29 Thread via GitHub
He-Pin commented on code in PR #1876: URL: https://github.com/apache/pekko/pull/1876#discussion_r2113747054 ## stream/src/main/scala/org/apache/pekko/stream/javadsl/Flow.scala: ## @@ -4628,15 +4628,18 @@ final class Flow[In, Out, Mat](delegate: scaladsl.Flow[In, Out, Mat]) exte

Re: [PR] fix: Change aggregateWithBoundary operator in javadsl to use Optional. [pekko]

2025-05-29 Thread via GitHub
pjfanning commented on PR #1876: URL: https://github.com/apache/pekko/pull/1876#issuecomment-2918944540 Looks like we are missing test coverage if we can make an incompatible change to the method signatures but no tests need rewriting. -- This is an automated message from the Apache Git S

Re: [PR] fix: Change aggregateWithBoundary operator in javadsl to use Optional. [pekko]

2025-05-29 Thread via GitHub
pjfanning commented on code in PR #1876: URL: https://github.com/apache/pekko/pull/1876#discussion_r2113586144 ## stream/src/main/scala/org/apache/pekko/stream/javadsl/Flow.scala: ## @@ -4628,15 +4628,18 @@ final class Flow[In, Out, Mat](delegate: scaladsl.Flow[In, Out, Mat]) e

Re: [I] pekko-actor_3-1.1.3.jar is using jdk.unsupported apis and not compatible with Java 17/21 [pekko]

2025-05-29 Thread via GitHub
ilapavuluri commented on issue #1826: URL: https://github.com/apache/pekko/issues/1826#issuecomment-2918258590 I guess This is your post: **_We are adding something like these below when running real application in production: SERVICE_OPTS="${SERVICE_OPTS} --add-o

Re: [PR] Add trailer header [pekko-http]

2025-05-29 Thread via GitHub
NavidJalali commented on PR #684: URL: https://github.com/apache/pekko-http/pull/684#issuecomment-2918667836 I've hit a little snag, modeled companion class always pre-initializes the name of the header as the name of the class! Even `TE` is rendered as `TE: ???`. If I overwrite it it wi

Re: [I] pekko-actor_3-1.1.3.jar is using jdk.unsupported apis and not compatible with Java 17/21 [pekko]

2025-05-29 Thread via GitHub
raboof commented on issue #1826: URL: https://github.com/apache/pekko/issues/1826#issuecomment-2918532304 > I want to know what are the packages related to Pekko which I need to open to avoid opening packages which are not necessary to open. Perhaps you can start with none and share w