intive-FDV / DynamicJasper

Dynamic Reports using Jasper Reports
http://intive-fdv.github.io/DynamicJasper/
GNU Lesser General Public License v3.0
241 stars 128 forks source link

Don't use legacy apache-collections (3.2.2) #53

Open ginalpisti opened 6 years ago

ginalpisti commented 6 years ago

You should not use the old version of apache-collections (v3.2.2) especially that in the same file uses apaceh-collections4 also.

example in ar.com.fdvs.dj.core.layout.AbstractLayoutManager :

import org.apache.commons.collections.CollectionUtils;
import org.apache.commons.collections.Predicate;
import org.apache.commons.collections4.MultiValuedMap;
import org.apache.commons.collections4.multimap.ArrayListValuedHashMap;