Details
-
Type: Task
-
Status: Open
-
Priority: Minor
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: Upcoming
-
Component/s: None
-
Labels:None
Description
Create a standalone suite that can test compatability of different JREs with XStream.
Yes, we need this definitely. And as I already explained some time ago, it is not enough to build XStream with the different JDK versions as we do currently in Beetlejuice, but to use the resulting artifact from the Sun JDK 1.5 build and use it with the different JDKs. Latest indication is the problem with IBM JDK 1.4, that declares the methods and field in reverse order ... but only for classes it compiled itself. Also JRockit is such a canidate, that has the Sun classes for the enhanced mode, but it does not work. OTOH XStream has a some code, where the version of the JDK is used to decide for certain functionality ... which is also not true.