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

hepin pushed a change to branch main
in repository 
https://gitbox.apache.org/repos/asf/incubator-pekko-persistence-r2dbc.git


    from 5531808  Use pekko-paradox and update doc links
     new 06b6862  Add Apache license headers to source files
     new 308a50b  Add CopyrightHeader to deal with Apache license headers
     new f518c5c  Add header check to github workflow

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .github/workflows/headers.yml                      |  30 ++++++
 build.sbt                                          |   4 -
 core/src/main/resources/reference.conf             |   1 +
 .../r2dbc/ConnectionFactoryProvider.scala          |   9 ++
 .../pekko/persistence/r2dbc/R2dbcSettings.scala    |   9 ++
 .../persistence/r2dbc/internal/BySliceQuery.scala  |   9 ++
 .../r2dbc/internal/ContinuousQuery.scala           |   9 ++
 .../pekko/persistence/r2dbc/internal/PubSub.scala  |   9 ++
 .../persistence/r2dbc/internal/R2dbcExecutor.scala |   9 ++
 .../pekko/persistence/r2dbc/internal/Sql.scala     |   9 ++
 .../persistence/r2dbc/journal/JournalDao.scala     |   9 ++
 .../persistence/r2dbc/journal/R2dbcJournal.scala   |   9 ++
 .../r2dbc/query/R2dbcReadJournalProvider.scala     |   9 ++
 .../r2dbc/query/javadsl/R2dbcReadJournal.scala     |   9 ++
 .../r2dbc/query/scaladsl/QueryDao.scala            |   9 ++
 .../r2dbc/query/scaladsl/R2dbcReadJournal.scala    |   9 ++
 .../r2dbc/snapshot/R2dbcSnapshotStore.scala        |   9 ++
 .../persistence/r2dbc/snapshot/SnapshotDao.scala   |   9 ++
 .../state/R2dbcDurableStateStoreProvider.scala     |   9 ++
 .../state/javadsl/R2dbcDurableStateStore.scala     |   9 ++
 .../r2dbc/state/scaladsl/DurableStateDao.scala     |   9 ++
 .../state/scaladsl/R2dbcDurableStateStore.scala    |   9 ++
 .../pekko/persistence/r2dbc/CborSerializable.scala |   9 ++
 .../persistence/r2dbc/R2dbcSettingsSpec.scala      |   9 ++
 .../pekko/persistence/r2dbc/TestActors.scala       |   9 ++
 .../pekko/persistence/r2dbc/TestConfig.scala       |   9 ++
 .../apache/pekko/persistence/r2dbc/TestData.scala  |   9 ++
 .../pekko/persistence/r2dbc/TestDbLifecycle.scala  |   9 ++
 .../r2dbc/internal/BySliceQueryBucketsSpec.scala   |   9 ++
 .../r2dbc/internal/ContinuousQuerySpec.scala       |   9 ++
 .../pekko/persistence/r2dbc/internal/SqlSpec.scala |   9 ++
 .../r2dbc/journal/PersistTagsSpec.scala            |   9 ++
 .../r2dbc/journal/PersistTimestampSpec.scala       |   9 ++
 .../journal/R2dbcJournalPerfManyActorsSpec.scala   |   9 ++
 .../r2dbc/journal/R2dbcJournalPerfSpec.scala       |   9 ++
 .../r2dbc/journal/R2dbcJournalSpec.scala           |   9 ++
 .../r2dbc/journal/TestDataGenerator.scala          |   9 ++
 .../query/CurrentPersistenceIdsQuerySpec.scala     |   9 ++
 .../r2dbc/query/EventsByPersistenceIdSpec.scala    |   9 ++
 .../query/EventsBySliceBacktrackingSpec.scala      |   9 ++
 .../r2dbc/query/EventsBySlicePerfSpec.scala        |   9 ++
 .../r2dbc/query/EventsBySlicePubSubSpec.scala      |   9 ++
 .../r2dbc/query/EventsBySliceSpec.scala            |   9 ++
 .../r2dbc/snapshot/R2dbcSnapshotStoreSpec.scala    |   9 ++
 .../state/CurrentPersistenceIdsQuerySpec.scala     |   9 ++
 .../r2dbc/state/DurableStateBySliceSpec.scala      |   9 ++
 .../r2dbc/state/DurableStateStoreSpec.scala        |   9 ++
 .../r2dbc/state/TestDataGenerator.scala            |   9 ++
 .../home/projection/R2dbcProjectionDocExample.java |   9 ++
 .../java/jdocs/home/query/QueryDocCompileOnly.java |   9 ++
 docs/src/test/resources/application-postgres.conf  |   1 +
 docs/src/test/resources/application-yugabyte.conf  |   1 +
 .../test/scala/docs/home/CborSerializable.scala    |   9 ++
 .../projection/R2dbcProjectionDocExample.scala     |   9 ++
 .../docs/home/query/QueryDocCompileOnly.scala      |   9 ++
 migration/src/main/resources/reference.conf        |   2 +
 .../r2dbc/migration/MigrationTool.scala            |   9 ++
 .../r2dbc/migration/MigrationToolDao.scala         |   9 ++
 migration/src/test/resources/application.conf      |   2 +
 .../r2dbc/migration/MigrationToolSpec.scala        |   9 ++
 project/AutomaticModuleName.scala                  |  10 ++
 project/CopyrightHeader.scala                      | 105 +++++++++++++++++++++
 project/Dependencies.scala                         |   9 ++
 projection/src/main/resources/reference.conf       |   2 +
 .../projection/r2dbc/R2dbcProjectionSettings.scala |   9 ++
 .../internal/BySliceSourceProviderAdapter.scala    |   9 ++
 .../r2dbc/internal/R2dbcHandlerAdapter.scala       |   9 ++
 .../r2dbc/internal/R2dbcOffsetStore.scala          |   9 ++
 .../r2dbc/internal/R2dbcProjectionImpl.scala       |   9 ++
 .../projection/r2dbc/javadsl/R2dbcHandler.scala    |   9 ++
 .../projection/r2dbc/javadsl/R2dbcProjection.scala |   9 ++
 .../projection/r2dbc/javadsl/R2dbcSession.scala    |   9 ++
 .../projection/r2dbc/scaladsl/R2dbcHandler.scala   |   9 ++
 .../r2dbc/scaladsl/R2dbcProjection.scala           |   9 ++
 .../projection/r2dbc/scaladsl/R2dbcSession.scala   |   9 ++
 .../pekko/projection/TestStatusObserver.scala      |   9 ++
 .../r2dbc/DurableStateEndToEndSpec.scala           |   9 ++
 .../projection/r2dbc/EventSourcedChaosSpec.scala   |   9 ++
 .../r2dbc/EventSourcedEndToEndSpec.scala           |   9 ++
 .../projection/r2dbc/EventSourcedPubSubSpec.scala  |   9 ++
 .../projection/r2dbc/R2dbcOffsetStoreSpec.scala    |   9 ++
 .../r2dbc/R2dbcOffsetStoreStateSpec.scala          |   9 ++
 .../projection/r2dbc/R2dbcProjectionSpec.scala     |   9 ++
 .../r2dbc/R2dbcTimestampOffsetProjectionSpec.scala |   9 ++
 .../r2dbc/R2dbcTimestampOffsetStoreSpec.scala      |   9 ++
 .../apache/pekko/projection/r2dbc/TestClock.scala  |   9 ++
 .../apache/pekko/projection/r2dbc/TestConfig.scala |   9 ++
 .../apache/pekko/projection/r2dbc/TestData.scala   |   9 ++
 .../pekko/projection/r2dbc/TestDbLifecycle.scala   |   9 ++
 .../r2dbc/TestSourceProviderWithInput.scala        |   9 ++
 90 files changed, 874 insertions(+), 4 deletions(-)
 create mode 100644 .github/workflows/headers.yml
 create mode 100644 project/CopyrightHeader.scala


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

Reply via email to