Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
1.4.4
-
None
-
tested with spring.
Description
when binding Enum with the use of a factory-method it is not possible to inject the generated value. Primitives such as Integer, boolean etc are already handled directly, since they need no specific serialization handling. enums can be used likewise. i will provide a half-line patch for LazyInitProxyFactory which will fix this.