You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by we...@apache.org on 2022/12/20 15:33:28 UTC

[myfaces] branch 2.3-next updated (711e6130f -> f6a3e2fbf)

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

werpu pushed a change to branch 2.3-next
in repository https://gitbox.apache.org/repos/asf/myfaces.git


    from 711e6130f MYFACES-4534
     new 352577520 https://issues.apache.org/jira/browse/MYFACES-4538: unification between next and stable (minimal changes in the core code, tested against old browsers)
     new 6387cd131 https://issues.apache.org/jira/browse/MYFACES-4538: unification between next and stable (minimal changes in the core code, tested against old browsers) Removal of unused experimental scripts, which made it into next already
     new f6a3e2fbf Merge pull request #448 from werpu/2.3-next

The 5581 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:
 .../META-INF/resources/myfaces/_impl/_util/_Dom.js |  8 +-
 .../resources/myfaces/_impl/_util/_OamSubmit.js    | 10 +++
 .../resources/myfaces/_impl/core/Object.js         | 26 +++----
 .../resources/myfaces/_impl/core/_ExtRuntime.js    | 34 ++++-----
 .../resources/myfaces/_impl/core/_Runtime.js       |  3 -
 .../myfaces/_impl/xhrCore/_AjaxRequest.js          | 28 +++----
 .../myfaces/_impl/xhrCore/_AjaxRequestLevel2.js    | 88 ----------------------
 .../myfaces/_impl/xhrCore/_AjaxResponse.js         |  6 +-
 .../myfaces/_impl/xhrCore/_ExtAjaxRequest.js       | 62 ---------------
 9 files changed, 62 insertions(+), 203 deletions(-)
 delete mode 100644 api/src/main/javascript/META-INF/resources/myfaces/_impl/xhrCore/_AjaxRequestLevel2.js
 delete mode 100644 api/src/main/javascript/META-INF/resources/myfaces/_impl/xhrCore/_ExtAjaxRequest.js