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 2019/09/30 10:45:09 UTC

[isis] branch v2 updated (84a5498 -> 40a6323)

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

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


    from 84a5498  ISIS-2158: minor: renaming SSE classes
     add bf14d5f  ISIS-2086: refactors 'isis.service.email.*' (about a dozen of them) to type-safe config
     add 2e837ba  ISIS-2086: renames ResourceContext#getConfiguration() to #getConfigurationLegacy() for RO viewer.
     add 983654a  ISIS-2086: adds #getConfiguration back for RuntimeContextBase (RO)
     add 29eecd1  ISIS-2086: refactors "isis.viewer.restfulobjects.gsoc2013.legacyParamDetails" to type-safe config
     add 8ed5d0a  ISIS-2086: refactors '"isis.viewer.restfulobjects.strictAcceptChecking"' to type-safe config
     add 9ef7e6d  ISIS-2086: renames #getConfiguration() to #getConfigurationLegacy() in WebModuleContext
     new 40a6323  Merge pull request #147 from apache/ISIS-2086

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:
 .../org/apache/isis/config/IsisConfiguration.java  | 55 ++++++++++++++++++++-
 .../services/email/EmailServiceDefault.java        | 56 ++++++----------------
 .../isis/webapp/modules/WebModuleContext.java      |  8 ++--
 .../system/context/session/RuntimeContext.java     |  4 +-
 .../system/context/session/RuntimeContextBase.java |  7 ++-
 .../isis/runtime/system/session/IsisSession.java   |  3 +-
 .../domainobjects/ObjectActionReprRenderer.java    |  2 +-
 ...entNegotiationServiceForRestfulObjectsV1_0.java |  8 +++-
 .../restfulobjects/WebModuleRestfulObjects.java    |  2 +-
 .../restfulobjects/server/ResourceContext.java     | 16 +++----
 .../server/resources/DomainResourceHelper.java     |  4 +-
 .../isis/viewer/wicket/viewer/WebModuleWicket.java |  4 +-
 12 files changed, 103 insertions(+), 66 deletions(-)


[isis] 01/01: Merge pull request #147 from apache/ISIS-2086

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

ahuber pushed a commit to branch v2
in repository https://gitbox.apache.org/repos/asf/isis.git

commit 40a6323f15ee32aa144e31292720c9ddf665b5d3
Merge: 84a5498 9ef7e6d
Author: Andi Huber <ah...@apache.org>
AuthorDate: Mon Sep 30 12:45:05 2019 +0200

    Merge pull request #147 from apache/ISIS-2086
    
    more work on config beans

 .../org/apache/isis/config/IsisConfiguration.java  | 55 ++++++++++++++++++++-
 .../services/email/EmailServiceDefault.java        | 56 ++++++----------------
 .../isis/webapp/modules/WebModuleContext.java      |  8 ++--
 .../system/context/session/RuntimeContext.java     |  4 +-
 .../system/context/session/RuntimeContextBase.java |  7 ++-
 .../isis/runtime/system/session/IsisSession.java   |  3 +-
 .../domainobjects/ObjectActionReprRenderer.java    |  2 +-
 ...entNegotiationServiceForRestfulObjectsV1_0.java |  8 +++-
 .../restfulobjects/WebModuleRestfulObjects.java    |  2 +-
 .../restfulobjects/server/ResourceContext.java     | 16 +++----
 .../server/resources/DomainResourceHelper.java     |  4 +-
 .../isis/viewer/wicket/viewer/WebModuleWicket.java |  4 +-
 12 files changed, 103 insertions(+), 66 deletions(-)