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

mthl pushed a change to branch trunk
in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git.


    from 62c617e  Fixed: Add XML declaration in “web.xml” files (OFBIZ-6993)
     new 98bfafd  Improved: Resolve classpath conflict on 
`freemarkerTransforms.properties` (OFBIZ-11161)
     new 376b818  Improved: Do not add classpath info to the classloader 
classpath (OFBIZ-11161)
     new 4d4a1ba  Improved: Lint ‘FreeMarkerWorker’ class (OFBIZ-11161)

The 3 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:
 .../ofbiz/content}/freemarkerTransforms.properties |   0
 .../ofbiz/product}/freemarkerTransforms.properties |   0
 build.gradle                                       |   2 +-
 .../org/apache/ofbiz/base/container/Classpath.java |  91 ------------
 .../ofbiz/base/container/ComponentContainer.java   |  45 ------
 .../ofbiz/base/util/template/FreeMarkerWorker.java | 157 ++++++++++++---------
 .../base/container/ComponentContainerTest.java     |  11 --
 .../ofbiz/webapp}/freemarkerTransforms.properties  |   0
 .../org/apache/ofbiz/widget/model/HtmlWidget.java  |   2 +-
 .../ofbiz/widget}/freemarkerTransforms.properties  |   0
 10 files changed, 89 insertions(+), 219 deletions(-)
 rename applications/content/{config => 
src/main/resources/org/apache/ofbiz/content}/freemarkerTransforms.properties 
(100%)
 rename applications/product/{config => 
src/main/resources/org/apache/ofbiz/product}/freemarkerTransforms.properties 
(100%)
 delete mode 100644 
framework/base/src/main/java/org/apache/ofbiz/base/container/Classpath.java
 rename framework/webapp/{config => 
src/main/resources/org/apache/ofbiz/webapp}/freemarkerTransforms.properties 
(100%)
 rename framework/widget/{config => 
src/main/resources/org/apache/ofbiz/widget}/freemarkerTransforms.properties 
(100%)

Reply via email to