-
Bug
-
Resolution: Fixed
-
Normal
-
8.0.0
-
Security Level: Jimmy
-
ZK 8.0.1
-
None
classes such as BigDecimal / BigInteger which are basically immutable, should not be proxied (currently proxying causes an error ("emtpy constructor is needed"))
either a white list of non proxied classes or a marker annotation (@Immutable) on the getter could help to give more control over which fields are proxied and which just return the original value