You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@causeway.apache.org by da...@apache.org on 2023/03/16 17:39:07 UTC

[causeway] branch master updated (38e2439c58 -> 42cfba05f3)

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 38e2439c58 CAUSEWAY-3382: a further iteration
     add 4c4e17005c CAUSEWAY-3381 : spikes changing @Scope for @DomainObject
     add bc586311cb CAUSEWAY-3381 : updates javadoc, is all
     add 3ad20fbb0e CAUSEWAY-3381 implements a custom Scope
     add 4e9e2cd263 CAUSEWAY-3381: fixes test for domain objects with nature of BEAN
     add 274b05694d CAUSEWAY-3381: small simplification
     new 42cfba05f3 Merge pull request #1489 from apache/CAUSEWAY-3381

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:
 .../causeway/applib/annotation/DomainObject.java   |  5 +-
 .../apache/causeway/applib/annotation/Nature.java  |  6 ++
 .../CausewayBeanFactoryPostProcessorForSpring.java |  7 +-
 .../config/beans/CausewayDomainObjectScope.java    | 90 +++++++++++++++++++++
 .../EventSubscriberDemoImplementation.java         |  2 +-
 .../model/valuetypes/ValueTypeExample.java         | 91 +++++++++++-----------
 .../applib/fixturescripts/FixtureScripts.java      | 11 ++-
 7 files changed, 162 insertions(+), 50 deletions(-)
 create mode 100644 core/config/src/main/java/org/apache/causeway/core/config/beans/CausewayDomainObjectScope.java


[causeway] 01/01: Merge pull request #1489 from apache/CAUSEWAY-3381

Posted by da...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 42cfba05f3a9ef671e570396080e6407ef0d6921
Merge: 38e2439c58 274b05694d
Author: Dan Haywood <da...@apache.org>
AuthorDate: Thu Mar 16 17:39:01 2023 +0000

    Merge pull request #1489 from apache/CAUSEWAY-3381
    
    Causeway 3381

 .../causeway/applib/annotation/DomainObject.java   |  5 +-
 .../apache/causeway/applib/annotation/Nature.java  |  6 ++
 .../CausewayBeanFactoryPostProcessorForSpring.java |  7 +-
 .../config/beans/CausewayDomainObjectScope.java    | 90 +++++++++++++++++++++
 .../EventSubscriberDemoImplementation.java         |  2 +-
 .../model/valuetypes/ValueTypeExample.java         | 91 +++++++++++-----------
 .../applib/fixturescripts/FixtureScripts.java      | 11 ++-
 7 files changed, 162 insertions(+), 50 deletions(-)