You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ofbiz.apache.org by "Mathieu Lirzin (JIRA)" <ji...@apache.org> on 2019/05/01 12:29:00 UTC

[jira] [Created] (OFBIZ-11003) Do not use ‘java.util’ backported classes

Mathieu Lirzin created OFBIZ-11003:
--------------------------------------

             Summary: Do not use ‘java.util’ backported classes
                 Key: OFBIZ-11003
                 URL: https://issues.apache.org/jira/browse/OFBIZ-11003
             Project: OFBiz
          Issue Type: Improvement
          Components: framework
    Affects Versions: Trunk
            Reporter: Mathieu Lirzin
             Fix For: Upcoming Branch


Probably due to some IDE auto-importing mistake, some classes meant as
backports of the ‘java.util.Arrays’ and ‘java.util.Collections’
classes were imported.  This makes no sense since we are requiring
Java 8 which already provide those.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)