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.git


The following commit(s) were added to refs/heads/main by this push:
     new 54d6b42756 Update README to remove Java 11 requirement (#2296)
54d6b42756 is described below

commit 54d6b42756b5904af47f6e44a7d83009f4a1d54c
Author: PJ Fanning <[email protected]>
AuthorDate: Mon Oct 6 11:23:04 2025 +0100

    Update README to remove Java 11 requirement (#2296)
    
    * Update README to remove Java 11 requirement
    
    Removed the requirement for Java 11 minimum from the documentation. The 
docs already mention Java 17 min so this Java 11 mention is actually incorrect.
    
    * Add 1.3.x maintenance branch and update JDK version
    
    Updated maintenance branch information and JDK requirement.
---
 CONTRIBUTING.md | 3 ++-
 README.md       | 1 -
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 54fd07904b..d9295b6aad 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -18,6 +18,7 @@ Depending on which version (or sometimes module) you want to 
work on, you should
 * `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
+* `1.3.x` – maintenance branch of Pekko 1.3 (unreleased but active development 
ongoing)
 
 ### Tags
 
@@ -348,7 +349,7 @@ If you'd like to check if your links and formatting look 
good in JavaDoc (and no
 sbt -Dpekko.genjavadoc.enabled=true Javaunidoc/doc
 ```
 
-Which will generate JavaDoc style docs in `./target/javaunidoc/index.html`. 
This requires a JDK version 11 or later.
+Which will generate JavaDoc style docs in `./target/javaunidoc/index.html`. 
This requires a JDK version 17 or later.
 
 #### Changing the project information page index
 
diff --git a/README.md b/README.md
index 09587e1596..0ab7c67aa8 100644
--- a/README.md
+++ b/README.md
@@ -46,7 +46,6 @@ To use IntelliJ IDEA, you need to configure your project to 
use JDK 8. For a vis
 - `sbt publishLocal` will push the jars to your local Apache Ivy repository
 - `sbt publishM2` will push the jars to your local Apache Maven repository
 - `sbt docs/paradox` will build the docs (the ones describing the module 
features)
-     - Requires Java 11 minimum
      - `sbt docs/paradoxBrowse` does the same but will open the docs in your 
browser when complete
      - the `index.html` file will appear in `target/paradox/site/main/`
 - `sbt unidoc` will build the Javadocs for all the modules and load them to 
one place (may require Graphviz, see Prerequisites above)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to