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 2021/01/20 08:27:36 UTC

[myfaces-homepage] 17/46: Update core30.md and news.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-homepage.git

commit dd05b129a83c105d4d7cf13af07d9299197239d4
Author: Volodymyr Siedlecki <vo...@ibm.com>
AuthorDate: Tue Sep 22 17:05:22 2020 -0400

    Update core30.md and news.md
---
 core30.md | 40 ++++++++++++++++++++++++----------------
 news.md   |  6 ++++++
 2 files changed, 30 insertions(+), 16 deletions(-)

diff --git a/core30.md b/core30.md
index 13ef6f8..8cf0d6e 100644
--- a/core30.md
+++ b/core30.md
@@ -1,25 +1,41 @@
 # Apache MyFaces Core 3.0
 
-Implementation of the Jakarta Faces 3.0 specification.
+Implementation of the Jakarta Server Faces 3.0 specification.
 
 ## Requirements
 * Java 1.8
-* Servlet 2.5
-* EL 2.1
-* CDI 1.0 (optional)
-* JSTL 1.2 (optional)
-* BV 1.0 (optional)
+* Servlet 5.0
+* EL 4.0
+* CDI 3.0 (optional)
+* JSTL 2.0 (optional)
+* BV 2.0 (optional)
 
 ## Source
 [Apache GitBox](https://gitbox.apache.org/repos/asf?p=myfaces.git;a=shortlog;h=refs/heads/3.0.x) / [GitHub](https://github.com/apache/myfaces/tree/3.0.x)
 
 ## Downloads
 
-Not released yet
+|     | Mirrors                                                                                                                      | Checksum                                                                                                                     | Signature                                                                                                                                |
+|-----------------|------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------|
+| binary (tar.gz) | [myfaces-core-assembly-3.0.0-RC1-bin.tar.gz](http://www.apache.org/dyn/closer.lua/myfaces/binaries/myfaces-core-assembly-3.0.0-RC1-bin.tar.gz) | [myfaces-core-assembly-3.0.0-RC1-bin.tar.gz.sha512](https://downloads.apache.org/myfaces/binaries/myfaces-core-assembly-3.0.0-RC1-bin.tar.gz.sha512) | [myfaces-core-assembly-3.0.0-RC1-bin.tar.gz.asc](https://downloads.apache.org/myfaces/binaries/myfaces-core-assembly-3.0.0-RC1-bin.tar.gz.asc) |
+| binary (zip)    | [myfaces-core-assembly-3.0.0-RC1-bin.zip](http://www.apache.org/dyn/closer.lua/myfaces/binaries/myfaces-core-assembly-3.0.0-RC1-bin.zip)       | [myfaces-core-assembly-3.0.0-RC1-bin.zip.sha512](https://downloads.apache.org/myfaces/binaries/myfaces-core-assembly-3.0.0-RC1-bin.zip.sha512)       | [myfaces-core-assembly-3.0.0-RC1-bin.zip.asc](https://downloads.apache.org/myfaces/binaries/myfaces-core-assembly-3.0.0-RC1-bin.zip.asc)       |
+| source (tar.gz) | [myfaces-core-assembly-3.0.0-RC1-src.tar.gz](http://www.apache.org/dyn/closer.lua/myfaces/source/myfaces-core-assembly-3.0.0-RC1-src.tar.gz)   | [myfaces-core-assembly-3.0.0-RC1-src.tar.gz.sha512](https://downloads.apache.org/myfaces/source/myfaces-core-assembly-3.0.0-RC1-src.tar.gz.sha512)   | [myfaces-core-assembly-3.0.0-RC1-src.tar.gz.asc](https://downloads.apache.org/myfaces/source/myfaces-core-assembly-3.0.0-RC1-src.tar.gz.asc)   |
+| source (zip)    | [myfaces-core-assembly-3.0.0-RC1-src.zip](http://www.apache.org/dyn/closer.lua/myfaces/source/myfaces-core-assembly-3.0.0-RC1-src.zip)         | [myfaces-core-assembly-3.0.0-RC1-src.zip.sha512](https://downloads.apache.org/myfaces/source/myfaces-core-assembly-3.0.0-RC1-src.zip.sha512)         | [myfaces-core-assembly-3.0.0-RC1-src.zip.asc](https://downloads.apache.org/myfaces/source/myfaces-core-assembly-3.0.0-RC1-src.zip.asc)         |
 
 ## Dependency
 
-Not released yet
+```xml
+<dependency>
+    <groupId>org.apache.myfaces.core</groupId>
+    <artifactId>myfaces-api</artifactId>
+    <version>3.0.0-RC1</version>
+</dependency>
+<dependency>
+    <groupId>org.apache.myfaces.core</groupId>
+    <artifactId>myfaces-impl</artifactId>
+    <version>3.0.0-RC1</version>
+</dependency>
+```
 
 ## Configuration
 
@@ -232,11 +248,3 @@ Below there is a table of the "points of integration" used by application and we
 | Scan for annotated Flows and manage Flow scope                             | org.apache.myfaces.spi.FacesFlowProvider <br/> org.apache.myfaces.spi.FacesFlowProviderFactory                         | In this interface @FlowDefinition annotation is scanned for flows defined programatically and it is also managed the flow scope logic. By default MyFaces provides two implementations, one using CDI and one without CDI (that only manages flow scope)                                             [...]
 | Manage View scope                                                          | org.apache.myfaces.spi.ViewScopeProvider <br/> org.apache.myfaces.spi.ViewScopeProviderFactory                          | This interface manage the logic to plug the view scope with JSF. It has some methods to handle view scope destroy or session destroy                                                                                                                                                                [...]
 | Scan for available contracts                                               | org.apache.myfaces.spi.ResourceLibraryContractsProvider <br/> org.apache.myfaces.spi.ResourceLibraryContractsProviderFactory           | Provides an interface to scan for the available resource library contracts in the current environment. By default it scans using external context getResource(...) methods and in the classpath according to JSF spec.                                                               [...]
-
-
-
-
-
-
-
-
diff --git a/news.md b/news.md
index 69a1411..b8168cc 100644
--- a/news.md
+++ b/news.md
@@ -6,6 +6,12 @@ MyFaces Core 2.3-next-M4 have been released. It is available from the [Download]
 
 Release notes can be found here: [2.3-next-M4](https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=10600&version=12348458)
 
+## August 20, 2020 - MyFaces Core 3.0.0-RC1 released
+
+MyFaces Core 3.0.0-RC1 have been released. It is available from the [Download](/core30?id=downloads) page, and in the central Maven repository under Group ID "org.apache.myfaces.core".
+
+Release notes can be found here: [3.0.0-RC1](https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=10600&version=12347158)
+
 ## July 9, 2020 - MyFaces Core 2.2.13 released
 
 MyFaces Core 2.2.13 have been released. It is available from the [Download](/core22?id=downloads) page, and in the central Maven repository under Group ID "org.apache.myfaces.core".