You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@unomi.apache.org by sh...@apache.org on 2019/10/08 08:23:52 UTC

[unomi] 01/01: Merge pull request #102 from apache/UNOMI-250-refactor-services-impl

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

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

commit 2cfef87199492e9b5faffbc906a84b216da7ec1a
Merge: 4fa4955 950c3d9
Author: Serge Huber <sh...@jahia.com>
AuthorDate: Tue Oct 8 10:23:46 2019 +0200

    Merge pull request #102 from apache/UNOMI-250-refactor-services-impl
    
    UNOMI-250 Refactoring services into seperate Java packages

 .../{services => impl}/AbstractServiceImpl.java    | 10 ++++----
 .../services/{services => impl}/ParserHelper.java  |  5 +++-
 .../cluster}/ClusterServiceImpl.java               |  2 +-
 .../cluster}/ClusterSystemStatisticsEvent.java     |  2 +-
 .../ClusterSystemStatisticsEventHandler.java       |  2 +-
 .../configsharing}/ConfigSharingServiceImpl.java   |  2 +-
 .../definitions}/DefinitionsServiceImpl.java       |  3 ++-
 .../events}/EventServiceImpl.java                  |  3 ++-
 .../events}/ThirdPartyServer.java                  |  2 +-
 .../{services => impl/goals}/GoalsServiceImpl.java |  8 +++++--
 .../lists}/UserListServiceImpl.java                |  3 ++-
 .../patches}/PatchServiceImpl.java                 |  5 ++--
 .../PersonalizationServiceImpl.java                |  4 ++--
 .../profiles}/ProfileServiceImpl.java              |  3 ++-
 .../queries}/QueryServiceImpl.java                 |  3 ++-
 .../{services => impl/rules}/RulesServiceImpl.java |  3 ++-
 .../scheduler}/SchedulerServiceImpl.java           |  2 +-
 .../segments}/SegmentServiceImpl.java              |  4 +++-
 .../resources/OSGI-INF/blueprint/blueprint.xml     | 28 +++++++++++-----------
 19 files changed, 55 insertions(+), 39 deletions(-)