elasticsearch-grails-plugin icon indicating copy to clipboard operation
elasticsearch-grails-plugin copied to clipboard

Properly detect and unmarshall joda-time date properties

Open dstieglitz opened this issue 9 years ago • 2 comments

This pull request enables the domain class unmarshaller to detect and properly unmarshall date properties based on joda-time classes.

dstieglitz avatar Jun 19 '15 14:06 dstieglitz

Thanks for the contribution; can you please add some test cases?

noamt avatar Jun 21 '15 10:06 noamt

I added a test case for this. If you run the tests with this commit bde04b4583a4105c46caf84db920629f4bb7ccad in the master branch they will fail due to the joda-time field not being unmarshalled. In this branch they will pass.

dstieglitz avatar Jun 22 '15 12:06 dstieglitz