Details

    • Type: Task Task
    • Status: Closed
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: EE-4.3.0.GA_P01
    • Fix Version/s: EE-4.3.0.GA_P02
    • Component/s: Framework, Sample Apps
    • Labels:
      None
    • Environment:
      external jars, security

      Description

      A security scan has shown issues with up to the the myfaces 2.2.12 version. see
      https://issues.apache.org/jira/browse/MYFACES-4133
      this has been resolved in myfaces - 2.3.0, so that version of the jar should be tested/included in next release.

      other jars that have security scans may be used in our samples and should also be updated if possible:-
      commons-beanutils : commons-beanutils : 1.9.2 Open or 1.9.3
      dom4j : 1.6.1 Open
      javax.servlet : jstl : 1.2 Open
      org.apache.poi : poi : 3.9 Open

       org.glassfish : javax.faces : 2.3.5 Open --scan states The getLocalePrefix function in ResourceManager.java in Eclipse Mojarra before 2.3.7 is affected by Directory Traversal via the loc parameter. A remote attacker can download configuration files or Java bytecodes from applications.
      Explanation v 2.3.4 and 2.3.5 are only versions that are vulnerable, so stay away from these 2 versions of mojarra.

        Activity

        Judy Guglielmin created issue -
        Judy Guglielmin made changes -
        Field Original Value New Value
        Affects Version/s EE-4.3.0.GA_P01 [ 13280 ]
        Affects Version/s EE-4.3.0.GA_P02 [ 13292 ]
        Judy Guglielmin made changes -
        Fix Version/s EE-4.3.0.GA_P02 [ 13292 ]
        Judy Guglielmin made changes -
        Assignee Ken Fyten [ ken.fyten ]
        Ken Fyten made changes -
        Assignee Ken Fyten [ ken.fyten ] Arturo Zambrano [ artzambrano ]
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #53179 Wed Apr 22 14:50:17 MDT 2020 art.zambrano ICE-11468 Removed old libraries with vulnerabilities, as specified by JIRA description (except JSTL); added updated libraries; added new libraries that are dependencies of updated libraries; updated build scripts and licenses documentation
        Files Changed
        Commit graph ADD /icefaces4/trunk/icefaces/lib/ace/commons-math3-3.6.1.jar
        Commit graph DEL /icefaces4/trunk/icefaces/lib/myfaces/2.3/commons-beanutils-1.9.3.jar
        Commit graph DEL /icefaces4/trunk/icefaces/lib/ace/poi-3.9.jar
        Commit graph MODIFY /icefaces4/trunk/icefaces/samples/build/common.xml
        Commit graph DEL /icefaces4/trunk/icefaces/lib/myfaces/2.3/myfaces-bundle-2.3.1.jar
        Commit graph ADD /icefaces4/trunk/icefaces/lib/myfaces/2.3/myfaces-bundle-2.3.6.jar
        Commit graph ADD /icefaces4/trunk/icefaces/lib/mojarra/2.3/javax.faces-2.3.8.jar
        Commit graph MODIFY /icefaces4/trunk/icefaces/lib/versions-licenses.html
        Commit graph MODIFY /icefaces4/trunk/icefaces/samples/showcase/showcase/build.xml
        Commit graph ADD /icefaces4/trunk/icefaces/lib/myfaces/2.3/commons-beanutils-1.9.4.jar
        Commit graph ADD /icefaces4/trunk/icefaces/lib/ace/commons-collections4-4.4.jar
        Commit graph ADD /icefaces4/trunk/icefaces/lib/ace/poi-ooxml-4.1.2.jar
        Commit graph DEL /icefaces4/trunk/icefaces/lib/ace/poi-ooxml-schemas-3.9.jar
        Commit graph DEL /icefaces4/trunk/icefaces/lib/ace/xmlbeans-2.6.0.jar
        Commit graph ADD /icefaces4/trunk/icefaces/lib/ace/commons-compress-1.20.jar
        Commit graph ADD /icefaces4/trunk/icefaces/lib/ace/poi-4.1.2.jar
        Commit graph DEL /icefaces4/trunk/icefaces/lib/ace/poi-ooxml-3.9.jar
        Commit graph ADD /icefaces4/trunk/icefaces/lib/ace/dom4j-2.1.3.jar
        Commit graph DEL /icefaces4/trunk/icefaces/lib/ace/dom4j-1.6.1.jar
        Commit graph ADD /icefaces4/trunk/icefaces/lib/ace/poi-ooxml-schemas-4.1.2.jar
        Commit graph DEL /icefaces4/trunk/icefaces/lib/mojarra/2.3/javax.faces-2.3.5.jar
        Commit graph ADD /icefaces4/trunk/icefaces/lib/ace/xmlbeans-3.1.0.jar
        Hide
        Arturo Zambrano added a comment -

        r53179: ICE-11468 Removed old libraries with vulnerabilities, as specified by JIRA description (except JSTL); added updated libraries; added new libraries that are dependencies of updated libraries; updated build scripts and licenses documentation

        Show
        Arturo Zambrano added a comment - r53179: ICE-11468 Removed old libraries with vulnerabilities, as specified by JIRA description (except JSTL); added updated libraries; added new libraries that are dependencies of updated libraries; updated build scripts and licenses documentation
        Arturo Zambrano made changes -
        Status Open [ 1 ] Resolved [ 5 ]
        Resolution Fixed [ 1 ]
        Hide
        Arturo Zambrano added a comment - - edited

        These are the libraries that were updated and the jars that were removed:

        --------------------------------------------------------------------------------
        NAME			VERSION		FILENAME
        --------------------------------------------------------------------------------
        Mojarra			2.3.5		javax.faces-2.3.5.jar
        Myfaces			2.3.1		myfaces-bundle-2.3.1.jar
        Commons BeanUtils	1.9.3		commons-beanutils-1.9.3.jar
        dom4j			1.6.1		dom4j-1.6.1.jar
        Apache POI		3.9		poi-3.9.jar
        					poi-ooxml-3.9.jar
        					poi-ooxml-schemas-3.9.jar
        XML Beans		2.6.0		xmlbeans-2.6.0
        --------------------------------------------------------------------------------
        

        These are the updated jars:

        --------------------------------------------------------------------------------
        NAME			VERSION		FILENAME
        --------------------------------------------------------------------------------
        Mojarra			2.3.8		javax.faces-2.3.8.jar
        Myfaces			2.3.6		myfaces-bundle-2.3.6.jar
        Commons BeanUtils	1.9.4		commons-beanutils-1.9.4.jar
        dom4j			2.1.3		dom4j-2.1.3.jar
        Apache POI		4.1.2		poi-4.1.2.jar
        					poi-ooxml-4.1.2.jar
        					poi-ooxml-schemas-4.1.2.jar
        XML Beans		3.1.0		xmlbeans-3.1.0.jar
        --------------------------------------------------------------------------------
        

        These new jars were added as dependencies of the new version of POI:

        --------------------------------------------------------------------------------
        NAME				VERSION		FILENAME
        --------------------------------------------------------------------------------
        Apache Commons Math		3.6.1		commons-math3-3.6.1.jar
        Apache Commons Collections4	4.4		commons-collections4-4.4.jar
        Apache Commons Compress		1.2		commons-compress-1.20.jar
        --------------------------------------------------------------------------------
        

        Other observations:

        • JSTL (1.2) wasn't updated, because the report refers to the Apache Standard Taglib version (1.2.3 and under). In any case, this library is only used with sample apps and tutorials, and it doesn't affect the framework itself.
        • The new Mojarra 2.3 (2.3.8) version that we use now was released by the Eclipse Foundation.
        • The commons collections jar used by Myfaces and the new collections4 jar are independent of each other and do not cause conflicts. The collections4 jar contains packages with collections4 in their names.
        • The XML Beans library update wasn't part of the security update, but it was necessary to update it, because the new POI library version required it.
        • The Apache Commons Math library was added for XLS and XLSX exporting, while the Apache Commons Collections4 and Apache Commons Compress were added for XLSX exporting only.
        Show
        Arturo Zambrano added a comment - - edited These are the libraries that were updated and the jars that were removed: -------------------------------------------------------------------------------- NAME VERSION FILENAME -------------------------------------------------------------------------------- Mojarra 2.3.5 javax.faces-2.3.5.jar Myfaces 2.3.1 myfaces-bundle-2.3.1.jar Commons BeanUtils 1.9.3 commons-beanutils-1.9.3.jar dom4j 1.6.1 dom4j-1.6.1.jar Apache POI 3.9 poi-3.9.jar poi-ooxml-3.9.jar poi-ooxml-schemas-3.9.jar XML Beans 2.6.0 xmlbeans-2.6.0 -------------------------------------------------------------------------------- These are the updated jars: -------------------------------------------------------------------------------- NAME VERSION FILENAME -------------------------------------------------------------------------------- Mojarra 2.3.8 javax.faces-2.3.8.jar Myfaces 2.3.6 myfaces-bundle-2.3.6.jar Commons BeanUtils 1.9.4 commons-beanutils-1.9.4.jar dom4j 2.1.3 dom4j-2.1.3.jar Apache POI 4.1.2 poi-4.1.2.jar poi-ooxml-4.1.2.jar poi-ooxml-schemas-4.1.2.jar XML Beans 3.1.0 xmlbeans-3.1.0.jar -------------------------------------------------------------------------------- These new jars were added as dependencies of the new version of POI: -------------------------------------------------------------------------------- NAME VERSION FILENAME -------------------------------------------------------------------------------- Apache Commons Math 3.6.1 commons-math3-3.6.1.jar Apache Commons Collections4 4.4 commons-collections4-4.4.jar Apache Commons Compress 1.2 commons-compress-1.20.jar -------------------------------------------------------------------------------- Other observations: JSTL (1.2) wasn't updated, because the report refers to the Apache Standard Taglib version (1.2.3 and under). In any case, this library is only used with sample apps and tutorials, and it doesn't affect the framework itself. The new Mojarra 2.3 (2.3.8) version that we use now was released by the Eclipse Foundation. The commons collections jar used by Myfaces and the new collections4 jar are independent of each other and do not cause conflicts. The collections4 jar contains packages with collections4 in their names. The XML Beans library update wasn't part of the security update, but it was necessary to update it, because the new POI library version required it. The Apache Commons Math library was added for XLS and XLSX exporting, while the Apache Commons Collections4 and Apache Commons Compress were added for XLSX exporting only.
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #53180 Wed Apr 22 15:43:19 MDT 2020 art.zambrano ICE-11468 added license info of new libraries
        Files Changed
        Commit graph MODIFY /icefaces4/trunk/icefaces/lib/versions-licenses.html
        Ken Fyten made changes -
        Summary update Myfaces library due to issue with security scan, do not use Mojarra 2.3.4 or 2.3.5 Update 3rd Party Libraries
        Hide
        Ken Fyten added a comment -

        Re-opened.

        The relevant .pom files need to be updated to indicate the correct versions of these updated libraries.

        Show
        Ken Fyten added a comment - Re-opened. The relevant .pom files need to be updated to indicate the correct versions of these updated libraries.
        Ken Fyten made changes -
        Resolution Fixed [ 1 ]
        Status Resolved [ 5 ] Reopened [ 4 ]
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #53185 Mon Apr 27 09:45:55 MDT 2020 art.zambrano ICE-11468 updated maven pom.xml files to build using new library versions and dependencies; removed dom4j, which is no longer necessary by new POI version; also updated to Mojarra 2.3.14, which is actually the newest version; also updated commons logging to 1.2 and commons bean utils to 1.9.4 in the Myfaces 2.2 library folder
        Files Changed
        Commit graph MODIFY /icefaces4/trunk/icefaces/samples/pom.xml
        Commit graph DEL /icefaces4/trunk/icefaces/lib/myfaces/2.2/commons-logging-1.1.1.jar
        Commit graph DEL /icefaces4/trunk/icefaces/lib/myfaces/2.2/commons-beanutils-1.9.2.jar
        Commit graph ADD /icefaces4/trunk/icefaces/lib/mojarra/2.3/jakarta.faces-2.3.14.jar
        Commit graph ADD /icefaces4/trunk/icefaces/lib/myfaces/2.2/commons-logging-1.2.jar
        Commit graph DEL /icefaces4/trunk/icefaces/lib/mojarra/2.3/javax.faces-2.3.8.jar
        Commit graph MODIFY /icefaces4/trunk/icefaces/pom.xml
        Commit graph MODIFY /icefaces4/trunk/icefaces/samples/showcase/pom.xml
        Commit graph MODIFY /icefaces4/trunk/icefaces/core/pom.xml
        Commit graph MODIFY /icefaces4/trunk/icefaces/licenses/NOTICE.txt
        Commit graph MODIFY /icefaces4/trunk/icefaces/lib/versions-licenses.html
        Commit graph DEL /icefaces4/trunk/icefaces/lib/ace/dom4j-2.1.3.jar
        Commit graph MODIFY /icefaces4/trunk/icefaces/samples/ace/pom.xml
        Commit graph ADD /icefaces4/trunk/icefaces/lib/myfaces/2.2/commons-beanutils-1.9.4.jar
        Commit graph MODIFY /icefaces4/trunk/icefaces/samples/showcase/showcase/build.xml
        Hide
        Arturo Zambrano added a comment -

        r53185: ICE-11468 updated maven pom.xml files to build using new library versions and dependencies; removed dom4j, which is no longer necessary by new POI version; also updated to Mojarra 2.3.14, which is actually the newest version; also updated commons logging to 1.2 and commons bean utils to 1.9.4 in the Myfaces 2.2 library folder

        Show
        Arturo Zambrano added a comment - r53185: ICE-11468 updated maven pom.xml files to build using new library versions and dependencies; removed dom4j, which is no longer necessary by new POI version; also updated to Mojarra 2.3.14, which is actually the newest version; also updated commons logging to 1.2 and commons bean utils to 1.9.4 in the Myfaces 2.2 library folder
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #53190 Wed Apr 29 15:48:13 MDT 2020 art.zambrano ICE-11468 updated maven pom.xml files to use https in dependency repository URLs
        Files Changed
        Commit graph MODIFY /icefaces4/trunk/icefaces/tutorials/dateTimeEntry-yearRange-tutorial/pom.xml
        Commit graph MODIFY /icefaces4/trunk/icefaces/tutorials/internationalization/pom.xml
        Commit graph MODIFY /icefaces4/trunk/icefaces/tutorials/compositeComponent/pom.xml
        Commit graph MODIFY /icefaces4/trunk/icefaces/tutorials/dateTimeEntry-locale-tutorial/pom.xml
        Commit graph MODIFY /icefaces4/trunk/icefaces/pom.xml
        Commit graph MODIFY /icefaces4/trunk/icefaces/tutorials/tabSet-dynamic-tutorial/pom.xml
        Commit graph MODIFY /icefaces4/trunk/icefaces/tutorials/tabSet-caching-tutorial/pom.xml
        Commit graph MODIFY /icefaces4/trunk/icefaces/tutorials/file-callback-tutorial/pom.xml
        Commit graph MODIFY /icefaces4/trunk/icefaces/tutorials/dynamic-columns/pom.xml
        Commit graph MODIFY /icefaces4/trunk/icefaces/tutorials/spring-webflow-booking/pom.xml
        Commit graph MODIFY /icefaces4/trunk/icefaces/tutorials/easyAjaxPush/pom.xml
        Commit graph MODIFY /icefaces4/trunk/icefaces/samples/core/test/ICE-3182/pom.xml
        Commit graph MODIFY /icefaces4/trunk/icefaces/tutorials/conditional-row-messages/pom.xml
        Commit graph MODIFY /icefaces4/trunk/icefaces/tutorials/windowScope/pom.xml
        Commit graph MODIFY /icefaces4/trunk/icefaces/tutorials/dynamic-menu-tutorial/pom.xml
        Commit graph MODIFY /icefaces4/trunk/icefaces/tutorials/tree-table-row-expansion/pom.xml
        Hide
        Arturo Zambrano added a comment -

        r57788: updated maven pom.xml files to use https in dependency repository URLs

        r57789: updated ant maven build script to use https in dependency repository URLs

        Show
        Arturo Zambrano added a comment - r57788: updated maven pom.xml files to use https in dependency repository URLs r57789: updated ant maven build script to use https in dependency repository URLs
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #53191 Thu Apr 30 09:45:21 MDT 2020 art.zambrano ICE-11468 updated maven pom.xml files to use https in URLs
        Files Changed
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/themes/ace-mint-choc/pom.xml
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/themes/pom.xml
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/themes/ace-cupertino/pom.xml
        Commit graph MODIFY /icefaces4/trunk/icefaces/tutorials/tabSet-dynamic-tutorial/pom.xml
        Commit graph MODIFY /icefaces4/trunk/icefaces/core/pom.xml
        Commit graph MODIFY /icefaces4/trunk/icefaces/samples/ace/pom.xml
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/themes/ace-ui-darkness/pom.xml
        Commit graph MODIFY /icefaces4/trunk/icefaces/tutorials/easyAjaxPush/pom.xml
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/themes/ace-black-tie/pom.xml
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/themes/ace-dot-luv/pom.xml
        Commit graph MODIFY /icefaces4/trunk/icefaces/tutorials/portlet-dnd-tutorial/pom.xml
        Commit graph MODIFY /icefaces4/trunk/icefaces/tutorials/compositeComponent/pom.xml
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/themes/ace-blitzer/pom.xml
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/themes/ace-flick/pom.xml
        Commit graph MODIFY /icefaces4/trunk/icefaces/samples/core/basic/pom.xml
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/themes/ace-swanky-purse/pom.xml
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/themes/ace-start/pom.xml
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/themes/ace-smoothness/pom.xml
        Commit graph MODIFY /icefaces4/trunk/icefaces/samples/core/pom.xml
        Commit graph MODIFY /icefaces4/trunk/icefaces/samples/showcase/pom.xml
        Commit graph MODIFY /icefaces4/trunk/icefaces/samples/core/test/ICE-3182/pom.xml
        Commit graph MODIFY /icefaces4/trunk/icefaces/tutorials/conditional-row-messages/pom.xml
        Commit graph MODIFY /icefaces4/trunk/icefaces/tutorials/windowScope/pom.xml
        Commit graph MODIFY /icefaces4/trunk/icefaces/tutorials/dynamic-menu-tutorial/pom.xml
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/themes/ace-humanity/pom.xml
        Commit graph MODIFY /icefaces4/trunk/icefaces/samples/core/chat/pom.xml
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/themes/ace-eggplant/pom.xml
        Commit graph MODIFY /icefaces4/trunk/icefaces/tutorials/internationalization/pom.xml
        Commit graph MODIFY /icefaces4/trunk/icefaces/tutorials/dateTimeEntry-yearRange-tutorial/pom.xml
        Commit graph MODIFY /icefaces4/trunk/icefaces/samples/core/auction/pom.xml
        Commit graph MODIFY /icefaces4/trunk/icefaces/samples/core/chat-portlet/pom.xml
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/themes/ace-hot-sneaks/pom.xml
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/themes/ace-sunny/pom.xml
        Commit graph MODIFY /icefaces4/trunk/icefaces/pom.xml
        Commit graph MODIFY /icefaces4/trunk/icefaces/samples/core/test/diffconfig/pom.xml
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/themes/ace-redmond/pom.xml
        Commit graph MODIFY /icefaces4/trunk/icefaces/tutorials/tabSet-caching-tutorial/pom.xml
        Commit graph MODIFY /icefaces4/trunk/icefaces/tutorials/file-callback-tutorial/pom.xml
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/themes/ace-trontastic/pom.xml
        Commit graph MODIFY /icefaces4/trunk/icefaces/samples/pom.xml
        Commit graph MODIFY /icefaces4/trunk/icefaces/samples/showcase/showcase-portlet/pom.xml
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/pom.xml
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/themes/ace-ui-lightness/pom.xml
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/themes/ace-pepper-grinder/pom.xml
        Commit graph MODIFY /icepush/branches/icepush-core-4.x-maintenance/icepush/core/pom.xml
        Commit graph MODIFY /icefaces4/trunk/icefaces/samples/showcase/showcase/pom.xml
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/themes/ace-dark-hive/pom.xml
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/themes/ace-themes/pom.xml
        Commit graph MODIFY /icefaces4/trunk/icefaces/tutorials/dateTimeEntry-locale-tutorial/pom.xml
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/themes/ace-le-frog/pom.xml
        Commit graph MODIFY /icepush/branches/icepush-core-4.x-maintenance/icepush/pom.xml
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/themes/ace-excite-bike/pom.xml
        Commit graph MODIFY /icefaces4/trunk/icefaces/tutorials/dynamic-columns/pom.xml
        Commit graph MODIFY /icefaces4/trunk/icefaces/tutorials/spring-webflow-booking/pom.xml
        Commit graph MODIFY /icefaces4/trunk/icefaces/samples/ace/emporium/pom.xml
        Commit graph MODIFY /icefaces4/trunk/icefaces/mobi/pom.xml
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/themes/ace-south-street/pom.xml
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/themes/ace-overcast/pom.xml
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/themes/ace-vader/pom.xml
        Commit graph MODIFY /icefaces4/trunk/icefaces/tutorials/tree-table-row-expansion/pom.xml
        Hide
        Arturo Zambrano added a comment -

        r57784: updated maven pom.xml files to use https in URLs, including URLs in namespaces

        Show
        Arturo Zambrano added a comment - r57784: updated maven pom.xml files to use https in URLs, including URLs in namespaces
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #53192 Thu Apr 30 16:02:33 MDT 2020 art.zambrano ICE-11468 updated maven pom.xml files to use com.icefaces instead of org.icefaces as the group ID
        Files Changed
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/themes/ace-mint-choc/pom.xml
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/themes/pom.xml
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/themes/ace-cupertino/pom.xml
        Commit graph MODIFY /icefaces4/trunk/icefaces/tutorials/tabSet-dynamic-tutorial/pom.xml
        Commit graph MODIFY /icefaces4/trunk/icefaces/core/pom.xml
        Commit graph MODIFY /icefaces4/trunk/icefaces/samples/ace/pom.xml
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/themes/ace-ui-darkness/pom.xml
        Commit graph MODIFY /icefaces4/trunk/icefaces/tutorials/easyAjaxPush/pom.xml
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/themes/ace-black-tie/pom.xml
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/themes/ace-dot-luv/pom.xml
        Commit graph MODIFY /icefaces4/trunk/icefaces/tutorials/portlet-dnd-tutorial/pom.xml
        Commit graph MODIFY /icefaces4/trunk/icefaces/tutorials/compositeComponent/pom.xml
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/themes/ace-blitzer/pom.xml
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/themes/ace-flick/pom.xml
        Commit graph MODIFY /icefaces4/trunk/icefaces/samples/core/basic/pom.xml
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/themes/ace-swanky-purse/pom.xml
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/themes/ace-start/pom.xml
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/themes/ace-smoothness/pom.xml
        Commit graph MODIFY /icefaces4/trunk/icefaces/samples/core/pom.xml
        Commit graph MODIFY /icefaces4/trunk/icefaces/samples/showcase/pom.xml
        Commit graph MODIFY /icefaces4/trunk/icefaces/samples/core/test/ICE-3182/pom.xml
        Commit graph MODIFY /icefaces4/trunk/icefaces/tutorials/conditional-row-messages/pom.xml
        Commit graph MODIFY /icefaces4/trunk/icefaces/tutorials/windowScope/pom.xml
        Commit graph MODIFY /icefaces4/trunk/icefaces/tutorials/dynamic-menu-tutorial/pom.xml
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/themes/ace-humanity/pom.xml
        Commit graph MODIFY /icefaces4/trunk/icefaces/samples/core/chat/pom.xml
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/themes/ace-eggplant/pom.xml
        Commit graph MODIFY /icefaces4/trunk/icefaces/tutorials/internationalization/pom.xml
        Commit graph MODIFY /icefaces4/trunk/icefaces/tutorials/dateTimeEntry-yearRange-tutorial/pom.xml
        Commit graph MODIFY /icefaces4/trunk/icefaces/samples/core/auction/pom.xml
        Commit graph MODIFY /icefaces4/trunk/icefaces/samples/core/chat-portlet/pom.xml
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/themes/ace-hot-sneaks/pom.xml
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/themes/ace-sunny/pom.xml
        Commit graph MODIFY /icefaces4/trunk/icefaces/pom.xml
        Commit graph MODIFY /icefaces4/trunk/icefaces/samples/core/test/diffconfig/pom.xml
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/themes/ace-redmond/pom.xml
        Commit graph MODIFY /icefaces4/trunk/icefaces/tutorials/tabSet-caching-tutorial/pom.xml
        Commit graph MODIFY /icefaces4/trunk/icefaces/tutorials/file-callback-tutorial/pom.xml
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/themes/ace-trontastic/pom.xml
        Commit graph MODIFY /icefaces4/trunk/icefaces/samples/pom.xml
        Commit graph MODIFY /icefaces4/trunk/icefaces/samples/showcase/showcase-portlet/pom.xml
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/pom.xml
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/themes/ace-ui-lightness/pom.xml
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/themes/ace-pepper-grinder/pom.xml
        Commit graph MODIFY /icefaces4/trunk/icefaces/samples/showcase/showcase/pom.xml
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/themes/ace-dark-hive/pom.xml
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/themes/ace-themes/pom.xml
        Commit graph MODIFY /icefaces4/trunk/icefaces/tutorials/dateTimeEntry-locale-tutorial/pom.xml
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/themes/ace-le-frog/pom.xml
        Commit graph MODIFY /icepush/branches/icepush-core-4.x-maintenance/icepush/pom.xml
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/themes/ace-excite-bike/pom.xml
        Commit graph MODIFY /icefaces4/trunk/icefaces/tutorials/dynamic-columns/pom.xml
        Commit graph MODIFY /icefaces4/trunk/icefaces/tutorials/spring-webflow-booking/pom.xml
        Commit graph MODIFY /icefaces4/trunk/icefaces/samples/ace/emporium/pom.xml
        Commit graph MODIFY /icefaces4/trunk/icefaces/mobi/pom.xml
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/themes/ace-south-street/pom.xml
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/themes/ace-overcast/pom.xml
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/themes/ace-vader/pom.xml
        Commit graph MODIFY /icefaces4/trunk/icefaces/tutorials/tree-table-row-expansion/pom.xml
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #53193 Thu Apr 30 16:59:29 MDT 2020 art.zambrano ICE-11468 updated maven pom.xml files to use http instead of https for anonsvn.icefaces.org
        Files Changed
        Commit graph MODIFY /icefaces4/trunk/icefaces/tutorials/dateTimeEntry-yearRange-tutorial/pom.xml
        Commit graph MODIFY /icefaces4/trunk/icefaces/tutorials/internationalization/pom.xml
        Commit graph MODIFY /icefaces4/trunk/icefaces/tutorials/compositeComponent/pom.xml
        Commit graph MODIFY /icefaces4/trunk/icefaces/tutorials/dateTimeEntry-locale-tutorial/pom.xml
        Commit graph MODIFY /icefaces4/trunk/icefaces/pom.xml
        Commit graph MODIFY /icefaces4/trunk/icefaces/tutorials/tabSet-dynamic-tutorial/pom.xml
        Commit graph MODIFY /icefaces4/trunk/icefaces/tutorials/tabSet-caching-tutorial/pom.xml
        Commit graph MODIFY /icefaces4/trunk/icefaces/tutorials/file-callback-tutorial/pom.xml
        Commit graph MODIFY /icefaces4/trunk/icefaces/tutorials/dynamic-columns/pom.xml
        Commit graph MODIFY /icefaces4/trunk/icefaces/tutorials/spring-webflow-booking/pom.xml
        Commit graph MODIFY /icefaces4/trunk/icefaces/tutorials/easyAjaxPush/pom.xml
        Commit graph MODIFY /icefaces4/trunk/icefaces/samples/core/test/ICE-3182/pom.xml
        Commit graph MODIFY /icefaces4/trunk/icefaces/tutorials/conditional-row-messages/pom.xml
        Commit graph MODIFY /icefaces4/trunk/icefaces/tutorials/windowScope/pom.xml
        Commit graph MODIFY /icefaces4/trunk/icefaces/tutorials/dynamic-menu-tutorial/pom.xml
        Commit graph MODIFY /icefaces4/trunk/icefaces/tutorials/tree-table-row-expansion/pom.xml
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #53194 Fri May 01 15:48:18 MDT 2020 art.zambrano ICE-11468 updated maven pom.xml files for the ee release; commented out groupId's used in the free version and added the groupId's use din the ee version; updated various version numbers and other things
        Files Changed
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/themes/ace-eggplant/pom.xml
        Commit graph MODIFY /icefaces4/trunk/icefaces/samples/core/auction/pom.xml
        Commit graph MODIFY /icefaces4/trunk/icefaces/samples/core/chat-portlet/pom.xml
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/themes/ace-mint-choc/pom.xml
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/themes/ace-hot-sneaks/pom.xml
        Commit graph MODIFY /icefaces4/trunk/icefaces/pom.xml
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/themes/ace-sunny/pom.xml
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/themes/ace-cupertino/pom.xml
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/themes/pom.xml
        Commit graph MODIFY /icefaces4/trunk/icefaces/core/pom.xml
        Commit graph MODIFY /icefaces4/trunk/icefaces/samples/core/test/diffconfig/pom.xml
        Commit graph MODIFY /icefaces4/trunk/icefaces/samples/ace/pom.xml
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/themes/ace-redmond/pom.xml
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/themes/ace-trontastic/pom.xml
        Commit graph MODIFY /icefaces4/trunk/icefaces/samples/pom.xml
        Commit graph MODIFY /icefaces4/trunk/icefaces/samples/showcase/showcase-portlet/pom.xml
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/themes/ace-ui-darkness/pom.xml
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/pom.xml
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/themes/ace-ui-lightness/pom.xml
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/themes/ace-pepper-grinder/pom.xml
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/themes/ace-dot-luv/pom.xml
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/themes/ace-black-tie/pom.xml
        Commit graph MODIFY /icefaces4/trunk/icefaces/samples/showcase/showcase/pom.xml
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/themes/ace-dark-hive/pom.xml
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/themes/ace-themes/pom.xml
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/themes/ace-blitzer/pom.xml
        Commit graph MODIFY /icefaces4/trunk/icefaces/samples/core/basic/pom.xml
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/themes/ace-flick/pom.xml
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/themes/ace-le-frog/pom.xml
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/themes/ace-swanky-purse/pom.xml
        Commit graph MODIFY /icepush/branches/icepush-core-4.x-maintenance/icepush/pom.xml
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/themes/ace-start/pom.xml
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/themes/ace-excite-bike/pom.xml
        Commit graph MODIFY /icefaces4/trunk/icefaces/samples/ace/emporium/pom.xml
        Commit graph MODIFY /icefaces4/trunk/icefaces/samples/core/pom.xml
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/themes/ace-smoothness/pom.xml
        Commit graph MODIFY /icefaces4/trunk/icefaces/mobi/pom.xml
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/themes/ace-south-street/pom.xml
        Commit graph MODIFY /icefaces4/trunk/icefaces/samples/showcase/pom.xml
        Commit graph MODIFY /icefaces4/trunk/icefaces/samples/core/test/ICE-3182/pom.xml
        Commit graph MODIFY /icefaces4/trunk/icefaces/samples/core/chat/pom.xml
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/themes/ace-humanity/pom.xml
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/themes/ace-overcast/pom.xml
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/themes/ace-vader/pom.xml
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #53195 Fri May 01 20:16:11 MDT 2020 art.zambrano ICE-11468 updated maven pom.xml files for tutorials
        Files Changed
        Commit graph MODIFY /icefaces4/trunk/icefaces/tutorials/dateTimeEntry-yearRange-tutorial/pom.xml
        Commit graph MODIFY /icefaces4/trunk/icefaces/tutorials/internationalization/pom.xml
        Commit graph MODIFY /icefaces4/trunk/icefaces/tutorials/compositeComponent/pom.xml
        Commit graph MODIFY /icefaces4/trunk/icefaces/tutorials/dateTimeEntry-locale-tutorial/pom.xml
        Commit graph MODIFY /icefaces4/trunk/icefaces/tutorials/tabSet-dynamic-tutorial/pom.xml
        Commit graph MODIFY /icefaces4/trunk/icefaces/tutorials/file-callback-tutorial/pom.xml
        Commit graph MODIFY /icefaces4/trunk/icefaces/tutorials/tabSet-caching-tutorial/pom.xml
        Commit graph MODIFY /icefaces4/trunk/icefaces/tutorials/dynamic-columns/pom.xml
        Commit graph MODIFY /icefaces4/trunk/icefaces/tutorials/spring-webflow-booking/pom.xml
        Commit graph MODIFY /icefaces4/trunk/icefaces/tutorials/easyAjaxPush/pom.xml
        Commit graph MODIFY /icefaces4/trunk/icefaces/tutorials/conditional-row-messages/pom.xml
        Commit graph MODIFY /icefaces4/trunk/icefaces/tutorials/portlet-dnd-tutorial/pom.xml
        Commit graph MODIFY /icefaces4/trunk/icefaces/tutorials/windowScope/pom.xml
        Commit graph MODIFY /icefaces4/trunk/icefaces/tutorials/dynamic-menu-tutorial/pom.xml
        Commit graph MODIFY /icefaces4/trunk/icefaces/tutorials/tree-table-row-expansion/pom.xml
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #53214 Thu May 07 15:49:01 MDT 2020 art.zambrano ICE-11468 updated maven pom.xml files for showcase and emporium apps: added missing cdi and jstl dependencies
        Files Changed
        Commit graph MODIFY /icefaces4/trunk/icefaces/samples/showcase/pom.xml
        Commit graph MODIFY /icefaces4/trunk/icefaces/samples/ace/pom.xml
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #53218 Tue May 19 17:52:02 MDT 2020 art.zambrano ICE-11468 removed the krysalis jCharts library from the showcase pom file, since this library is no longer used by the components or by the showcase application
        Files Changed
        Commit graph MODIFY /icefaces4/trunk/icefaces/samples/showcase/pom.xml
        Hide
        Arturo Zambrano added a comment -

        r53218, r53219: removed the krysalis jCharts library from the showcase pom file, since this library is no longer used by the components or by the showcase application (committed to the trunk and the P02 tag)

        Show
        Arturo Zambrano added a comment - r53218, r53219: removed the krysalis jCharts library from the showcase pom file, since this library is no longer used by the components or by the showcase application (committed to the trunk and the P02 tag)
        Arturo Zambrano made changes -
        Status Reopened [ 4 ] Resolved [ 5 ]
        Resolution Fixed [ 1 ]
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #53222 Wed May 20 14:45:48 MDT 2020 art.zambrano ICE-11468 Added JAXB API jar to avoid build-time errors with JDK 11
        Files Changed
        Commit graph MODIFY /icefaces4/trunk/icefaces/mobi/component/build.xml
        Commit graph ADD /icefaces4/trunk/icefaces/lib/mobi/jaxb-api-2.3.1.jar
        Commit graph ADD /icefaces4/trunk/icefaces/lib/mobi
        Hide
        Arturo Zambrano added a comment - - edited

        r53222, r53223: Added JAXB API jar to avoid build-time errors with JDK 11 (committed to trunk and P02 tag)

        Starting from Java 9, the JAXB API were moved out of Java SE, because they are considered part of Java EE. So, we're adding this jar, specifically for the mobi codebase, to be able to compile correctly on Java 9 and above. This doesn't affect anything when compiling with Java 8.

        https://stackoverflow.com/questions/43574426/how-to-resolve-java-lang-noclassdeffounderror-javax-xml-bind-jaxbexception-in-j

        Show
        Arturo Zambrano added a comment - - edited r53222, r53223: Added JAXB API jar to avoid build-time errors with JDK 11 (committed to trunk and P02 tag) Starting from Java 9, the JAXB API were moved out of Java SE, because they are considered part of Java EE. So, we're adding this jar, specifically for the mobi codebase, to be able to compile correctly on Java 9 and above. This doesn't affect anything when compiling with Java 8. https://stackoverflow.com/questions/43574426/how-to-resolve-java-lang-noclassdeffounderror-javax-xml-bind-jaxbexception-in-j
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #53228 Mon Jun 01 17:45:49 MDT 2020 art.zambrano ICE-11468 maven pom files, minor correction in the group id of the redmond theme and inclusion of the JAXB library as a dependency in the mobi pom file
        Files Changed
        Commit graph MODIFY /icefaces4/trunk/icefaces/mobi/pom.xml
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/themes/ace-redmond/pom.xml
        Ken Fyten made changes -
        Issue Type Bug [ 1 ] Task [ 3 ]
        Ken Fyten made changes -
        Status Resolved [ 5 ] Closed [ 6 ]

          People

          • Assignee:
            Arturo Zambrano
            Reporter:
            Judy Guglielmin
          • Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: