This is an automated email from the ASF dual-hosted git repository.
danhaywood pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/causeway.git
from 4ae2d0f7d5 CAUSEWAY-2485: simplifies @Property#maxLength
add 17a5c38b36 CAUSEWAY-2485: simplifies @Property#mustSatisfy
No new revisions were added by this update.
Summary of changes:
.../domain/properties/Property/PropertyMenu.java | 4 +-
.../PropertyMaxLengthPage-description.adoc | 11 ++-
.../MustSatisfyOfWorkingAgeMetaAnnotation.java | 46 ---------
.../mustSatisfy/OfRetirementAgeSpecification.java | 32 -------
.../PropertyMustSatisfyPage-description.adoc | 104 ++++-----------------
.../mustSatisfy/PropertyMustSatisfyPage.java | 32 +------
.../mustSatisfy/PropertyMustSatisfyPage.layout.xml | 7 +-
...PropertyMustSatisfyPage_updateCustomerAge.java} | 21 ++---
...tyMustSatisfyPage_updateWithMetaAnnotation.java | 58 ------------
...sfyPage_updateWithMetaAnnotationOverridden.java | 61 ------------
10 files changed, 37 insertions(+), 339 deletions(-)
delete mode 100644
examples/demo/domain/src/main/java/demoapp/dom/domain/properties/Property/mustSatisfy/MustSatisfyOfWorkingAgeMetaAnnotation.java
delete mode 100644
examples/demo/domain/src/main/java/demoapp/dom/domain/properties/Property/mustSatisfy/OfRetirementAgeSpecification.java
rename
examples/demo/domain/src/main/java/demoapp/dom/domain/properties/Property/mustSatisfy/{PropertyMustSatisfyPage_updateWithParameterLayout.java
=> PropertyMustSatisfyPage_updateCustomerAge.java} (73%)
delete mode 100644
examples/demo/domain/src/main/java/demoapp/dom/domain/properties/Property/mustSatisfy/PropertyMustSatisfyPage_updateWithMetaAnnotation.java
delete mode 100644
examples/demo/domain/src/main/java/demoapp/dom/domain/properties/Property/mustSatisfy/PropertyMustSatisfyPage_updateWithMetaAnnotationOverridden.java