Details
-
Type: Improvement
-
Status: Open
-
Priority: Minor
-
Resolution: Unresolved
-
Affects Version/s: 1.2.2
-
Fix Version/s: None
-
Component/s: Core
-
Labels:None
-
JDK version and platform:Excelsior JET compiler for Windows
Description
XStream does not recognize the Excelsior JET Java compiler as capable of supporting Enhanced Mode. By default, it falls back to the PureJavaReflectionProvider. If forced with new XStream(new Sun14ReflectionProvider()), it works fine in enhanced mode.
A future version of XStream should recognise Excelsior JET as a Enhanced Mode platform.