akshattandon / projectlombok

Automatically exported from code.google.com/p/projectlombok
0 stars 0 forks source link

Spring Data REST JSON body does not show basic properties #814

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create a Spring data REST project.
2. Include lombok's @Data annotation on entity classes
3. execute the project and see the JSON output from Spring Data REST.

What is the expected output? What do you see instead?
It is expected that all basic properties (the entity field values) will be 
populated, however, the properties are missing from the Spring Data REST output 
(when queried through a REST call).

What version of the product are you using? On what operating system?
version: 1.14.8 on Mac

Please provide any additional information below.
Please reach out to me if unable to reproduce the issue. Can provide sample 
code.

Original issue reported on code.google.com by anupambh...@gmail.com on 11 May 2015 at 11:34