incubator-unomi git commit: fix unknown protocol: wrap

2018-03-05 Thread shuber
Repository: incubator-unomi
Updated Branches:
  refs/heads/feature-UNOMI-5-KARAF4-1 b670fdd0e -> cb956a1bd


fix unknown protocol: wrap


Project: http://git-wip-us.apache.org/repos/asf/incubator-unomi/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-unomi/commit/cb956a1b
Tree: http://git-wip-us.apache.org/repos/asf/incubator-unomi/tree/cb956a1b
Diff: http://git-wip-us.apache.org/repos/asf/incubator-unomi/diff/cb956a1b

Branch: refs/heads/feature-UNOMI-5-KARAF4-1
Commit: cb956a1bd01b110ab9c8b7f83717dc4ec7f5c923
Parents: b670fdd
Author: Oliver Lietz 
Authored: Mon Mar 5 16:53:23 2018 +0100
Committer: Oliver Lietz 
Committed: Mon Mar 5 16:53:23 2018 +0100

--
 itests/pom.xml   | 7 +++
 itests/src/test/java/org/apache/unomi/itests/BaseIT.java | 2 +-
 pom.xml  | 4 ++--
 3 files changed, 10 insertions(+), 3 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/incubator-unomi/blob/cb956a1b/itests/pom.xml
--
diff --git a/itests/pom.xml b/itests/pom.xml
index 73a5859..9f5fcda 100644
--- a/itests/pom.xml
+++ b/itests/pom.xml
@@ -136,6 +136,13 @@
 test
 
 
+
+org.ops4j.pax.url
+pax-url-wrap
+uber
+2.5.4
+test
+
 
 
 

http://git-wip-us.apache.org/repos/asf/incubator-unomi/blob/cb956a1b/itests/src/test/java/org/apache/unomi/itests/BaseIT.java
--
diff --git a/itests/src/test/java/org/apache/unomi/itests/BaseIT.java 
b/itests/src/test/java/org/apache/unomi/itests/BaseIT.java
index 5c9d6ae..2ee849f 100644
--- a/itests/src/test/java/org/apache/unomi/itests/BaseIT.java
+++ b/itests/src/test/java/org/apache/unomi/itests/BaseIT.java
@@ -116,12 +116,12 @@ public abstract class BaseIT {
 
systemProperty("org.apache.unomi.itests.elasticsearch.bootstrap.seccomp").value("false"),
 systemProperty("unomi.autoStart").value("true"),
 features(karafPaxWebRepo, "shell"),
-features(karafStandardRepo, "wrap"),
 features(karafPaxWebRepo, "war"),
 features(karafCxfRepo, "cxf"),
 features(karafCellarRepo, "cellar"),
 features(contextServerRepo, "unomi-kar"),
 features(routerRepo, "unomi-router-karaf-feature"),
+
mavenBundle().groupId("org.ops4j.pax.url").artifactId("pax-url-wrap").classifier("uber").versionAsInProject(),
 // we need to wrap the HttpComponents libraries ourselves 
since the OSGi bundles provided by the project are incorrect
 wrappedBundle(mavenBundle("org.apache.httpcomponents",
 "httpcore").versionAsInProject()),

http://git-wip-us.apache.org/repos/asf/incubator-unomi/blob/cb956a1b/pom.xml
--
diff --git a/pom.xml b/pom.xml
index 8692ee5..fd8b400 100644
--- a/pom.xml
+++ b/pom.xml
@@ -69,7 +69,7 @@
 2.8.6
 4.1.5
 4.1.0
-4.11.2
+4.11.0
 5.6.3
 
 1.7
@@ -960,7 +960,7 @@
 
 org.apache.servicemix.tooling
 depends-maven-plugin
-1.2
+1.4.0
 
 
 org.apache.maven.plugins



[jira] [Updated] (UNOMI-66) Integrate Apache Kafka

2018-03-05 Thread Serge Huber (JIRA)

 [ 
https://issues.apache.org/jira/browse/UNOMI-66?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Serge Huber updated UNOMI-66:
-
Issue Type: Improvement  (was: Bug)

> Integrate Apache Kafka
> --
>
> Key: UNOMI-66
> URL: https://issues.apache.org/jira/browse/UNOMI-66
> Project: Apache Unomi
>  Issue Type: Improvement
>  Components: core
>Reporter: Serge Huber
>Priority: Major
> Fix For: 1.3.0-incubating
>
>
> It would be really great to integrate Apache Kafka into Apache Unomi so that 
> we can push event data and other "heavy" operations into its messaging 
> systems and therefore make it easier to decouple some large scale operations 
> that might require a lot of processing power such as large segment updates, 
> etc... 
> This would also make it a lot easier to integrate with BigData systems such 
> as Apache Spark, Hadoop or others.
> We might want at the same time to see if we can define a mechanism to get the 
> status of long-running operations.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)