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)