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/21 13:00:23 UTC

[myfaces] branch main updated (a83452398 -> c565c8e00)

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

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


    from a83452398 [maven-release-plugin] prepare for next development iteration
     new 9f1331e00 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 a333ac4aa https://issues.apache.org/jira/browse/MYFACES-4040: merging in smaller code improvements from 3.0
     new 4c40bd7fa Merge branch 'apache:main' into main
     new c565c8e00 Merge pull request #450 from werpu/main

The 5872 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 |  20 +++--
 .../resources/myfaces/_impl/_util/_Lang.js         |  12 +--
 .../META-INF/resources/myfaces/_impl/core/Impl.js  |   3 +-
 .../resources/myfaces/_impl/core/Object.js         |  26 +++---
 .../resources/myfaces/_impl/core/_EvalHandlers.js  |   5 +-
 .../resources/myfaces/_impl/core/_Runtime.js       |   3 -
 .../myfaces/_impl/xhrCore/_AjaxRequest.js          |  12 +--
 .../myfaces/_impl/xhrCore/_AjaxRequestLevel2.js    |  88 ------------------
 .../myfaces/_impl/xhrCore/_ExtAjaxRequest.js       |  62 -------------
 .../renderkit/html/util/AjaxScriptBuilder.java     | 100 +++++++++++++--------
 10 files changed, 107 insertions(+), 224 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