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

ahuber pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/causeway.git


 discard 7c79a87889 Merge pull request #2285 from apache/CAUSEWAY-3326
    omit 62691cb233 CAUSEWAY-3326: injects into Specifications if required
     new 84248b0931 CAUSEWAY-3326: fixes ObjectCreator not injecting services

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   (7c79a87889)
            \
             N -- N -- N   refs/heads/master (84248b0931)

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:
 .../MustSatisfySpecificationFacetAbstract.java     |   14 +-
 .../parameter/ParameterAnnotationFacetFactory.java |    2 +-
 ...fySpecificationFacetForParameterAnnotation.java |    6 +-
 .../property/PropertyAnnotationFacetFactory.java   |    2 +-
 ...sfySpecificationFacetForPropertyAnnotation.java |    6 +-
 .../metamodel/objectmanager/ObjectCreator.java     |    6 +-
 .../good/ProperAnnotationWithSpecification.java}   |   39 +-
 .../testdomain/model/good/ProperMemberSupport.java |   14 +-
 .../interaction/DomainObjectTesterFactory.java     |   38 +-
 .../DomainModelTest_usingGoodDomain.java           |   20 +
 .../MetaModelRegressionTest.verify.approved.xml    | 1097 ++++++++++++++++++++
 11 files changed, 1212 insertions(+), 32 deletions(-)
 copy 
regressiontests/{layouts/src/test/java/org/apache/causeway/regressiontests/layouts/integtest/model/types/Notes.java
 => 
base/src/main/java/org/apache/causeway/testdomain/model/good/ProperAnnotationWithSpecification.java}
 (56%)

Reply via email to