This is an automated email from the ASF dual-hosted git repository.

danhaywood pushed a change to branch CAUSEWAY-2485
in repository https://gitbox.apache.org/repos/asf/causeway.git


    from 10022bb6b6 CAUSEWAY-2485: fleshes out embedded types
     add 27325fae8d Bump error_prone_annotations from 2.19.0 to 2.19.1
     add 341fdfd1d4 Merge pull request #1639 from 
apache/dependabot/maven/master/com.google.errorprone-error_prone_annotations-2.19.1
     new a477d7515f CAUSEWAY-2485: adds example of scalar value type

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 bom/pom.xml                                        |   2 +-
 .../ComplexNumberValueSemantics.java               |  37 +++--
 .../CompositeValueTypePage-description.adoc        |  42 +++---
 .../progmodel/customvalues/EmailAddress.java       |  22 ++-
 .../customvalues/EmailAddressValueSemantics.java   | 154 +++++++++++++++++++++
 .../objects/progmodel/customvalues/Percentage.java |  22 ++-
 .../ScalarValueTypeMenu.java}                      |  14 +-
 .../ScalarValueTypePage-description.adoc           | 104 ++++++++++++++
 .../ScalarValueTypePage.java}                      |  24 ++--
 .../ScalarValueTypePage.layout.xml}                |   2 +-
 .../src/main/java/demoapp/dom/menubars.layout.xml  |   1 +
 .../src/main/resources/static/css/application.css  |   2 +-
 12 files changed, 340 insertions(+), 86 deletions(-)
 copy 
api/applib/src/main/java/org/apache/causeway/applib/graph/tree/TreeState.java 
=> 
examples/demo/domain/src/main/java/demoapp/dom/domain/objects/progmodel/customvalues/EmailAddress.java
 (70%)
 create mode 100644 
examples/demo/domain/src/main/java/demoapp/dom/domain/objects/progmodel/customvalues/EmailAddressValueSemantics.java
 copy 
api/applib/src/main/java/org/apache/causeway/applib/graph/tree/TreeState.java 
=> 
examples/demo/domain/src/main/java/demoapp/dom/domain/objects/progmodel/customvalues/Percentage.java
 (70%)
 copy 
examples/demo/domain/src/main/java/demoapp/dom/domain/objects/progmodel/{compositevalues/CompositeValueTypeMenu.java
 => customvalues/ScalarValueTypeMenu.java} (78%)
 create mode 100644 
examples/demo/domain/src/main/java/demoapp/dom/domain/objects/progmodel/customvalues/ScalarValueTypePage-description.adoc
 copy 
examples/demo/domain/src/main/java/demoapp/dom/domain/objects/progmodel/{compositevalues/CompositeValueTypePage.java
 => customvalues/ScalarValueTypePage.java} (80%)
 copy 
examples/demo/domain/src/main/java/demoapp/dom/domain/objects/progmodel/{compositevalues/CompositeValueTypePage.layout.xml
 => customvalues/ScalarValueTypePage.layout.xml} (98%)

Reply via email to