volosied commented on code in PR #64:
URL: https://github.com/apache/myfaces-homepage/pull/64#discussion_r1373750298


##########
core50.md:
##########
@@ -0,0 +1,237 @@
+# Apache MyFaces Core 5.0
+
+Implementation of the Jakarta Faces 5.0 specification.  This is still in 
development and not yet released. 
+
+## Requirements
+* Java 21
+* Servlet 6.1+
+* EL 6.0
+* CDI 4.1
+* JSTL 3.0 (optional)
+* BV 3.1 (optional)

Review Comment:
   ```suggestion
   * Java  11 (EE Platform: 21) 
   * Servlet 6.0 (EE Platform: 6.1)
   * EL 5.0 (EE Platform: 6.0)
   * CDI 4.0 (EE Platform: 4.1)
   * Tags (EE Platform: 3.0) (optional)
   * BeanValidation 3.0 (EE Platform: 3.1) (optional)
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to