You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by em...@apache.org on 2019/01/07 18:48:16 UTC

[myfaces] branch master updated (45227e7 -> 9f458ae)

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

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


    from 45227e7  cosmetics
     add 9faf588  MYFACES-4251 Updated some JSF API classes to match the javadocs
     new 9f458ae  Merge pull request #40 from ebreijo/masterMYFACES-4251

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../java/javax/faces/application/Application.java  |   2 +-
 .../faces/application/ApplicationWrapper.java      |   2 +-
 .../ConfigurableNavigationHandlerWrapper.java      |   6 --
 .../javax/faces/application/NavigationHandler.java |   1 +
 .../javax/faces/component/UIImportConstants.java   |  13 +++
 .../java/javax/faces/component/UIViewAction.java   |  30 ++++++
 .../javax/faces/component/UIViewParameter.java     |   2 +-
 .../java/javax/faces/component/_UISelectItem.java  |   2 +
 .../java/javax/faces/component/_UISelectItems.java |   1 +
 .../java/javax/faces/component/_UIWebsocket.java   |  27 ++++++
 .../faces/component/behavior/BehaviorBase.java     |   3 +-
 .../javax/faces/context/PartialResponseWriter.java | 106 ++++++++-------------
 .../java/javax/faces/convert/EnumConverter.java    |   2 -
 .../faces/event/ComponentSystemEventListener.java  |   2 +-
 .../javax/faces/event/SystemEventListener.java     |   2 +-
 .../java/javax/faces/validator/BeanValidator.java  |   1 -
 .../javax/faces/validator/RequiredValidator.java   |   2 +-
 .../view/facelets/DelegatingMetaTagHandler.java    |   5 +-
 .../java/javax/faces/view/facelets/Facelet.java    |   6 +-
 .../javax/faces/view/facelets/FaceletContext.java  |   8 +-
 .../main/java/javax/faces/webapp/AttributeTag.java |  10 ++
 .../java/javax/faces/webapp/UIComponentELTag.java  |  13 +++
 22 files changed, 153 insertions(+), 93 deletions(-)


[myfaces] 01/01: Merge pull request #40 from ebreijo/masterMYFACES-4251

Posted by em...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 9f458ae3e78601639898d05e1eb77de502df336c
Merge: 45227e7 9faf588
Author: Eduardo Breijo <eb...@gmail.com>
AuthorDate: Mon Jan 7 13:48:11 2019 -0500

    Merge pull request #40 from ebreijo/masterMYFACES-4251
    
    MYFACES-4251 Updated some JSF API classes to match the javadocs

 .../java/javax/faces/application/Application.java  |   2 +-
 .../faces/application/ApplicationWrapper.java      |   2 +-
 .../ConfigurableNavigationHandlerWrapper.java      |   6 --
 .../javax/faces/application/NavigationHandler.java |   1 +
 .../javax/faces/component/UIImportConstants.java   |  13 +++
 .../java/javax/faces/component/UIViewAction.java   |  30 ++++++
 .../javax/faces/component/UIViewParameter.java     |   2 +-
 .../java/javax/faces/component/_UISelectItem.java  |   2 +
 .../java/javax/faces/component/_UISelectItems.java |   1 +
 .../java/javax/faces/component/_UIWebsocket.java   |  27 ++++++
 .../faces/component/behavior/BehaviorBase.java     |   3 +-
 .../javax/faces/context/PartialResponseWriter.java | 106 ++++++++-------------
 .../java/javax/faces/convert/EnumConverter.java    |   2 -
 .../faces/event/ComponentSystemEventListener.java  |   2 +-
 .../javax/faces/event/SystemEventListener.java     |   2 +-
 .../java/javax/faces/validator/BeanValidator.java  |   1 -
 .../javax/faces/validator/RequiredValidator.java   |   2 +-
 .../view/facelets/DelegatingMetaTagHandler.java    |   5 +-
 .../java/javax/faces/view/facelets/Facelet.java    |   6 +-
 .../javax/faces/view/facelets/FaceletContext.java  |   8 +-
 .../main/java/javax/faces/webapp/AttributeTag.java |  10 ++
 .../java/javax/faces/webapp/UIComponentELTag.java  |  13 +++
 22 files changed, 153 insertions(+), 93 deletions(-)