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:
bbb1e8efc9bf094041117f619980d99350b0378e / He-Pin(kerr) <[email protected]>
chore(stream): remove dead ActorProcessor, ActorProcessorImpl, and 
ExposedPublisherReceive (#3027)

Motivation:
These @InternalApi classes were unused remnants of the legacy actor-based
stream runtime. ActorProcessor and ActorProcessorImpl were never
instantiated or extended anywhere in the codebase. ExposedPublisherReceive
was only used by the dead ActorProcessorImpl.

Modification:
- Remove ActorProcessor class and object (lines 31-60)
- Remove ActorProcessorImpl class and object (lines 265-330)
- Remove ExposedPublisherReceive.scala entirely (43 lines)
- Clean up unused imports in ActorProcessor.scala
- Add MiMa exclusion filters for the removed @InternalApi classes

Result:
-147 lines of dead code removed. BatchingInputBuffer and SimpleOutputs
remain (used by FanIn/FanOut for TLSActor).

Tests:
- stream/compile: passes
- stream/mimaReportBinaryIssues: passes (with exclusions)
- stream-tests (FlowSpec, SourceSpec, SinkSpec, PublisherSinkSpec): 166/166 pass
- TLS tests: pre-existing macOS BindException failures (same on main)

Refs: #2860

Report URL: https://github.com/apache/pekko/actions/runs/26728925007

With regards,
GitHub Actions via GitBox


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

Reply via email to