Java 8 runtime support

Description

As a developer
I would like the Bookmarks Portlet to have Java 8 runtime support
so that I can use the portlet in environments that use a Java 8 runtime.

This task will involve upgrading to the latest Spring Framework 3.2.x GA release (unless major issues arise, for which upgrade to slightly less recent version may be okay).

Environment

None

Activity

Show:

Charles Hasegawa 
March 4, 2015 at 9:41 PM

I did a quick investigation to see what might need to be done if we moved up to Spring 4.1.4. Unfortunately, the spring SimpleFormController was deprecated in Spring 3 and removed in favor of annotation based controllers in Spring 4. Therefore, further upgrades to newer releases of Spring will require re-work of the code base. There are nine (9) controller classes extending this class that no longer exists in Spring 4. I didn't investigate further, so I can't comment on whether this is a fairly straight forward exercise or not.

Charles Hasegawa 
March 4, 2015 at 9:37 PM

Fixed

Details

Assignee

Reporter

Labels

Fix versions

Affects versions

Priority

Created January 29, 2015 at 6:29 PM
Updated October 26, 2015 at 11:45 PM
Resolved March 18, 2015 at 4:36 PM