You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by ah...@apache.org on 2021/02/07 12:38:27 UTC

[isis] branch ISIS-2502-ex.recog updated (106875a -> c01153a)

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

ahuber pushed a change to branch ISIS-2502-ex.recog
in repository https://gitbox.apache.org/repos/asf/isis.git.


    from 106875a  ISIS-2502: adds test for transaction translation when using @Transactional
     add c01153a  ISIS-2502: commons .. Result<T>: replace ambiguous extraction semantics

No new revisions were added by this update.

Summary of changes:
 .../isis/applib/services/command/Command.java      |   4 +-
 .../util/schema/MemberExecutionDtoUtils.java       |   4 +-
 .../isis/applib/services/jaxb/JaxbServiceTest.java |   2 +-
 .../org/apache/isis/commons/functional/Result.java |  93 +++++++-------
 .../isis/commons/internal/reflection/_Reflect.java |   2 +-
 .../apache/isis/commons/functions/ResultTest.java  | 138 +++++++++++++++++++++
 .../internal/resources/JsonYamlReaderTest.java     |   4 +-
 .../metamodel/commons/CanonicalParameterUtil.java  |   5 +-
 ...ctionInvocationFacetForDomainEventAbstract.java |   3 +-
 .../autocomplete/AutoCompleteFacetAbstract.java    |   2 +-
 .../facets/object/mixin/MixinFacetAbstract.java    |   2 +-
 ...tySetterOrClearFacetForDomainEventAbstract.java |   3 +-
 .../command/CommandExecutorServiceDefault.java     |   2 +-
 .../transaction/TransactionServiceSpring.java      |   4 +-
 .../commandlog/impl/CommandSubscriberForJdo.java   |   4 +-
 .../extensions/commandlog/impl/jdo/CommandJdo.java |   4 +-
 .../jobcallables/IsTickingClockInitialized.java    |   3 +-
 .../jobcallables/ReplicateAndRunCommands.java      |   9 +-
 .../metamodel/facets/entity/JdoEntityFacet.java    |  11 +-
 .../jpa/applib/services/JpaSupportService.java     |   2 +-
 .../JdoEntityPropertyChangePublishingTest2.java    |   2 +-
 .../applayer/ApplicationLayerTestFactory.java      |   2 +-
 .../jdo/JdoExceptionTranslationTest.java           |   3 +-
 ...xceptionTranslationTest_usingTransactional.java |   3 +-
 .../jpa/JpaExceptionTranslationTest.java           |   3 +-
 ...xceptionTranslationTest_usingTransactional.java |   3 +-
 .../shiro/authorization/AuthorizorShiro.java       |   2 +-
 .../applib/fixturescripts/FixtureScripts.java      |   3 +-
 .../org/apache/isis/tooling/cli/CliConfig.java     |   2 +-
 .../isis/tooling/cli/test/CliConfigTest.java       |   2 +-
 .../serialization/SerializationStrategy.java       |   4 +-
 .../IsisRestfulObjectsInteractionFilter.java       |   3 +-
 32 files changed, 244 insertions(+), 89 deletions(-)
 create mode 100644 commons/src/test/java/org/apache/isis/commons/functions/ResultTest.java