The GitHub Actions job "Binary Compatibility" on pekko.git/issue-2860-remove-dead-actorprocessor has succeeded. Run started by GitHub user He-Pin (triggered by He-Pin).
Head commit for run: c668685c925a5bee184c839dabb87d207094108b / He-Pin <[email protected]> chore(stream): remove dead ActorProcessor, ActorProcessorImpl, and ExposedPublisherReceive 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/26722167819 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
