The GitHub Actions job "Nightly Builds (1.7)" on pekko.git/main has failed.
Run started by GitHub user pjfanning (triggered by pjfanning).

Head commit for run:
5120ec6e480a4e723724a7f816170dfa886829b1 / He-Pin(kerr) <[email protected]>
docs: fix import order in state store plugin examples (#3278)

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/28558446327

With regards,
GitHub Actions via GitBox


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

Reply via email to