Skip to content

Commit

Permalink
chore: renamed github repo akka-persistence-dynamodb-1.x
Browse files Browse the repository at this point in the history
  • Loading branch information
patriknw committed Oct 18, 2024
1 parent 27f9e01 commit c7bf93f
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 8 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ v 1.1.2 (v 1.2.0)

This was supposed to be released as `v1.2.0` but was released as `v1.1.2` to maven. Sorry about that!

* Use DynamoDB Query during journal replay - https://github.com/akka/akka-persistence-dynamodb/issues/106
* Correct issue [#98](https://github.com/akka/akka-persistence-dynamodb/issues/98)
* Use DynamoDB Query during journal replay - https://github.com/akka/akka-persistence-dynamodb-1.x/issues/106
* Correct issue [#98](https://github.com/akka/akka-persistence-dynamodb-1.x/issues/98)
Please see [fixes in `reference.conf`](blob/master/src/main/resources/reference.conf) for a workaround for systems impacted by this issues.
* Depends on Akka 2.5.
* Adds Support for the Async Serializers - which enables the use of the plugin with Lightbend extensions [GDPR Addons](https://developer.lightbend.com/docs/akka-commercial-addons/current/gdpr/index.html)
Expand Down
3 changes: 1 addition & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
## Infrastructure

* [Typesafe Contributor License Agreement](http://www.typesafe.com/contribute/cla)
* [Issue Tracker](https://github.com/akka/akka-persistence-dynamodb/issues)
* [Travis CI](https://travis-ci.org/akka/akka-persistence-dynamodb)
* [Issue Tracker](https://github.com/akka/akka-persistence-dynamodb-1.x/issues)

# Typesafe Project & Developer Guidelines

Expand Down
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
DynamoDBJournal for Akka Persistence
====================================

**Version 2.x of the DynamoDB plugin is developed and maintained in https://github.com/akka/akka-persistence-dynamodb.**

A replicated [Akka Persistence](http://doc.akka.io/docs/akka/2.4.0/scala/persistence.html) journal backed by
[Amazon DynamoDB](http://aws.amazon.com/dynamodb/).

Expand Down Expand Up @@ -51,7 +53,7 @@ my-dynamodb-journal { # and add some overrides
}
~~~

For details on the endpoint URL please refer to the [DynamoDB documentation](http://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/akka/akka-persistence-dynamodb/blob/master/src/main/resources/reference.conf) file.
For details on the endpoint URL please refer to the [DynamoDB documentation](http://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/akka/akka-persistence-dynamodb-1.x/blob/master/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:

Expand Down Expand Up @@ -226,4 +228,5 @@ Credits
Support
-------

This project is *community maintained*. The Lightbend subscription does not cover support for this project.
The 1.x version of this project is *not maintained*. The Lightbend subscription does not cover support for this project.
Version 2.x of the DynamoDB plugin is developed and maintained in https://github.com/akka/akka-persistence-dynamodb.
4 changes: 2 additions & 2 deletions project/Publish.scala
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ object Publish extends AutoPlugin {
organizationName := "Typesafe Inc.",
organizationHomepage := Some(url("http://www.typesafe.com")),
licenses := Seq(("Apache License, Version 2.0", url("http://www.apache.org/licenses/LICENSE-2.0"))),
homepage := Some(url("https://github.com/akka/akka-persistence-dynamodb")),
homepage := Some(url("https://github.com/akka/akka-persistence-dynamodb-1.x")),
publishMavenStyle := true,
pomIncludeRepository := { x => false },
defaultPublishTo := crossTarget.value / "repository")
Expand All @@ -35,7 +35,7 @@ object Publish extends AutoPlugin {
<id>contributors</id>
<name>Contributors</name>
<email>akka-dev@googlegroups.com</email>
<url>https://github.com/akka/akka-persistence-dynamodb/graphs/contributors</url>
<url>https://github.com/akka/akka-persistence-dynamodb-1.x/graphs/contributors</url>
</developer>
</developers>
}
Expand Down

0 comments on commit c7bf93f

Please sign in to comment.