This is an automated email from the ASF dual-hosted git repository.

He-Pin pushed a change to branch unify-formatter-config
in repository https://gitbox.apache.org/repos/asf/pekko-persistence-r2dbc.git


 discard 73971d3  fix: use javafmtSortImports := false to preserve Paradox 
markers
 discard 5bbac92  fix: exclude documentation test Java files from javafmt
 discard e783ae3  fix: apply google-java-format 1.24.0 formatting to 
BlogPostJsonColumn.java
 discard cc9855d  fix: apply javafmt 0.12.0 formatting to 8 Java files
 discard b1122d6  fix: add check-code-style job to CI
 discard ff36f27  chore: unify formatter config across pekko sub-projects
     add cd5e199  Update sbt, scripted-plugin to 1.12.12 (#403)
     add c0b7722  chore: Rewrite to scala3 syntax (#401)
     add 9d7cbb5  feat: improve Scala 3.8 forward compatibility (#405)
     add 33f2152  docs: add AGENTS.md and CLAUDE.md for AI coding agents (#404)
     add c829a6e  chore: unify formatter config across pekko sub-projects
     add 249a800  fix: add check-code-style job to CI
     add b107b66  fix: apply javafmt 0.12.0 formatting to 8 Java files
     add ccfd903  fix: apply google-java-format 1.24.0 formatting to 
BlogPostJsonColumn.java
     add 0183a0a  fix: exclude documentation test Java files from javafmt
     add 81b292c  fix: use javafmtSortImports := false to preserve Paradox 
markers

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (73971d3)
            \
             N -- N -- N   refs/heads/unify-formatter-config (81b292c)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .scalafmt.conf                                     |  12 +-
 AGENTS.md                                          | 231 +++++++++++++++++++++
 CLAUDE.md                                          |  20 ++
 .../r2dbc/ConnectionFactoryProvider.scala          |   8 +-
 .../pekko/persistence/r2dbc/R2dbcSettings.scala    |   2 +-
 .../cleanup/scaladsl/DurableStateCleanup.scala     |   2 +-
 .../cleanup/scaladsl/EventSourcedCleanup.scala     |   2 +-
 .../r2dbc/internal/AdditionalColumnFactory.scala   |  12 +-
 .../r2dbc/internal/ChangeHandlerFactory.scala      |   8 +-
 .../r2dbc/internal/ContinuousQuery.scala           |   2 +-
 .../r2dbc/internal/EnvelopeOrigin.scala            |   8 +-
 .../persistence/r2dbc/internal/PayloadCodec.scala  |   2 +-
 .../pekko/persistence/r2dbc/internal/PubSub.scala  |   6 +-
 .../persistence/r2dbc/internal/R2dbcExecutor.scala |   6 +-
 .../persistence/r2dbc/journal/JournalDao.scala     |   4 +-
 .../persistence/r2dbc/journal/R2dbcJournal.scala   |   6 +-
 .../r2dbc/journal/mysql/MySQLJournalDao.scala      |   2 +-
 .../r2dbc/query/scaladsl/QueryDao.scala            |   4 +-
 .../r2dbc/query/scaladsl/R2dbcReadJournal.scala    |   2 +-
 .../r2dbc/query/scaladsl/mysql/MySQLQueryDao.scala |   2 +-
 .../r2dbc/session/javadsl/R2dbcSession.scala       |   6 +-
 .../r2dbc/session/scaladsl/R2dbcSession.scala      |   6 +-
 .../r2dbc/snapshot/R2dbcSnapshotStore.scala        |   2 +-
 .../persistence/r2dbc/snapshot/SnapshotDao.scala   |   4 +-
 .../r2dbc/snapshot/mysql/MySQLSnapshotDao.scala    |   2 +-
 .../r2dbc/state/scaladsl/AdditionalColumn.scala    |   4 +-
 .../r2dbc/state/scaladsl/DurableStateDao.scala     |  18 +-
 .../state/scaladsl/R2dbcDurableStateStore.scala    |   2 +-
 .../scaladsl/mysql/MySQLDurableStateDao.scala      |   2 +-
 .../ConnectionFactoryOptionsCustomizerSpec.scala   |   2 +-
 .../pekko/persistence/r2dbc/PayloadSpec.scala      |   2 +-
 .../pekko/persistence/r2dbc/TestDbLifecycle.scala  |   2 +-
 .../cleanup/scaladsl/DurableStateCleanupSpec.scala |   2 +-
 .../cleanup/scaladsl/EventSourcedCleanupSpec.scala |   2 +-
 .../r2dbc/journal/MultiPluginSpec.scala            |   2 +-
 .../r2dbc/journal/PersistTagsSpec.scala            |   2 +-
 .../r2dbc/journal/PersistTimestampSpec.scala       |   2 +-
 .../journal/R2dbcJournalPerfManyActorsSpec.scala   |   2 +-
 .../r2dbc/journal/R2dbcJournalPerfSpec.scala       |   2 +-
 .../r2dbc/journal/R2dbcJournalSpec.scala           |   4 +-
 .../r2dbc/journal/RuntimePluginConfigSpec.scala    |   6 +-
 .../r2dbc/journal/TestDataGenerator.scala          |   2 +-
 .../query/CurrentPersistenceIdsQuerySpec.scala     |   2 +-
 .../r2dbc/query/EventsByPersistenceIdGapSpec.scala |   2 +-
 .../r2dbc/query/EventsByPersistenceIdSpec.scala    |   4 +-
 .../query/EventsBySliceBacktrackingSpec.scala      |   2 +-
 .../r2dbc/query/EventsBySlicePerfSpec.scala        |   2 +-
 .../query/EventsBySlicePubSubOverflowSpec.scala    |   2 +-
 .../r2dbc/query/EventsBySlicePubSubSpec.scala      |   2 +-
 .../r2dbc/query/EventsBySliceSpec.scala            |   2 +-
 .../r2dbc/snapshot/R2dbcSnapshotStoreSpec.scala    |   2 +-
 .../state/CurrentPersistenceIdsQuerySpec.scala     |   2 +-
 .../r2dbc/state/DurableStateBySliceSpec.scala      |   4 +-
 .../DurableStateStoreAdditionalColumnSpec.scala    |   2 +-
 .../state/DurableStateStoreChangeHandlerSpec.scala |   4 +-
 .../r2dbc/state/DurableStateStoreSpec.scala        |   2 +-
 .../state/R2dbcDurableStateStoreTCKSpec.scala      |   2 +-
 .../r2dbc/state/TestDataGenerator.scala            |   2 +-
 .../docs/home/RuntimePluginConfigExample.scala     |   2 +-
 .../docs/home/cleanup/CleanupDocExample.scala      |   2 +-
 .../docs/home/query/QueryDocCompileOnly.scala      |   2 +-
 .../scala/docs/home/state/BlogPostCounts.scala     |   2 +-
 .../test/scala/docs/home/state/BlogPostQuery.scala |   2 +-
 .../r2dbc/migration/MigrationTool.scala            |   4 +-
 .../r2dbc/migration/MigrationToolDao.scala         |   2 +-
 .../r2dbc/migration/MigrationToolSpec.scala        |   2 +-
 project/CommonSettings.scala                       |  12 +-
 project/CopyrightHeader.scala                      |   6 +-
 project/build.properties                           |   2 +-
 69 files changed, 383 insertions(+), 112 deletions(-)
 create mode 100644 AGENTS.md
 create mode 100644 CLAUDE.md


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

Reply via email to