This is an automated email from the ASF dual-hosted git repository.
shuber pushed a change to branch UNOMI-180-CXS-GRAPHQLAPI
in repository https://gitbox.apache.org/repos/asf/unomi.git.
from 241a579 UNOMI-180 - Updated GraphQL projects to latest version -
Added CDP SDL schema generated from latest CDP specification
new d72020a UNOMI-180 - Start building a new servlet that loads the SDL
schema and will combine it with dynamic type registration. - Deactivated old
graphql-java-servlet for the moment.
new ed513da UNOMI-180 CDP Specification implementation - Get CDP feature
to install properly (but it doesn't start yet since it is missing custom scalar
and event registrations) - Fixed GraphQL schema JSON encoding to UTF-8 -
Removed references to incubating that are no longer needed.
The 2 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:
graphql/cxs-impl/pom.xml | 4 +-
.../unomi/graphql/internal/CDPSDLServletImpl.java | 106 +++
.../src/main/resources/cdp-schema.graphqls | 978 +++++++++++++++++++++
graphql/cxs-impl/src/main/resources/cdp-schema.sdl | Bin 45752 -> 0 bytes
graphql/karaf-feature/pom.xml | 9 +-
graphql/pom.xml | 2 +-
6 files changed, 1091 insertions(+), 8 deletions(-)
create mode 100644
graphql/cxs-impl/src/main/java/org/apache/unomi/graphql/internal/CDPSDLServletImpl.java
create mode 100644 graphql/cxs-impl/src/main/resources/cdp-schema.graphqls
delete mode 100644 graphql/cxs-impl/src/main/resources/cdp-schema.sdl