You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ta...@apache.org on 2020/03/04 15:32:49 UTC

[myfaces] branch master updated: Update README.md

This is an automated email from the ASF dual-hosted git repository.

tandraschko pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/myfaces.git


The following commit(s) were added to refs/heads/master by this push:
     new c5000e5  Update README.md
c5000e5 is described below

commit c5000e5f737a0d0a78ebe0efba6ffd7074fcf24f
Author: Thomas Andraschko <ta...@apache.org>
AuthorDate: Wed Mar 4 16:32:39 2020 +0100

    Update README.md
---
 README.md | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/README.md b/README.md
index 9605bf4..bc07ab9 100644
--- a/README.md
+++ b/README.md
@@ -2,6 +2,21 @@
 
 Apache's implementation of the JavaServer Faces specification 
 
+## Branches
+
+### Master
+
+Master / 2.3-next equals the JSF 2.3 API but delegates @ManagedBeans to CDI. The implementation of the old FacesEL (javax.faces.el.*) has been completely removed.
+
+### 3.0.x
+
+The upcoming Jakarta Faces 3.0. It's equals to JSF 2.3 but with "jakarta.faces" packages and constants instead of "javax.faces".
+
+### 2.3.x
+
+JavaServer Faces 2.3 implementation
+
+
 ## Minimum Requirements (trunk / 2.3-next)
 
 - Java 1.8