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 2022/05/31 09:24:00 UTC

[unomi] branch UNOMI-569-flatten-schemas updated (37c1e9150 -> 3295df989)

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

shuber pushed a change to branch UNOMI-569-flatten-schemas
in repository https://gitbox.apache.org/repos/asf/unomi.git


    from 37c1e9150 UNOMI-569 Flatten JSON Schemas & fix schema bugs - Change vendor to be a real entity name
     add 3351b6c54 UNOMI-578: Allow for external vendor for JSON schemas deployed into t… (#430)
     add 3295df989 Merge branch 'master' into UNOMI-569-flatten-schemas

No new revisions were added by this update.

Summary of changes:
 .../apache/unomi/schema/api/JsonSchemaWrapper.java | 12 ++++-
 .../org/apache/unomi/schema/api/SchemaService.java | 17 +++++++
 .../unomi/schema/impl/SchemaServiceImpl.java       | 32 ++++++++++++-
 .../org/apache/unomi/itests/InputValidationIT.java | 16 +++----
 .../java/org/apache/unomi/itests/JSONSchemaIT.java | 54 +++++++++++-----------
 .../resources/schemas/schema-dummy-extension.json  |  6 +--
 .../schema-dummy-properties-extension-2.json       |  6 +--
 .../schemas/schema-dummy-properties-extension.json |  6 +--
 .../schemas/schema-dummy-properties-updated.json   |  4 +-
 .../resources/schemas/schema-dummy-properties.json |  4 +-
 .../src/test/resources/schemas/schema-dummy.json   |  6 +--
 .../resources/schemas/schema-invalid-name.json     |  4 +-
 .../src/test/resources/schemas/schema-invalid.json |  2 +-
 .../deserializers/ContextRequestDeserializer.java  |  3 +-
 .../EventsCollectorRequestDeserializer.java        |  2 +-
 15 files changed, 115 insertions(+), 59 deletions(-)