Alessandro Nistico

Results 22 comments of Alessandro Nistico

Arguably though, DateObjectUnits is an interface, so, at least in TypeScript, I would expect to be able to pass any implementation of that interface as parameter to the method. Also,...

I am not saying I would, but it should be possible if I only looked at the types. DateTime is structurally compatible with DateObjectUnit. By the way, sometimes is useful...

As far as I can tell requirement for an alias is not documented, at least not for the pagintion queries. In any case if I use "select Person from Person...

Differently from the entity id exposition, it would be convenient to be able to generally enable the exposition of version fields. That would allow to support optimistic locking without having...

We use the version to enable optimistic locking which spring data JPA supports. So far we have been including the version to the JSON payload we send to the server...

As far as I can tell, the fix should be as easy as skipping the creation of a UriStringDeserializer in both AggregateReferenceDeserializerModifier and AssociationUriResolvingDeserializerModifier if property.getManagedReferenceName() != null.

Yes I agree, I focused more on reproducing the issue I was seeing and I didn't notice I was using POST to update an entity, sorry about that. I definitely...

Yes that is correct and the property annotated with @JasonManagedReference could also be a collection.