The kernel shouldn't be using the backport concurrent (java.util.*) as they have been part of the JDK for ages.
GENERAL
TESTING
GENERAL
TESTING
Description
is related to
Activity
Show:

Sam Ottenhoff September 21, 2012 at 11:41 AM
1.3.x: r113356

Hudson CI Server April 5, 2012 at 4:13 AM
Integrated in kernel-trunk #497 (See http://builds.sakaiproject.org:8080/job/kernel-trunk/497/)
Remove backport-utils as it part of the JDK and isn't required for any dependencies. (Revision 106560)
Result = SUCCESS
Matthew Buckett April 5, 2012 at 4:04 AM
Fixed by removing the dependency and updating tiny bit of code that used it to java.util.Arrays.
Matthew Buckett April 5, 2012 at 3:38 AM
This came in with EhCache 1.6.1 but during later upgrades of Ehcache it was no longer required, but it wasn't removed.
The kernel currently has dependency on the backport-util-concurrent which should have been removed ages ago (if it was ever needed) as they are all now part of the JDK and the backport versions are missing generics.