This is an automated email from the ASF dual-hosted git repository.
fanningpj pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pekko-persistence-dynamodb.git
The following commit(s) were added to refs/heads/main by this push:
new d6e1d7c Pekko becomes a TLP (#101)
d6e1d7c is described below
commit d6e1d7cc1ebde23f3e6c08bbef8aadaac35e4d06
Author: PJ Fanning <[email protected]>
AuthorDate: Fri Mar 22 15:28:27 2024 +0100
Pekko becomes a TLP (#101)
* Pekko becomes a TLP
* Update Publish.scala
* Update NOTICE
---
.github/workflows/publish-nightly.yml | 2 +-
CHANGELOG.md | 2 +-
CONTRIBUTING.md | 4 ++--
DISCLAIMER | 10 ----------
NOTICE | 2 +-
README.md | 10 +++++-----
build.sbt | 2 +-
project/Publish.scala | 6 ++----
project/build.properties | 2 +-
9 files changed, 14 insertions(+), 26 deletions(-)
diff --git a/.github/workflows/publish-nightly.yml
b/.github/workflows/publish-nightly.yml
index 5df92b4..f9bc0e8 100644
--- a/.github/workflows/publish-nightly.yml
+++ b/.github/workflows/publish-nightly.yml
@@ -29,7 +29,7 @@ jobs:
publish-nightly:
name: Publish nightly
runs-on: ubuntu-20.04
- if: github.repository == 'apache/incubator-pekko-persistence-dynamodb'
+ if: github.repository == 'apache/pekko-persistence-dynamodb'
steps:
- name: Checkout
uses: actions/checkout@v4
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6da661f..0732d00 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -12,5 +12,5 @@ We have gone through the code base and have tried to properly
acknowledge all th
### Changes
-* We have made some minor dependency upgrades, notably the AWS libs
([PR](https://github.com/apache/incubator-pekko-persistence-dynamodb/pull/84)).
+* We have made some minor dependency upgrades, notably the AWS libs
([PR](https://github.com/apache/pekko-persistence-dynamodb/pull/84)).
* We added support for Scala 3.3.0+.
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index beed650..24d9050 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -3,8 +3,8 @@
## Infrastructure
* [Apache Contributor License
Agreement](https://www.apache.org/licenses/contributor-agreements.html)
-* [Issue
Tracker](https://github.com/apache/incubator-pekko-persistence-dynamodb/issues)
-* [Github
Actions](https://github.com/apache/incubator-pekko-persistence-dynamodb/actions)
+* [Issue Tracker](https://github.com/apache/pekko-persistence-dynamodb/issues)
+* [Github
Actions](https://github.com/apache/pekko-persistence-dynamodb/actions)
# Project & Developer Guidelines
diff --git a/DISCLAIMER b/DISCLAIMER
deleted file mode 100644
index 6a31e0f..0000000
--- a/DISCLAIMER
+++ /dev/null
@@ -1,10 +0,0 @@
-Apache Pekko (incubating) is an effort undergoing incubation at the Apache
-Software Foundation (ASF), sponsored by the Apache Incubator PMC.
-
-Incubation is required of all newly accepted projects until a further review
-indicates that the infrastructure, communications, and decision making process
-have stabilized in a manner consistent with other successful ASF projects.
-
-While incubation status is not necessarily a reflection of the completeness
-or stability of the code, it does indicate that the project has yet to be
-fully endorsed by the ASF.
diff --git a/NOTICE b/NOTICE
index 6ef7853..0c6ce39 100644
--- a/NOTICE
+++ b/NOTICE
@@ -1,4 +1,4 @@
-Apache Pekko (Incubating) Persistence Dynamodb
+Apache Pekko Persistence Dynamodb
Copyright 2022-2024 The Apache Software Foundation
This product includes software developed at
diff --git a/README.md b/README.md
index 4e9f450..5854ec2 100644
--- a/README.md
+++ b/README.md
@@ -11,7 +11,7 @@ Supported versions:
- Pekko: `1.0.x+`
- Java: `1.8+`
-[](https://github.com/apache/incubator-pekko-persistence-dynamodb/actions)
+[](https://github.com/apache/pekko-persistence-dynamodb/actions)
## Installation
@@ -52,7 +52,7 @@ my-dynamodb-journal { # and add some
overrides
}
~~~
-For details on the endpoint URL please refer to the [DynamoDB
documentation](https://docs.aws.amazon.com/general/latest/gr/rande.html#ddb_region).
There are many more settings that can be used for fine-tuning and adapting
this journal plugin to your use-case, please refer to the
[reference.conf](https://github.com/apache/incubator-pekko-persistence-dynamodb/blob/main/src/main/resources/reference.conf)
file.
+For details on the endpoint URL please refer to the [DynamoDB
documentation](https://docs.aws.amazon.com/general/latest/gr/rande.html#ddb_region).
There are many more settings that can be used for fine-tuning and adapting
this journal plugin to your use-case, please refer to the
[reference.conf](https://github.com/apache/pekko-persistence-dynamodb/blob/main/src/main/resources/reference.conf)
file.
Before you can use these settings you will have to create a table, e.g. using
the AWS console, with the following schema:
@@ -214,7 +214,7 @@ When writing an item we typically do not touch the high
sequence number storage,
### Running the Build
- Open a command window and change directory to your preferred base directory
-- Use git to clone the
[repo](https://github.com/apache/incubator-pekko-persistence-dynamodb) or
download a source release from https://pekko.apache.org (and unzip or untar it,
as appropriate)
+- Use git to clone the
[repo](https://github.com/apache/pekko-persistence-dynamodb) or download a
source release from https://pekko.apache.org (and unzip or untar it, as
appropriate)
- Change directory to the directory where you installed the source (you should
have a file called `build.sbt` in this directory)
- `sbt compile` compiles the main source for project default version of Scala
(2.13)
- `sbt +compile` will compile for all supported versions of Scala
@@ -237,10 +237,10 @@ When writing an item we typically do not touch the high
sequence number storage,
There are several ways to interact with the Pekko community:
-- [GitHub
discussions](https://github.com/apache/incubator-pekko-persistence-dynamodb/discussions):
for questions and general discussion.
+- [GitHub
discussions](https://github.com/apache/pekko-persistence-dynamodb/discussions):
for questions and general discussion.
- [Pekko dev mailing
list](https://lists.apache.org/[email protected]): for Pekko
development discussions.
- [Pekko users mailing
list](https://lists.apache.org/[email protected]): for Pekko
user discussions.
-- [GitHub
issues](https://github.com/apache/incubator-pekko-persistence-dynamodb/issues):
for bug reports and feature requests. Please search the existing issues before
creating new ones. If you are unsure whether you have found a bug, consider
asking in GitHub discussions or the mailing list first.
+- [GitHub
issues](https://github.com/apache/pekko-persistence-dynamodb/issues): for bug
reports and feature requests. Please search the existing issues before creating
new ones. If you are unsure whether you have found a bug, consider asking in
GitHub discussions or the mailing list first.
## Credits
diff --git a/build.sbt b/build.sbt
index 64ff168..c83538d 100644
--- a/build.sbt
+++ b/build.sbt
@@ -21,7 +21,7 @@ val testcontainersScalaVersion = "0.41.0"
ThisBuild / resolvers += Resolver.ApacheMavenSnapshotsRepo
ThisBuild / versionScheme := Some(VersionScheme.SemVerSpec)
sourceDistName := "apache-pekko-persistence-dynamodb"
-sourceDistIncubating := true
+sourceDistIncubating := false
ThisBuild / reproducibleBuildsCheckResolver := Resolver.ApacheMavenStagingRepo
diff --git a/project/Publish.scala b/project/Publish.scala
index 449109d..a2ce811 100644
--- a/project/Publish.scala
+++ b/project/Publish.scala
@@ -15,7 +15,6 @@ package org.apache.pekko
import sbt._
import sbt.Keys._
import org.mdedetrich.apache.sonatype.ApacheSonatypePlugin
-import ApacheSonatypePlugin.autoImport.apacheSonatypeDisclaimerFile
import sbtdynver.DynVerPlugin
import sbtdynver.DynVerPlugin.autoImport.dynverSonatypeSnapshots
@@ -26,12 +25,11 @@ object Publish extends AutoPlugin {
override lazy val projectSettings = Seq(
crossPaths := false,
- homepage :=
Some(url("https://github.com/apache/incubator-pekko-persistence-dynamodb")),
+ homepage :=
Some(url("https://github.com/apache/pekko-persistence-dynamodb")),
developers += Developer("contributors",
"Contributors",
"[email protected]",
-
url("https://github.com/apache/incubator-pekko-persistence-dynamodb/graphs/contributors")),
- apacheSonatypeDisclaimerFile := Some((LocalRootProject /
baseDirectory).value / "DISCLAIMER"))
+
url("https://github.com/apache/pekko-persistence-dynamodb/graphs/contributors")))
override lazy val buildSettings = Seq(
dynverSonatypeSnapshots := true)
diff --git a/project/build.properties b/project/build.properties
index e8a1e24..04267b1 100644
--- a/project/build.properties
+++ b/project/build.properties
@@ -1 +1 @@
-sbt.version=1.9.7
+sbt.version=1.9.9
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]