-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrading to 4.5.0 causes class cast exception #72
Comments
I'll try to reproduce it and create a test for it and fix it. I need to dig a little bit to see what change introduced in the last version broke that. |
Just came across this today. Looks as if the following will fix
as noted in [#66] Is there a release planned to fix? Thanks for all the effort +1 on the plugin |
I'll try to publish a new version during this week. |
I finally found the time to publish a new version. Fixed in |
I tried this and got exceptions when the field was null; currently using
|
That's was fixed in #77 and released in |
I'm using the Grails 3 branch, I guess it wasn't ported to that branch yet? |
Yes, you're right. The last changes have not been applied to the 3.x branch. You need to wait until next week... |
I have a project that defines a domain object that has a Map property mapped to JsonMapType.
Under version 4.4.0 the following works:
WIth version 4.5.0 the same code yields:
I am running against Postgres 9.3. Not sure if I'm doing something wrong, or if this is a bug introduced with 4.5.0.
Cheers, David.
The text was updated successfully, but these errors were encountered: