Unneeded dependency on backport-concurrent jar
----------------------------------------------
Key: SHINDIG-721
URL: https://issues.apache.org/jira/browse/SHINDIG-721
Project: Shindig
Issue Type: Bug
Components: Gadget Rendering Server (Java)
Reporter: Henning Schmiedehausen
Attachments: SHINDIG-721.patch
This is probably an import relic, View should not import
edu.emory.mathcs.backport.java.util.Collections, because it is the same as its
JDK 1.5 counterpart (it actually delegates to it).
With this import fixed, it is possible to cleanly cut out ehcache from the
shindig code, thus removing ehcache.jar, jsr107.jar and
backport-concurrent.jar, reducing the jar footprint of the server when ehcache
is not in use.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.