On Wed, 05 Jan 2005 18:40:06 +0100, Christian Pesch <[EMAIL PROTECTED]> wrote: > Hi everybody, > > I'd like to use the new Java 5 features and found myself stuck with > XDoclet, which does not support generics: > > http://opensource.atlassian.com/projects/xdoclet/browse/XDT-984 > > When will XDoclet support Java 5 and when will OJB support > XDoclet 2 and Java 5?
AFAIK the XDoclet guys are currently working on supporting the Java 5 features (see the XDoclet dev list), so once there is a XDoclet beta or release available that does, OJB will use it. As for OJB, I think there are only two things that are needed to be supported by OJB: generic collection classes and enums. The latter should be easy, but I don't know how much work needs to be done for generic collection classes. Could you perhaps add a feature request in OJB's scarab for this ? Tom --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
