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/09 12:34:31 UTC

[myfaces] branch 2.3-next updated (d9987cf1a -> bacc4b80a)

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 d9987cf1a reverted - thanks NetBeans for not resetting my temp change
     new 88bc2fc9a https://issues.apache.org/jira/browse/MYFACES-4522: simplifying the resource handling now only minimal and development with i18n split into its own file for prod! (parts of the changes will be rolled back into next)
     new b981474ed https://issues.apache.org/jira/browse/MYFACES-4526: Simplifying the resource builds
     new 8f6aabc1b https://issues.apache.org/jira/browse/MYFACES-4526: Simplifying the resource builds
     new 42399d52e Merge branch 'apache:2.3-next' into 2.3-next
     new bacc4b80a Merge pull request #414 from werpu/2.3-next

The 5557 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:
 api/pom.xml                                        | 20 +++----
 ...ler.xml => jsfscripts-development-compiler.xml} | 11 +---
 ...iler.xml => jsfscripts-production-compiler.xml} |  2 +-
 .../META-INF/resources/myfaces/_impl/_util/_Dom.js |  2 +-
 .../META-INF/resources/myfaces/_impl/core/Impl.js  |  2 +-
 .../application/DefaultResourceHandlerSupport.java | 64 ++++++---------------
 .../myfaces/renderkit/html/util/ResourceUtils.java | 10 +---
 .../InternalClassLoaderResourceLoader.java         | 65 ++--------------------
 integration-tests/ajax/pom.xml                     | 35 ------------
 9 files changed, 37 insertions(+), 174 deletions(-)
 rename api/src/assembler/{jsfscripts-uncompressed-full-compiler.xml => jsfscripts-development-compiler.xml} (79%)
 rename api/src/assembler/{jsfscripts-minimal-compiler.xml => jsfscripts-production-compiler.xml} (98%)
 delete mode 100644 integration-tests/ajax/pom.xml