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/29 12:37:40 UTC

[isis] branch v2 updated (f22bce0 -> 26d9844)

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 f22bce0  ISIS-2158: wrapper: extend async programming model to also match method references that don't return a value (like Runnable)
     add 1b008ed  ISIS-2086: refactors 'isis.reflector.facets.cssClass.patterns' to type-safe config
     add 9936814  ISIS-2086: moves PatternsConverter component to higher level
     add 9573a3c  ISIS-2086: cleans up implementation of PatternsConverter component
     add c0f135f  ISIS-2086: refactors "isis.reflector.facet.cssClassFa.patterns" to type-safe
     add b6701b8  ISIS-2086: adds TODO, think we need to reinstate some missing code from AuditableFacetForDomainObjectAnnotation
     new 26d9844  Merge pull request #145 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/IsisConfigModule.java   |  9 +--
 .../org/apache/isis/config/IsisConfiguration.java  | 78 ++++++++++++++++++++--
 ...assFacetOnActionFromConfiguredRegexFactory.java | 32 +--------
 .../annotprop/CssClassFaFacetOnMemberFactory.java  | 28 +-------
 .../auditing/AuditObjectsConfiguration.java        |  3 +
 5 files changed, 84 insertions(+), 66 deletions(-)


[isis] 01/01: Merge pull request #145 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 26d984425495ffbce389cd6e467b39f27cb7270d
Merge: f22bce0 b6701b8
Author: Andi Huber <ah...@apache.org>
AuthorDate: Sun Sep 29 14:37:35 2019 +0200

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

 .../org/apache/isis/config/IsisConfigModule.java   |  9 +--
 .../org/apache/isis/config/IsisConfiguration.java  | 78 ++++++++++++++++++++--
 ...assFacetOnActionFromConfiguredRegexFactory.java | 32 +--------
 .../annotprop/CssClassFaFacetOnMemberFactory.java  | 28 +-------
 .../auditing/AuditObjectsConfiguration.java        |  3 +
 5 files changed, 84 insertions(+), 66 deletions(-)