You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@unomi.apache.org by jk...@apache.org on 2022/06/09 17:18:50 UTC

[unomi] branch master updated (2e6a6e8f1 -> 787fa25ce)

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

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


    from 2e6a6e8f1 UNOMI-584: introduce new flattenedProperties for events, to allow map… (#434)
     add 787fa25ce UNOMI-582 GraphQL as feature flag (#432)

No new revisions were added by this update.

Summary of changes:
 graphql/karaf-feature/src/main/feature/feature.xml |  10 +-
 .../test/java/org/apache/unomi/itests/BaseIT.java  | 174 ++++++++---------
 kar/src/main/feature/feature.xml                   |   6 +-
 lifecycle-watcher/pom.xml                          |  13 +-
 .../org/apache/unomi/lifecycle/BundleWatcher.java  |   4 +-
 .../apache/unomi/lifecycle/BundleWatcherImpl.java  | 207 +++++++++++++++------
 .../resources/OSGI-INF/blueprint/blueprint.xml     |   4 +
 package/pom.xml                                    |   2 -
 .../main/resources/etc/custom.system.properties    |   5 +
 .../deserializers/ContextRequestDeserializer.java  |   2 +-
 setenv.sh                                          |   2 +-
 tools/shell-commands/pom.xml                       |   3 +-
 .../internal/UnomiManagementServiceImpl.java       |   4 +-
 .../resources/OSGI-INF/blueprint/blueprint.xml     |  10 +-
 wab/src/main/webapp/index.html                     |   5 +-
 15 files changed, 278 insertions(+), 173 deletions(-)