-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
12 changed files
with
24 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,10 +16,10 @@ Please note that the H2 database is not recommended to be used as a production d | |
|
||
There are several ways to interact with the Pekko community: | ||
|
||
- [GitHub discussions](https://github.com/apache/incubator-pekko-persistence-jdbc/discussions): for questions and general discussion. | ||
- [GitHub discussions](https://github.com/apache/pekko-persistence-jdbc/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-jdbc/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-jdbc/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. | ||
|
||
## Contributing | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,6 @@ import sbt.Keys._ | |
import sbt._ | ||
import sbt.plugins.JvmPlugin | ||
import org.mdedetrich.apache.sonatype.ApacheSonatypePlugin | ||
import ApacheSonatypePlugin.autoImport.apacheSonatypeDisclaimerFile | ||
import sbtdynver.DynVerPlugin | ||
import sbtdynver.DynVerPlugin.autoImport.dynverSonatypeSnapshots | ||
|
||
|
@@ -24,13 +23,13 @@ object ProjectAutoPlugin extends AutoPlugin { | |
Seq( | ||
homepage := Some(url("https://pekko.apache.org/docs/pekko-persistence-jdbc/current/")), | ||
scmInfo := Some( | ||
ScmInfo(url("https://github.com/apache/incubator-pekko-persistence-jdbc"), | ||
"[email protected]:apache/incubator-pekko-persistence-jdbc.git")), | ||
ScmInfo(url("https://github.com/apache/pekko-persistence-jdbc"), | ||
"[email protected]:apache/pekko-persistence-jdbc.git")), | ||
developers += Developer( | ||
"contributors", | ||
"Contributors", | ||
"[email protected]", | ||
url("https://github.com/apache/incubator-pekko-persistence-jdbc/graphs/contributors")), | ||
url("https://github.com/apache/pekko-persistence-jdbc/graphs/contributors")), | ||
description := "A plugin for storing events in an event journal pekko-persistence-jdbc", | ||
startYear := Some(2022)) | ||
|
||
|
@@ -79,14 +78,12 @@ object ProjectAutoPlugin extends AutoPlugin { | |
List("-skip-packages", "pekko.pattern") | ||
} ++ List("-doc-source-url", { | ||
val branch = if (isSnapshot.value) "main" else s"v${version.value}" | ||
s"https://github.com/apache/incubator-pekko-persistence-jdbc/tree/${branch}€{FILE_PATH_EXT}#L€{FILE_LINE}" | ||
s"https://github.com/apache/pekko-persistence-jdbc/tree/${branch}€{FILE_PATH_EXT}#L€{FILE_LINE}" | ||
}, | ||
"-doc-canonical-base-url", | ||
"https://pekko.apache.org/api/pekko-persistence-jdbc/current/"), | ||
// show full stack traces and test case durations | ||
Test / testOptions += Tests.Argument("-oDF"), | ||
resolvers += Resolver.jcenterRepo, | ||
apacheSonatypeDisclaimerFile := Some((LocalRootProject / baseDirectory).value / "DISCLAIMER")) | ||
Test / testOptions += Tests.Argument("-oDF")) | ||
|
||
override lazy val buildSettings = Seq( | ||
dynverSonatypeSnapshots := true) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,11 +9,11 @@ project-info { | |
new-tab: false | ||
} | ||
issues: { | ||
url: "https://github.com/apache/incubator-pekko-persistence-jdbc/issues" | ||
url: "https://github.com/apache/pekko-persistence-jdbc/issues" | ||
text: "GitHub issues" | ||
} | ||
release-notes: { | ||
url: "https://github.com/apache/incubator-pekko-persistence-jdbc/releases" | ||
url: "https://github.com/apache/pekko-persistence-jdbc/releases" | ||
text: "GitHub releases" | ||
} | ||
forums: [ | ||
|
@@ -26,8 +26,8 @@ project-info { | |
url: "https://lists.apache.org/[email protected]" | ||
} | ||
{ | ||
text: "apache/incubator-pekko-persistence-jdbc discussion" | ||
url: "https://github.com/apache/incubator-pekko-persistence-jdbc/discussions" | ||
text: "apache/pekko-persistence-jdbc discussion" | ||
url: "https://github.com/apache/pekko-persistence-jdbc/discussions" | ||
} | ||
] | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters