Details
-
Type:
Bug
-
Status: Resolved
-
Priority:
Minor
-
Resolution: Complete
-
Affects Version/s: None
-
Fix Version/s: 1.2.4.RELEASE
-
Component/s: None
-
Labels:
Description
Annotations added to entities are also added to proxy methods. For instance, if you add @JsonIgnore to a method in an entity, it is also added to the corresponding method in the proxy. As such, the proxy will throw and error when the application is run.