Spring Framework 4.2.4
Cantor, Scott
cantor.2 at osu.edu
Thu Dec 17 21:43:52 EST 2015
On 12/17/15, 3:59 PM, "dev on behalf of Ian Young" <dev-bounces at shibboleth.net on behalf of ian at iay.org.uk> wrote:
>I note that Spring 4.2.4 is out. I looked through the release notes, and the only thing which looks like it might affect us is some string to duration conversions, presumably for XML configuration. I don't know whether that might interact with our own converter, but I think the latter is a string->long integer gated by an annotation, so probably not.
I think theirs are converting between strings and various Joda or Java DateTime types. Our duration properties are longs, and that's all we have a converter for (and gated by annotation).
-- Scott
More information about the dev
mailing list