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/isis.git.


    from dabee19  ISIS-1957: fixes ServiceInjector fails to handle Generic Types
     new f34a760  ISIS-1841: add -legacy module for integtestsupport
     new 5bbd42d  ISIS-1954: integtestsupport: moving deprecated classes to 
-legacy
     new 6c34f96  ISIS-1954: fix some compiler warnings
     new 3e3f21d  ISIS-1954: IsisSystem: refactoring deprecated methods out 
into a mixin
     new 2643fa0  ISIS-1954: introduces a HeadlessTransactionSupport service

The 5 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:
 .../integtestsupport/IntegrationTestAbstract3.java |  19 +-
 .../DefaultHeadlessTransactionSupport.java         | 178 ++++++++++++++++++
 .../integtestsupport-legacy}/pom.xml               |  24 ++-
 .../integtestsupport/IntegrationTestAbstract.java  |   0
 .../integtestsupport/IntegrationTestAbstract2.java |   0
 .../core/integtestsupport/IsisSystemForTest.java   |   0
 .../scenarios/ScenarioExecutionForIntegration.java |   0
 .../integtestsupport-legacy}/test.data             |   0
 .../headless/HeadlessTransactionSupport.java}      |   9 +-
 .../HeadlessWithBootstrappingAbstract.java         |  18 +-
 .../isis/core/runtime/headless/IsisSystem.java     | 208 +--------------------
 11 files changed, 234 insertions(+), 222 deletions(-)
 create mode 100644 
core/integtestsupport/src/main/java/org/apache/isis/core/integtestsupport/components/DefaultHeadlessTransactionSupport.java
 copy core/{integtestsupport => legacy/integtestsupport-legacy}/pom.xml (81%)
 rename core/{integtestsupport => 
legacy/integtestsupport-legacy}/src/main/java/org/apache/isis/core/integtestsupport/IntegrationTestAbstract.java
 (100%)
 rename core/{integtestsupport => 
legacy/integtestsupport-legacy}/src/main/java/org/apache/isis/core/integtestsupport/IntegrationTestAbstract2.java
 (100%)
 rename core/{integtestsupport => 
legacy/integtestsupport-legacy}/src/main/java/org/apache/isis/core/integtestsupport/IsisSystemForTest.java
 (100%)
 rename core/{integtestsupport => 
legacy/integtestsupport-legacy}/src/main/java/org/apache/isis/core/integtestsupport/scenarios/ScenarioExecutionForIntegration.java
 (100%)
 copy core/{integtestsupport => legacy/integtestsupport-legacy}/test.data (100%)
 copy 
core/{metamodel/src/main/java/org/apache/isis/core/metamodel/spec/feature/OneToOneFeature.java
 => 
runtime/src/main/java/org/apache/isis/core/runtime/headless/HeadlessTransactionSupport.java}
 (79%)

-- 
To stop receiving notification emails like this one, please contact
ahu...@apache.org.

Reply via email to