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


 discard 00e40e4a99 CAUSEWAY-2485: improves @DomainObjectLayout#cssClass
     add b2d77eb3ce CAUSEWAY-3411: adds JUnit tests to spin up the demo domain
     add 5cc1594c24 CAUSEWAY-3411: verify all specs loaded (demo spin-up)
     new 283d8ee261 CAUSEWAY-2485: improves @DomainObjectLayout#cssClass

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (00e40e4a99)
            \
             N -- N -- N   refs/heads/CAUSEWAY-2485 (283d8ee261)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

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:
 .../core/metamodel/spec/ObjectSpecification.java   |   29 +-
 examples/demo/pom.xml                              |   13 +
 .../vega => examples/demo/testing/jdo}/pom.xml     |   35 +-
 .../testing/jdo/DemoDomainJdo_forTesting.java      |   21 +-
 .../demoapp/testing/jdo/SpinUpDemoJdoTest.java     |   26 +-
 .../demo/testing/jpa}/pom.xml                      |   39 +-
 .../testing/jpa/DemoDomainJpa_forTesting.java      |   20 +-
 .../src/test/java/demoapp/testing/jpa}/.gitignore  |    0
 .../demoapp/testing/jpa/SpinUpDemoJpaTest.java     |   88 ++
 .../jpa/SpinUpDemoJpaTest.verify.approved.yaml     | 1189 ++++++++++++++++++++
 examples/demo/{web => testing}/pom.xml             |   54 +-
 .../main/java/demoapp/web/DemoAppManifestJpa.java  |    1 -
 pom.xml                                            |   11 +
 13 files changed, 1435 insertions(+), 91 deletions(-)
 copy {valuetypes/vega => examples/demo/testing/jdo}/pom.xml (67%)
 copy 
extensions/core/excel/applib/src/main/java/org/apache/causeway/extensions/excel/applib/CausewayModuleExtExcelApplib.java
 => 
examples/demo/testing/jdo/src/main/java/demoapp/testing/jdo/DemoDomainJdo_forTesting.java
 (69%)
 copy 
persistence/jdo/datanucleus/src/test/java/org/apache/causeway/persistence/jdo/datanucleus/test/ConfigurationTest2.java
 => 
examples/demo/testing/jdo/src/test/java/demoapp/testing/jdo/SpinUpDemoJdoTest.java
 (70%)
 copy {tooling/c4modeling => examples/demo/testing/jpa}/pom.xml (65%)
 copy 
core/transaction/src/main/java/org/apache/causeway/core/transaction/CausewayModuleCoreTransaction.java
 => 
examples/demo/testing/jpa/src/main/java/demoapp/testing/jpa/DemoDomainJpa_forTesting.java
 (69%)
 copy 
{regressiontests/stable-domainmodel/src/test/java/org/apache/causeway/testdomain/domainmodel
 => examples/demo/testing/jpa/src/test/java/demoapp/testing/jpa}/.gitignore 
(100%)
 create mode 100644 
examples/demo/testing/jpa/src/test/java/demoapp/testing/jpa/SpinUpDemoJpaTest.java
 create mode 100644 
examples/demo/testing/jpa/src/test/java/demoapp/testing/jpa/SpinUpDemoJpaTest.verify.approved.yaml
 copy examples/demo/{web => testing}/pom.xml (69%)

Reply via email to