This is an automated email from the ASF dual-hosted git repository.
dgriffon pushed a change to branch add-schema-validators
in repository https://gitbox.apache.org/repos/asf/unomi.git
from a5db41477 code review changes
add c6d424b25 fix unit tests + add validation on event collector request
object
No new revisions were added by this update.
Summary of changes:
.../apache/unomi/api/services/SchemaRegistry.java | 6 +-
.../test/java/org/apache/unomi/itests/BaseIT.java | 8 ++
.../org/apache/unomi/itests/ContextServletIT.java | 4 -
.../org/apache/unomi/itests/InputValidationIT.java | 6 +
...{test-event-type.json => dummy-event-type.json} | 6 +-
.../deserializers/ContextRequestDeserializer.java | 154 ++++++++++-----------
.../EventCollectorRequestDeserializer.java | 5 +
.../RetroCompatibilityParamConverterProvider.java | 5 +-
.../cxs/schemas/eventscollectorrequest.json | 23 +++
9 files changed, 127 insertions(+), 90 deletions(-)
copy itests/src/test/resources/schemas/events/{test-event-type.json =>
dummy-event-type.json} (66%)
create mode 100644
services/src/main/resources/META-INF/cxs/schemas/eventscollectorrequest.json