elasticsearch-grails-plugin
elasticsearch-grails-plugin copied to clipboard
Properly detect and unmarshall joda-time date properties
This pull request enables the domain class unmarshaller to detect and properly unmarshall date properties based on joda-time classes.
Thanks for the contribution; can you please add some test cases?
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.