This is an automated email from the ASF dual-hosted git repository.
shuber pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/unomi.git.
from 37e2eef Merge pull request #121 from
apache/UNOMI-225-fix-migration-mappings
add 516d24f UNOMI-259 support jdk 11 (WIP)
add 621861d UNOMI-259 - Switch CXF to CXF-JaxRS in feature dependency -
Upgrade FailSafe to support JDK 11 - Fix OGNL to work with JDK 11
add a4b1108 UNOMI-259 - (Temporarily) Deactivate CXF Buss logging since
it is causing problems with JDK 11 - Remove most endorsed libraries as they
don't seem needed anymore - Add some libraries to the feature - Fix miredot
plugin support for JDK 8 & 11 - Fix problem with JDK 8 compilation with
maven-compiler-plugin
add cb0852f UNOMI-259 - Quick typo
add 4f9a6dc UNOMI-259 - Cleanup imports - Fix issues with JAXB libraries
add 3093a2b UNOMI-259 - Fix integration tests & performance tests that
were not executing with JDK 11
new 08e36fa Merge pull request #122 from apache/UNOMI-259-jdk11-support
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:
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(-)