Jenkins build is still unstable: ActiveMQ-Java8 » ActiveMQ :: RA #1025

2017-06-09 Thread Apache Jenkins Server
See 




Jenkins build is back to stable : ActiveMQ-Java8 » ActiveMQ :: HTTP Protocol Support #1025

2017-06-09 Thread Apache Jenkins Server
See 




Jenkins build is back to stable : ActiveMQ-Java8 » ActiveMQ :: LevelDB Store #1025

2017-06-09 Thread Apache Jenkins Server
See 




Jenkins build is still unstable: ActiveMQ-Java8 » ActiveMQ :: Unit Tests #1025

2017-06-09 Thread Apache Jenkins Server
See 




svn commit: r1013717 - in /websites/production/activemq/content: broker-camel-component.html cache/main.pageCache

2017-06-09 Thread buildbot
Author: buildbot
Date: Fri Jun  9 20:23:27 2017
New Revision: 1013717

Log:
Production update by buildbot for activemq

Modified:
websites/production/activemq/content/broker-camel-component.html
websites/production/activemq/content/cache/main.pageCache

Modified: websites/production/activemq/content/broker-camel-component.html
==
--- websites/production/activemq/content/broker-camel-component.html (original)
+++ websites/production/activemq/content/broker-camel-component.html Fri Jun  9 
20:23:27 2017
@@ -90,7 +90,7 @@

 
 
-Notes:A broker component only adds an intercept 
into the broker if its started - so the broker component will not add any 
overhead to the running broker until its used - and then the overhead will be 
trivial.Messages are intercepted by the broker component when they 
have been received by the broker - but before they are processed (persisted or 
routed to a destination).The IN 
message on the Exchange is a CamelMessage, but 
also a JMS Message (messages routed through ActiveMQ from STOMP/MQTT/AMQP etc. 
are always translated into JMS messages).Whttp://activemq.apache.org/wildcards.html";>ildcards can be used on a 
destination to intercept messages from destinations matching the 
wildcard.After the intercept, you have to explicitly send the message 
back to the broker component - this allows you to either drop select me
 ssages (by not sending) - or, like in the above case - re-route the message to 
a different destination.There is one deliberate caveat 
though, only intercepted messages can be sent to 
a broker component. For example, routing a 
Camel message from another Component e.g. file, 
will result in an error.Extra classes that have been added to 
the activemq-broker package to support 
the broker component. They allow the state 
of the running broker to be interrogated without using JMX. These classes 
are:http://activemq.apache.org/
 
maven/5.9.0/apidocs/org/apache/activemq/broker/view/MessageBrokerView.html">MessageBrokerView
 - provides methods to retrieve statistics on a the brokerFrom the 
MessageBrokerView - you can retrieve a http://activemq.apache.org/maven/5.9.0/apidocs/org/apache/activemq/broker/view/BrokerDestinationView.html";>BrokerDestinationView
 for a particular destination.ExampleHow to route messages when a 
destination's queue depth has reached a certain limit:
+Notes:A broker component only adds an intercept 
into the broker if its started - so the broker component will not add any 
overhead to the running broker until its used - and then the overhead will be 
trivial.Messages are intercepted by the broker component when they 
have been received by the broker - but before they are processed (persisted or 
routed to a destination).The IN 
message on the Exchange is a CamelMessage, but 
also a JMS Message (messages routed through ActiveMQ from STOMP/MQTT/AMQP etc. 
are always translated into JMS messages).Whttp://activemq.apache.org/wildcards.html";>ildcards can be used on a 
destination to intercept messages from destinations matching the 
wildcard.After the intercept, you have to explicitly send the message 
back to the broker component - this allows you to either drop select me
 ssages (by not sending) - or, like in the above case - re-route the message to 
a different destination.There is one deliberate caveat 
though, only intercepted messages can be sent to 
a broker component. For example, routing a 
Camel message from another Component e.g. file, 
will result in an error.Extra classes that have been added 
to the activemq-broker package to support 
the broker component. They allow the state 
of the running broker to be interrogated without using JMX. These classes 
are:http://activemq.apac
 
he.org/maven/5.9.0/apidocs/org/apache/activemq/broker/view/MessageBrokerView.html">org.apache.activemq.broker.view.MessageBrokerView
 - provides methods to retrieve statistics on a the brokerFrom 
the org.apache.activemq.broker.view.MessageBrokerView
 - you can retrieve a http://activemq.apache.org/maven/5.9.0/apidocs/org/apache/activemq/broker/view/BrokerDestinationView.html";>org.apache.activemq.broker.view.BrokerDestinationView
 for a particular destination.ExampleHow to route messages when a 
destination's queue depth has reached a certain limit:
 ;
   
 

Modified: websites/production/activemq/content/cache/main.pageCache
==
Binary files - no diff available.




Build failed in Jenkins: ActiveMQ-Java8 #1024

2017-06-09 Thread Apache Jenkins Server
See 

--
Started by an SCM change
Started by an SCM change
Started by an SCM change
Started by an SCM change
Started by an SCM change
Started by an SCM change
Started by an SCM change
Started by an SCM change
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on H17 (ubuntu xenial) in workspace 

java.io.IOException: Failed to mkdirs: 

at hudson.FilePath.mkdirs(FilePath.java:1169)
at hudson.model.AbstractProject.checkout(AbstractProject.java:1279)
at 
hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:604)
at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
at 
hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:529)
at hudson.model.Run.execute(Run.java:1728)
at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:544)
at hudson.model.ResourceController.execute(ResourceController.java:98)
at hudson.model.Executor.run(Executor.java:405)
Retrying after 10 seconds
java.io.IOException: Failed to mkdirs: 

at hudson.FilePath.mkdirs(FilePath.java:1169)
at hudson.model.AbstractProject.checkout(AbstractProject.java:1279)
at 
hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:604)
at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
at 
hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:529)
at hudson.model.Run.execute(Run.java:1728)
at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:544)
at hudson.model.ResourceController.execute(ResourceController.java:98)
at hudson.model.Executor.run(Executor.java:405)
Retrying after 10 seconds
java.io.IOException: Failed to mkdirs: 

at hudson.FilePath.mkdirs(FilePath.java:1169)
at hudson.model.AbstractProject.checkout(AbstractProject.java:1279)
at 
hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:604)
at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
at 
hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:529)
at hudson.model.Run.execute(Run.java:1728)
at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:544)
at hudson.model.ResourceController.execute(ResourceController.java:98)
at hudson.model.Executor.run(Executor.java:405)


Jenkins build is still unstable: ActiveMQ-Java8-All-UnitTests #695

2017-06-09 Thread Apache Jenkins Server
See 




Jenkins build is unstable: ActiveMQ-Java8-5.14.x #56

2017-06-09 Thread Apache Jenkins Server
See 




Jenkins build is unstable: ActiveMQ-Java8-5.14.x » ActiveMQ :: MQTT Protocol #56

2017-06-09 Thread Apache Jenkins Server
See 




Jenkins build is unstable: ActiveMQ-Java8-5.14.x » ActiveMQ :: Unit Tests #56

2017-06-09 Thread Apache Jenkins Server
See 




Jenkins build is back to stable : ActiveMQ-Java8-5.14.x » ActiveMQ :: HTTP Protocol Support #56

2017-06-09 Thread Apache Jenkins Server
See 




Jenkins build is unstable: ActiveMQ-Java8-5.14.x » ActiveMQ :: STOMP Protocol #56

2017-06-09 Thread Apache Jenkins Server
See 




Jenkins build is unstable: ActiveMQ-Java8-5.14.x » ActiveMQ :: Karaf Integration Tests #56

2017-06-09 Thread Apache Jenkins Server
See 




activemq git commit: AMQ-6585 - Upgrade to Camel 2.18.4

2017-06-09 Thread cshannon
Repository: activemq
Updated Branches:
  refs/heads/master 2a0b785a0 -> a6782443c


AMQ-6585 - Upgrade to Camel 2.18.4

Added the camel-blueprint feature to work with Spring 4.x as Spring DM
support for Camel was deprecated


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

Branch: refs/heads/master
Commit: a6782443c1695f54176afecfda6c5c423bc18a84
Parents: 2a0b785
Author: Christopher L. Shannon (cshannon) 
Authored: Fri Jun 9 07:13:11 2017 -0400
Committer: Christopher L. Shannon (cshannon) 
Committed: Fri Jun 9 07:13:11 2017 -0400

--
 activemq-camel/pom.xml  |  4 ++--
 ...ctiveMQBrokerNdExternalCamelFeatureTest.java |  6 --
 .../src/main/resources/features-core.xml|  2 +-
 activemq-karaf/src/main/resources/features.xml  |  2 ++
 activemq-osgi/pom.xml   | 22 
 .../activemq/osgi/ActiveMQServiceFactory.java   |  2 +-
 pom.xml | 12 +++
 7 files changed, 36 insertions(+), 14 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/activemq/blob/a6782443/activemq-camel/pom.xml
--
diff --git a/activemq-camel/pom.xml b/activemq-camel/pom.xml
index 37877e0..05f743c 100644
--- a/activemq-camel/pom.xml
+++ b/activemq-camel/pom.xml
@@ -32,7 +32,7 @@
 
   
 
-   org.springframework.jms*;version="[3,5)",
+   org.springframework.jms*;version="[4,5)",
org.apache.activemq.pool,
org.apache.camel*;version="${camel-version-range}",
*
@@ -102,7 +102,7 @@
 
 
   org.apache.camel
-  camel-test-spring3
+  camel-test-spring
   test
 
 

http://git-wip-us.apache.org/repos/asf/activemq/blob/a6782443/activemq-karaf-itest/src/test/java/org/apache/activemq/karaf/itest/ActiveMQBrokerNdExternalCamelFeatureTest.java
--
diff --git 
a/activemq-karaf-itest/src/test/java/org/apache/activemq/karaf/itest/ActiveMQBrokerNdExternalCamelFeatureTest.java
 
b/activemq-karaf-itest/src/test/java/org/apache/activemq/karaf/itest/ActiveMQBrokerNdExternalCamelFeatureTest.java
index b948ecc..b25f05e 100644
--- 
a/activemq-karaf-itest/src/test/java/org/apache/activemq/karaf/itest/ActiveMQBrokerNdExternalCamelFeatureTest.java
+++ 
b/activemq-karaf-itest/src/test/java/org/apache/activemq/karaf/itest/ActiveMQBrokerNdExternalCamelFeatureTest.java
@@ -26,11 +26,12 @@ import java.util.concurrent.Callable;
 
 import org.junit.Ignore;
 import org.junit.Test;
+import org.junit.runner.RunWith;
 import org.ops4j.pax.exam.Configuration;
 import org.ops4j.pax.exam.Option;
+import org.ops4j.pax.exam.junit.PaxExam;
 
-//@RunWith(PaxExam.class)
-@Ignore
+@RunWith(PaxExam.class)
 public class ActiveMQBrokerNdExternalCamelFeatureTest extends 
AbstractFeatureTest {
 
 @Configuration
@@ -53,6 +54,7 @@ public class ActiveMQBrokerNdExternalCamelFeatureTest extends 
AbstractFeatureTes
 
 assertBrokerStarted();
 withinReason(new Runnable() {
+@Override
 public void run() {
 getBundle("org.apache.activemq.activemq-camel");
 }

http://git-wip-us.apache.org/repos/asf/activemq/blob/a6782443/activemq-karaf/src/main/resources/features-core.xml
--
diff --git a/activemq-karaf/src/main/resources/features-core.xml 
b/activemq-karaf/src/main/resources/features-core.xml
index 0f318c6..0e615ab 100644
--- a/activemq-karaf/src/main/resources/features-core.xml
+++ b/activemq-karaf/src/main/resources/features-core.xml
@@ -22,7 +22,7 @@
 
 
 
-spring
+spring
 mvn:org.apache.geronimo.specs/geronimo-annotation_1.0_spec/1.1.1
 mvn:org.apache.geronimo.specs/geronimo-jta_1.1_spec/1.1.1
 mvn:org.apache.geronimo.specs/geronimo-jms_1.1_spec/1.1.1

http://git-wip-us.apache.org/repos/asf/activemq/blob/a6782443/activemq-karaf/src/main/resources/features.xml
--
diff --git a/activemq-karaf/src/main/resources/features.xml 
b/activemq-karaf/src/main/resources/features.xml
index 7299ef7..586e324 100644
--- a/activemq-karaf/src/main/resources/features.xml
+++ b/activemq-karaf/src/main/resources/features.xml
@@ -42,6 +42,8 @@
 
mvn:org.apache.activemq/activemq-camel/${project.version}
 camel-jms
 camel
+camel-spring
+camel-blueprint
 
 
 

http://git-wip-us.apache.org/repos/asf/activemq/blob/a6782443/activemq-osgi/pom.xml
---

Jenkins build became unstable: ActiveMQ-Java8 » ActiveMQ :: LevelDB Store #1023

2017-06-09 Thread Apache Jenkins Server
See 




Jenkins build is still unstable: ActiveMQ-Java8 » ActiveMQ :: Unit Tests #1023

2017-06-09 Thread Apache Jenkins Server
See 




Jenkins build became unstable: ActiveMQ-Java8 » ActiveMQ :: HTTP Protocol Support #1023

2017-06-09 Thread Apache Jenkins Server
See 




Jenkins build is still unstable: ActiveMQ-Java8 #1023

2017-06-09 Thread Apache Jenkins Server
See 




Jenkins build is back to stable : ActiveMQ-Java8 » ActiveMQ :: MQTT Protocol #1023

2017-06-09 Thread Apache Jenkins Server
See 




Jenkins build became unstable: ActiveMQ-Java8 » ActiveMQ :: Assembly #1023

2017-06-09 Thread Apache Jenkins Server
See 




Jenkins build became unstable: ActiveMQ-Java8 » ActiveMQ :: Karaf Integration Tests #1023

2017-06-09 Thread Apache Jenkins Server
See 




Jenkins build became unstable: ActiveMQ-Java8 » ActiveMQ :: RA #1023

2017-06-09 Thread Apache Jenkins Server
See