This is an automated email from the ASF dual-hosted git repository.
hepin pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pekko.git
The following commit(s) were added to refs/heads/main by this push:
new 5e9fd538b7 chore: Update the readme for Java 17 (#2098)
5e9fd538b7 is described below
commit 5e9fd538b7c2168aeef7bcad40feed1dbae31692
Author: He-Pin(kerr) <[email protected]>
AuthorDate: Wed Aug 27 16:58:49 2025 +0800
chore: Update the readme for Java 17 (#2098)
---
CONTRIBUTING.md | 2 ++
README.md | 9 ++++-----
2 files changed, 6 insertions(+), 5 deletions(-)
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 3f0a2d0d6c..4d375ce2f9 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -16,6 +16,8 @@ Depending on which version (or sometimes module) you want to
work on, you should
* `main` – active development branch of Pekko
* `1.0.x` – maintenance branch of Pekko 1.0
+* `1.1.x` – maintenance branch of Pekko 1.1
+* `1.2.x` – maintenance branch of Pekko 1.2
### Tags
diff --git a/README.md b/README.md
index b9b8cd2359..09587e1596 100644
--- a/README.md
+++ b/README.md
@@ -22,14 +22,13 @@ The CI build is Linux based (Ubuntu) and most Pekko
developers use Macs or Linux
To use IntelliJ IDEA, you need to configure your project to use JDK 8. For a
visual guide, refer to this
[Q&A](https://github.com/apache/pekko/discussions/1847#discussioncomment-13166066).
-- File > Project Structure > Project Settings > Project > Set your JDK to
version 8
-- Settings > ... > Scala Compiler Server > Set your JDK to version 8
-- Settings > ... > sbt > Set your JRE to version 8
+- File > Project Structure > Project Settings > Project > Set your JDK to
version 17
+- Settings > ... > Scala Compiler Server > Set your JDK to version 17
+- Settings > ... > sbt > Set your JRE to version 17
### Prerequisites
-- Make sure you have installed a Java Development Kit (JDK) version 11 or
later.
+- Make sure you have installed a Java Development Kit (JDK) version 17 or
later.
- Make sure you have [sbt](https://www.scala-sbt.org/) installed and using
this JDK.
-- Make sure you also have Java 8 installed (JDK or JRE).
- [Graphviz](https://graphviz.gitlab.io/download/) is needed for the scaladoc
generation build task, which is part of the release.
### Running the Build
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]