-
It seems that version 1.1.1 depends on JavaSE 6. This is a major problem, since the majority of JavaEE systems out there use Java 5, or even 1.4.
Is this intentional? The docs don't mention such a dependency.
The only specific example of this that I've found so far is line 37 of DefaultTextProducer, which uses java.util.Arrays.copyOf(), which was introduced in Java 6.
Unless there's a...
2009-04-29 15:26:30 UTC in SimpleCaptcha
-
collections-generic has drifted behind commons-collections, and there is new stuff in commons-collections 3.2 that is not in collections-generic, for example MultiValueMap.
Please release a new build to catch up with the latest commons-collections.
2008-09-25 10:42:54 UTC in Commons-Collections with Generics
-
Unless I'm missing something, couldn't you encode the various appendXYZ methods on PeriodFormatterBuilder? SOmething like this:
zeroAlways years ' and ' zeroRarely months
The appendSuffix and similar methods would take a bit of tweaking to encode, but essentially the parser would just be a use a PeriodFormatterBuilder and reflection.
2008-08-25 21:48:04 UTC in Joda - Time
-
Doesn't the servlet container just ignore calls to setLocale() once the response has been committed? I'm not sure if this is violating the servlet spec, or is just misleading.
2008-08-20 12:34:23 UTC in Joda - Time
-
I'd like to see a syntax for specifying Period formats, in a similar vein to DateTimeFormat. As it stands, we only have the default english-language formatter, and the ISO formatter.
This would enable to creation of a JSP tag for formatting Period and Duration objects, which currently cannot happen due to the lack of a format syntax, requiring the creation of a custom tag for each and every...
2008-08-20 12:33:04 UTC in Joda - Time
-
I often find myself writing something like
new Duration(60 * 1000)
It'd be much nicer and readable to be able to write
Duration.seconds(60) or
Duration.minutes(1)
How about it? Period already has this sort of thing, and while I appreciate that Period and Duration are very different, I think the similar usage justifies it.
2008-03-07 08:26:23 UTC in Joda - Time
-
MultiKeyMap needs narrower return types for its keySet(), values() and entrySet() methods. Currently the return types are just Set, Collection and Set, respectively, rather than their generic counterparts.
2007-01-19 15:55:52 UTC in Commons-Collections with Generics
-
kennymacleod committed patchset 3 of module JSetiWeb to the JSetiWeb CVS repository, changing 1 files.
2002-12-28 10:56:12 UTC in JSetiWeb
-
kennymacleod committed patchset 2 of module JSetiWeb to the JSetiWeb CVS repository, changing 7 files.
2002-12-21 13:21:23 UTC in JSetiWeb
-
kennymacleod committed patchset 1 of module JSetiWeb to the JSetiWeb CVS repository, changing 47 files.
2002-12-21 13:16:40 UTC in JSetiWeb