The GitHub Actions job "License Binary Checker" on texera.git/main has failed.
Run started by GitHub user bobbai00 (triggered by bobbai00).

Head commit for run:
2b763e442d3b9cd787bfd46f238c3b0bbccf0afc / Yicong Huang 
<[email protected]>
refactor(amber): rename remaining Akka* identifiers to Pekko* (#4949)

### What changes were proposed in this PR?

The project moved off Akka onto Apache Pekko, but several internal Scala
identifiers still carried the `Akka` prefix even though they wrap Pekko
APIs. Pure rename across `amber` and `common/config`:

- `AkkaConfig` → `PekkoConfig` (object + file)
- `AkkaActorService` → `PekkoActorService` (class + file)
- `AkkaActorRefMappingService` → `PekkoActorRefMappingService`
- `AkkaMessageTransferService` → `PekkoMessageTransferService`
- `akkaConfig`, `akkaActorService` method/parameter names →
pekko-prefixed

No behavior change. No string literals, config keys, or serialization
registrations are touched — `cluster.conf` already uses `pekko.*` keys,
the kryo registry doesn't reference these classes by name. The
intentional `"akka"` literal in `DeployStrategiesSpec.scala` that
contrasts pekko vs akka address strings stays.

### Any related issues, documentation, discussions?

Closes #4948.

### How was this PR tested?

`sbt WorkflowExecutionService/Test/compile` clean, `sbt
WorkflowExecutionService/scalafmtCheckAll` clean.

### Was this PR authored or co-authored using generative AI tooling?

Generated-by: Claude Opus 4.7 (Claude Code)

Report URL: https://github.com/apache/texera/actions/runs/25731840025

With regards,
GitHub Actions via GitBox

Reply via email to