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 2021/09/10 13:52:59 UTC

[unomi] branch draft-dependency-upgrades updated: - Fix validation API in GraphQL feature - Reactive all Unomi features in package

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

shuber pushed a commit to branch draft-dependency-upgrades
in repository https://gitbox.apache.org/repos/asf/unomi.git


The following commit(s) were added to refs/heads/draft-dependency-upgrades by this push:
     new 9f6a434  - Fix validation API in GraphQL feature - Reactive all Unomi features in package
9f6a434 is described below

commit 9f6a434b526d74e1d6b24ac7b63e19c54079476c
Author: Serge Huber <sh...@jahia.com>
AuthorDate: Fri Sep 10 15:52:54 2021 +0200

    - Fix validation API in GraphQL feature
    - Reactive all Unomi features in package
---
 graphql/karaf-feature/src/main/feature/feature.xml | 2 +-
 package/pom.xml                                    | 2 --
 2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/graphql/karaf-feature/src/main/feature/feature.xml b/graphql/karaf-feature/src/main/feature/feature.xml
index fcfe92c..c1ac4c0 100644
--- a/graphql/karaf-feature/src/main/feature/feature.xml
+++ b/graphql/karaf-feature/src/main/feature/feature.xml
@@ -33,7 +33,7 @@
         <bundle start-level="80">mvn:org.reactivestreams/reactive-streams/1.0.2</bundle>
         <bundle start-level="80">mvn:com.graphql-java/graphql-java/${graphql.java.version}</bundle>
         <bundle start-level="80">mvn:io.github.graphql-java/graphql-java-annotations/${graphql.java.annotations.version}</bundle>
-        <bundle start-level="80">mvn:jakarta.validation/jakarta.validation-api/${bean.validation.version}</bundle>
+        <bundle start-level="80">mvn:javax.validation/validation-api/${bean.validation.version}</bundle>
         <bundle start-level="80">wrap:mvn:com.graphql-java/graphql-java-extended-scalars/${graphql.java.extended.scalars.version}</bundle>
         <bundle start-level="80">wrap:mvn:com.squareup.okhttp3/okhttp/3.2.0</bundle>
         <bundle start-level="80">wrap:mvn:com.squareup.okio/okio/1.6.0</bundle>
diff --git a/package/pom.xml b/package/pom.xml
index 363b2a3..862f231 100644
--- a/package/pom.xml
+++ b/package/pom.xml
@@ -351,14 +351,12 @@
                         <feature>cellar</feature>
                         <feature>aries-blueprint</feature>
                         <feature>shell-compat</feature>
-                        <!--
                         <feature>unomi-kar</feature>
                         <feature>unomi-router-karaf-feature</feature>
                         <feature>unomi-web-tracker-karaf-kar</feature>
                         <feature>cdp-graphql-feature</feature>
                         <feature>unomi-rest-ui</feature>
                         <feature>unomi-graphql-ui</feature>
-                        -->
                     </bootFeatures>
                     <!--
                     <libraries>