The kernel shouldn't be using the backport concurrent (java.util.*) as they have been part of the JDK for ages.

Description

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.

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/)
https://sakaiproject.atlassian.net/browse/KNL-909#icft=KNL-909 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.

Fixed

Details

Priority

Affects versions

Fix versions

Components

Assignee

Reporter

Created April 5, 2012 at 3:28 AM
Updated April 25, 2018 at 3:18 PM
Resolved April 5, 2012 at 4:04 AM

Flag notifications