Andi Huber created ISIS-2471:
--------------------------------
Summary: Remove support for validate() at Domain Object Level
Key: ISIS-2471
URL: https://issues.apache.org/jira/browse/ISIS-2471
Project: Isis
Issue Type: Improvement
Components: Isis Core, Isis Docs & Website
Reporter: Andi Huber
Fix For: 2.0.0-M5
1) This one is wrongly placed under deprecated, validate(...) is a supporting
method for Property, Parameter and Action:
[https://isis.apache.org/refguide/2.0.0-M4/applib-methods/prefixes/deprecated/validate.html#properties]
2) And also this one should include validate(...)
[https://isis.apache.org/refguide/2.0.0-M4/applib-methods/prefixes.html]
3) Update the programming model cheat sheet (docs).
4) Update the supporting test matrix and implement missing supporting methods in
{code:java}
org.apache.isis.testdomain.model.good.ProperMemberSupport{code}
5) Add a variant of (4) that tests, whether supporting methods are also picked
up from abstract methods and interfaces.
6) remove validate(...) at domain object level, as it was deprecated
--
This message was sent by Atlassian Jira
(v8.3.4#803005)