This is an automated email from the ASF dual-hosted git repository. jsinovassinnaik pushed a change to branch UNOMI-821 in repository https://gitbox.apache.org/repos/asf/unomi.git
discard ad4b096d6 update CI to only use JDK11 for master branch discard d816961ab use a version of org.json built with jdk8 omit 8377a334c UNOMI-821: upgrade org.json version add 06048715f UNOMI-810 : add log on ES operation onto Metadata items. (#651) add 3b19d3932 UNOMI-811: change log message for invalid event + add debug information on invalid event type. (#652) add 110286ad7 UNOMI-576 : Create documentation for GraphQL schema usage (#653) add d0f37fb95 UNOMI-825: add concealed profile properties (#656) new 10c12adc9 UNOMI-821: upgrade org.json version new e44d60b92 use a version of org.json built with jdk8 new 4924b58a5 update CI to only use JDK11 for master branch This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this: * -- * -- B -- O -- O -- O (ad4b096d6) \ N -- N -- N refs/heads/UNOMI-821 (4924b58a5) You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B. Any revisions marked "omit" are not gone; other references still refer to them. Any revisions marked "discard" are gone forever. The 3 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: .github/workflows/unomi-ci-build-tests.yml | 5 +- .../unomi/schema/impl/SchemaServiceImpl.java | 1 + .../org/apache/unomi/itests/ContextServletIT.java | 48 ++++ manual/src/main/asciidoc/graphql-examples.adoc | 253 +++++++++++++++++++++ manual/src/main/asciidoc/index.adoc | 2 + .../ElasticSearchPersistenceServiceImpl.java | 19 +- .../deserializers/ContextRequestDeserializer.java | 13 +- .../EventsCollectorRequestDeserializer.java | 9 +- .../unomi/rest/endpoints/ContextJsonEndpoint.java | 17 +- .../java/org/apache/unomi/utils/HttpUtils.java | 31 ++- .../unomi/shell/migration/utils/HttpUtils.java | 2 +- .../cxs/migration/migrate-2.0.0-20-scopes.groovy | 2 + 12 files changed, 369 insertions(+), 33 deletions(-) create mode 100644 manual/src/main/asciidoc/graphql-examples.adoc