The GitHub Actions job "Pull Requests" on 
pekko.git/fix/state-store-plugin-imports has succeeded.
Run started by GitHub user He-Pin (triggered by He-Pin).

Head commit for run:
ad838ec9e4ebd440b4c8d00d868293e253dacd56 / 虎鸣 <[email protected]>
docs: fix import order in state store plugin examples

Motivation:
pjfanning noted on PR #3274 that com.typesafe.config imports were placed
after pekko imports, breaking the visual grouping of pekko imports.

Modification:
Move com.typesafe.config imports before org.apache.pekko in
MyStateStore.scala and PersistenceStatePluginDocSpec.scala so that all
pekko imports are grouped together, consistent with the convention in
other persistence doc files.

Result:
Import order follows the established convention: scala → com.* → 
org.apache.pekko/pekko.* → org.*

Tests:
- sbt docs/compile → success
- sbt "docs/Test/testOnly docs.persistence.state.PersistenceStatePluginDocSpec" 
→ 2/2 passed

References:
Refs #3274

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

With regards,
GitHub Actions via GitBox


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

Reply via email to