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 2020/01/09 10:09:31 UTC

[unomi] 01/01: Merge pull request #122 from apache/UNOMI-259-jdk11-support

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 08e36faa16bddc5a8d0c346b21286bcebe72f60d
Merge: 37e2eef 3093a2b
Author: Serge Huber <sh...@jahia.com>
AuthorDate: Thu Jan 9 11:09:20 2020 +0100

    Merge pull request #122 from apache/UNOMI-259-jdk11-support
    
    UNOMI-259 JDK 11 support

 api/pom.xml                                        |  33 +++++
 .../org/apache/unomi/api/actions/ActionType.java   |  10 +-
 itests/pom.xml                                     |   2 +-
 .../test/java/org/apache/unomi/itests/BaseIT.java  |  47 +++++-
 kar/src/main/feature/feature.xml                   |   5 +-
 package/pom.xml                                    |   4 +-
 .../apache/unomi/performancetests/BasicTest.java   |  40 ++++-
 persistence-elasticsearch/core/pom.xml             |   9 +-
 persistence-elasticsearch/pom.xml                  |  22 ++-
 plugins/baseplugin/pom.xml                         |   4 +-
 .../conditions/PropertyConditionEvaluator.java     |  32 +++-
 plugins/mail/pom.xml                               |  14 ++
 plugins/request/pom.xml                            |   5 +
 pom.xml                                            |  26 ++--
 rest/pom.xml                                       | 161 +++++++++++++++------
 .../resources/OSGI-INF/blueprint/blueprint.xml     |   6 +-
 .../impl/definitions/DefinitionsServiceImpl.java   |   2 +-
 17 files changed, 339 insertions(+), 83 deletions(-)