Ander Ruiz Ayesta

Results 11 comments of Ander Ruiz Ayesta

Easiest fix: public int compareTo(Semver s2) { if(isGreaterThan(s2)) return 1; if(s2.isGreaterThan(this)) return -1; return 0; } I can do a PR if you want

@mamund If we agree on this, would you mind including it as part of the specification?

In the spec when a form field is described, this is the text: > property > A JSON object that describes a state transition parameter. A property object has the...

@dschulten Answering your previous question, I believe that the Suggest embedded field should be inside the HAL-FORMS document, it makes sense because the details may only be known at that...

@mamund We are testing different situations with Suggest and I discovered one situation that we are not covering right know, and it is the multiple values case. At some point...

@mamund Did you have a chance to post the SPEC changes for Suggests?

Good catch @dschulten !! Currently we are using this for the search value: "href": "http://localhost:9000/hdiv-ee-bank-services/api/alerts{?filter}" The original post from @robertovelasco was an initial approach but as we implemented it we...

@mamund we have been discussing this matter with @olivergierke for the implementation of HAL-FORMS that we are trying to include in Spring HATEOAS. He cleverly pointed out the fact that...

If @mamund agrees we can include that in the PR also