Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Won't Fix
-
Affects Version/s: 1.0
-
Fix Version/s: None
-
Component/s: Compatibility
-
Labels:None
Description
What should users of XStream on JDK 1.4 do when it is necessary to execute the default constructor on an object? Is there a way of specifying non-enhanced mode on JDK1.4? Is there a way of overriding the constructor behavior?
To run XStream in non enhanced mode, use new XStream(new PureJavaReflectionProvider())