You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jdo-commits@db.apache.org by Apache Wiki <wi...@apache.org> on 2005/10/21 01:49:58 UTC

[Jdo Wiki] Update of "Java5FeaturesTests" by mzaun

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Jdo Wiki" for change notification.

The following page has been changed by mzaun:
http://wiki.apache.org/jdo/Java5FeaturesTests

New page:
= Tests using Java 5 Language Features =
This activity creates test classes for new language features in Java 5, namely enums and generics.

= General Issues =

 * Depending on the resolution of how the JDO spec addresses the new Java 5 language features (Java5FeaturesAndJDO), test classes are needed that use enums and generics as field types and persistence-capable classes.

 * Those test classes require to be compiled with JDK 1.5.  If we added those classes to the modules' test directory (tck11/test, tck20/test, etc.), those modules would not build with JDK 1.3 and 1.4 anymore.  On the other hand, we want to avoid duplicating tests and persistence-capable test classes.