Open spring-projects-issues opened 6 years ago
Petar Tahchiev commented
Sample project is here: https://github.com/ptahchiev/DATAREST-1167
Nayden gochev commented
using jackson-databind 2.9.2 with a plain object mapper provided by jackson it works as expected. But with Spring Data Rest it doesnt.
Keep in mind in the example above
@JsonDeserialize(contentUsing = StringDeserializer.class, contentAs = String.class)
we do not need both, we need one of them and any of them should work and none of them works ;)
Petar Tahchiev commented
Any update on this one? :)
Yoana Ivanova commented
I have the same problem. Any ideas for a fix or a work-around?
Petar Tahchiev commented
Any news on this? Is there anything else I can do to further help with this?
Teodor Tunev commented
Is there any progress on this issue?
Petar Tahchiev opened DATAREST-1167 and commented
Project generated from start.spring.io (JPA, H2 and Rest) with the following JPA entity:
Then issue
PATCH
request to create new dynamic attribute, and I receive this exception:My setup:
Will provide a sample project in a bit.
3 votes, 5 watchers