This is an automated email from the ASF dual-hosted git repository.
pjfanning pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pekko-persistence-r2dbc.git
The following commit(s) were added to refs/heads/main by this push:
new f9dfbb0 release notes for 2.0.0-M1 (#389)
f9dfbb0 is described below
commit f9dfbb004adf5eacd7853c5b9eed284d96e6ac7d
Author: PJ Fanning <[email protected]>
AuthorDate: Wed May 27 10:41:14 2026 +0100
release notes for 2.0.0-M1 (#389)
---
.github/workflows/publish-1.1-docs.yml | 1 +
.../{publish-1.1-docs.yml => publish-2.0-docs.yml} | 36 +++++++++++-----------
docs/src/main/paradox/release-notes/index.md | 1 +
.../src/main/paradox/release-notes/releases-2.0.md | 18 +++++++++++
4 files changed, 38 insertions(+), 18 deletions(-)
diff --git a/.github/workflows/publish-1.1-docs.yml
b/.github/workflows/publish-1.1-docs.yml
index e451a3b..600bba5 100644
--- a/.github/workflows/publish-1.1-docs.yml
+++ b/.github/workflows/publish-1.1-docs.yml
@@ -17,6 +17,7 @@ jobs:
# we don't know what commit the last tag was it's safer to get
entire repo so previousStableVersion resolves
fetch-depth: 0
fetch-tags: true
+ ref: 1.1.x
- name: Setup Java 8
uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 #
v5.2.0
diff --git a/.github/workflows/publish-1.1-docs.yml
b/.github/workflows/publish-2.0-docs.yml
similarity index 76%
copy from .github/workflows/publish-1.1-docs.yml
copy to .github/workflows/publish-2.0-docs.yml
index e451a3b..e767b0a 100644
--- a/.github/workflows/publish-1.1-docs.yml
+++ b/.github/workflows/publish-2.0-docs.yml
@@ -1,4 +1,4 @@
-name: Publish 1.1 docs
+name: Publish 2.0 docs
on:
workflow_dispatch:
@@ -6,7 +6,7 @@ on:
jobs:
publish-docs:
if: github.repository == 'apache/pekko-persistence-r2dbc'
- name: Publish 1.1 Docs
+ name: Publish 2.0 Docs
runs-on: ubuntu-22.04
env:
JAVA_OPTS: -Xms2G -Xmx2G -Xss2M -XX:ReservedCodeCacheSize=256M
-Dfile.encoding=UTF-8
@@ -18,53 +18,53 @@ jobs:
fetch-depth: 0
fetch-tags: true
- - name: Setup Java 8
+ - name: Setup Java 17
uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 #
v5.2.0
with:
distribution: temurin
- java-version: 8
+ java-version: 17
- name: Install sbt
- uses: sbt/setup-sbt@2e222825582620cc38d2a54e674f3c01b7c14f5d # v1.1.24
+ uses: sbt/setup-sbt@508b753e53cb6095967669e0911487d2b9bc9f41 # v1.1.22
- name: Install Graphviz
run: |-
sudo apt-get install graphviz
- - name: Build 1.1.x Documentation
+ - name: Build 2.0.x Documentation
run: |-
- sbt "set ThisBuild / version := \"1.1.0\"; docs/paradox; unidoc"
+ sbt "set ThisBuild / version := \"2.0.0-M1\"; docs/paradox; unidoc"
# Create directory structure upfront since rsync does not create
intermediate directories otherwise
- - name: Create 1.1.x directory structure
+ - name: Create 2.0.x directory structure
run: |-
- mkdir -p target/nightly-docs/docs/pekko-persistence-r2dbc/1.1.0/
- mkdir -p target/nightly-docs/docs/pekko-persistence-r2dbc/1.1/
- cp -r docs/target/paradox/site/main/
target/nightly-docs/docs/pekko-persistence-r2dbc/1.1.0/docs
- cp -r docs/target/paradox/site/main/
target/nightly-docs/docs/pekko-persistence-r2dbc/1.1/docs
+ mkdir -p target/nightly-docs/docs/pekko-persistence-r2dbc/2.0.0-M1/
+ mkdir -p target/nightly-docs/docs/pekko-persistence-r2dbc/2.0/
+ cp -r docs/target/paradox/site/main/
target/nightly-docs/docs/pekko-persistence-r2dbc/2.0.0-M1/docs
+ cp -r docs/target/paradox/site/main/
target/nightly-docs/docs/pekko-persistence-r2dbc/2.0/docs
rm -r docs/target/paradox/site/main/
- cp -r docs/target/scala-2.13/unidoc
target/nightly-docs/docs/pekko-persistence-r2dbc/1.1.0/api
- cp -r docs/target/scala-2.13/unidoc
target/nightly-docs/docs/pekko-persistence-r2dbc/1.1/api
+ cp -r docs/target/scala-2.13/unidoc
target/nightly-docs/docs/pekko-persistence-r2dbc/2.0.0-M1/api
+ cp -r docs/target/scala-2.13/unidoc
target/nightly-docs/docs/pekko-persistence-r2dbc/2.0/api
rm -r docs/target/scala-2.13/unidoc
- - name: Upload 1.1.x docs
+ - name: Upload 2.0.x docs
uses: ./.github/actions/sync-nightlies
with:
upload: true
switches: --archive --compress --update --delete --progress
--relative
- local_path: target/nightly-docs/./docs/pekko-persistence-r2dbc/1.1.0
# The intermediate dot is to show `--relative` which paths to operate on
+ local_path:
target/nightly-docs/./docs/pekko-persistence-r2dbc/2.0.0-M1 # The intermediate
dot is to show `--relative` which paths to operate on
remote_path: ${{ secrets.NIGHTLIES_RSYNC_PATH }}/pekko/
remote_host: ${{ secrets.NIGHTLIES_RSYNC_HOST }}
remote_port: ${{ secrets.NIGHTLIES_RSYNC_PORT }}
remote_user: ${{ secrets.NIGHTLIES_RSYNC_USER }}
remote_key: ${{ secrets.NIGHTLIES_RSYNC_KEY }}
- - name: Upload 1.1 docs
+ - name: Upload 2.0 docs
uses: ./.github/actions/sync-nightlies
with:
upload: true
switches: --archive --compress --update --delete --progress
--relative
- local_path: target/nightly-docs/./docs/pekko-persistence-r2dbc/1.1 #
The intermediate dot is to show `--relative` which paths to operate on
+ local_path: target/nightly-docs/./docs/pekko-persistence-r2dbc/2.0 #
The intermediate dot is to show `--relative` which paths to operate on
remote_path: ${{ secrets.NIGHTLIES_RSYNC_PATH }}/pekko/
remote_host: ${{ secrets.NIGHTLIES_RSYNC_HOST }}
remote_port: ${{ secrets.NIGHTLIES_RSYNC_PORT }}
diff --git a/docs/src/main/paradox/release-notes/index.md
b/docs/src/main/paradox/release-notes/index.md
index c81b99e..eb8aee8 100644
--- a/docs/src/main/paradox/release-notes/index.md
+++ b/docs/src/main/paradox/release-notes/index.md
@@ -4,6 +4,7 @@
@@@ index
+* [2.0 Milestone Releases](releases-2.0.md)
* [1.1 Releases](releases-1.1.md)
* [1.0 Releases](releases-1.0.md)
diff --git a/docs/src/main/paradox/release-notes/releases-2.0.md
b/docs/src/main/paradox/release-notes/releases-2.0.md
new file mode 100644
index 0000000..0d9e71b
--- /dev/null
+++ b/docs/src/main/paradox/release-notes/releases-2.0.md
@@ -0,0 +1,18 @@
+# Release Notes (2.0.x)
+
+Apache Pekko Persistence R2DBC 2.0.x releases support Java 17 and above.
+
+## 2.0.0-M1
+
+Release notes for Apache Pekko Persistence R2DBC 2.0.0-M1. See [GitHub
Milestone for
2.0.0-M1](https://github.com/apache/pekko-persistence-r2dbc/milestone/4?closed=1)
for a fuller list of changes.
+
+This is a milestone release and is aimed at testing this new major version
+by early adopters. This is experimental. This release should not be used in
production.
+
+### Changes
+
+* Pekko 2.0.0-M1 is the new minimum Pekko version
+* Java 17 is the new minimum JRE version
+* Scala 2.12 support dropped
+* pekko-projection-r2dbc has been moved to [Pekko Projection
repo](https://github.com/apache/pekko-projection)
+* Brought up to date with akka-persistence-r2dbc 1.1.0, which has recently
become available under the Apache License, version 2.0.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]