buildbot failure in ASF Buildbot on activemq-site-production

2016-01-21 Thread buildbot
The Buildbot has detected a new failure on builder activemq-site-production 
while building ASF Buildbot. Full details are available at:
http://ci.apache.org/builders/activemq-site-production/builds/4929

Buildbot URL: http://ci.apache.org/

Buildslave for this Build: bb-cms-slave

Build Reason: The Nightly scheduler named 'activemq-site-production' triggered 
this build
Build Source Stamp: [branch activemq/activemq-website] HEAD
Blamelist: 

BUILD FAILED: failed compile

Sincerely,
 -The Buildbot





buildbot success in ASF Buildbot on activemq-site-production

2016-01-21 Thread buildbot
The Buildbot has detected a restored build on builder activemq-site-production 
while building ASF Buildbot. Full details are available at:
http://ci.apache.org/builders/activemq-site-production/builds/4928

Buildbot URL: http://ci.apache.org/

Buildslave for this Build: bb-cms-slave

Build Reason: The Nightly scheduler named 'activemq-site-production' triggered 
this build
Build Source Stamp: [branch activemq/activemq-website] HEAD
Blamelist: 

Build succeeded!

Sincerely,
 -The Buildbot





[2/2] activemq-artemis git commit: Merge #334

2016-01-21 Thread martyntaylor
Merge #334


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

Branch: refs/heads/master
Commit: 308c790163ea1c0146e112782837bca50eb5f9a4
Parents: b9a9ca6 a24dc5b
Author: Martyn Taylor 
Authored: Thu Jan 21 10:23:06 2016 +
Committer: Martyn Taylor 
Committed: Thu Jan 21 10:23:06 2016 +

--
 .../activemq/artemis/core/replication/ReplicationManager.java| 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
--




[1/2] activemq-artemis git commit: ARTEMIS-350 - add timeout to avoid deadlock

2016-01-21 Thread martyntaylor
Repository: activemq-artemis
Updated Branches:
  refs/heads/master b9a9ca628 -> 308c79016


ARTEMIS-350 - add timeout to avoid deadlock

https://issues.apache.org/jira/browse/ARTEMIS-350


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

Branch: refs/heads/master
Commit: a24dc5b61aec4c0bf71173056915a09187c216ea
Parents: b9a9ca6
Author: Andy Taylor 
Authored: Thu Jan 21 10:02:24 2016 +
Committer: Andy Taylor 
Committed: Thu Jan 21 10:02:24 2016 +

--
 .../activemq/artemis/core/replication/ReplicationManager.java| 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/a24dc5b6/artemis-server/src/main/java/org/apache/activemq/artemis/core/replication/ReplicationManager.java
--
diff --git 
a/artemis-server/src/main/java/org/apache/activemq/artemis/core/replication/ReplicationManager.java
 
b/artemis-server/src/main/java/org/apache/activemq/artemis/core/replication/ReplicationManager.java
index 3c2d236..3e66c09 100644
--- 
a/artemis-server/src/main/java/org/apache/activemq/artemis/core/replication/ReplicationManager.java
+++ 
b/artemis-server/src/main/java/org/apache/activemq/artemis/core/replication/ReplicationManager.java
@@ -25,6 +25,7 @@ import java.util.Map;
 import java.util.Queue;
 import java.util.Set;
 import java.util.concurrent.ConcurrentLinkedQueue;
+import java.util.concurrent.TimeUnit;
 
 import org.apache.activemq.artemis.api.core.ActiveMQBuffer;
 import org.apache.activemq.artemis.api.core.ActiveMQException;
@@ -343,7 +344,8 @@ public final class ReplicationManager implements 
ActiveMQComponent, ReadyListene
 if (!replicatingChannel.getConnection().isWritable(this)) {
latch.countUp();
try {
-  latch.await();
+  //don't wait for ever as this may hang tests etc, we've 
probably been closed anyway
+  latch.await(5, TimeUnit.SECONDS);
}
catch (InterruptedException e) {
   throw new ActiveMQInterruptedException(e);



buildbot failure in ASF Buildbot on activemq-site-production

2016-01-21 Thread buildbot
The Buildbot has detected a new failure on builder activemq-site-production 
while building ASF Buildbot. Full details are available at:
http://ci.apache.org/builders/activemq-site-production/builds/4926

Buildbot URL: http://ci.apache.org/

Buildslave for this Build: bb-cms-slave

Build Reason: The Nightly scheduler named 'activemq-site-production' triggered 
this build
Build Source Stamp: [branch activemq/activemq-website] HEAD
Blamelist: 

BUILD FAILED: failed compile

Sincerely,
 -The Buildbot





buildbot success in ASF Buildbot on activemq-site-production

2016-01-21 Thread buildbot
The Buildbot has detected a restored build on builder activemq-site-production 
while building ASF Buildbot. Full details are available at:
http://ci.apache.org/builders/activemq-site-production/builds/4925

Buildbot URL: http://ci.apache.org/

Buildslave for this Build: bb-cms-slave

Build Reason: The Nightly scheduler named 'activemq-site-production' triggered 
this build
Build Source Stamp: [branch activemq/activemq-website] HEAD
Blamelist: 

Build succeeded!

Sincerely,
 -The Buildbot





Jenkins build became unstable: ActiveMQ-Java7 » ActiveMQ :: AMQP #923

2016-01-21 Thread Apache Jenkins Server
See 




Jenkins build is still unstable: ActiveMQ-Java7 » ActiveMQ :: Unit Tests #923

2016-01-21 Thread Apache Jenkins Server
See 




Jenkins build is still unstable: ActiveMQ-Java7 #923

2016-01-21 Thread Apache Jenkins Server
See 



activemq git commit: https://issues.apache.org/jira/browse/AMQ-6136

2016-01-21 Thread cshannon
Repository: activemq
Updated Branches:
  refs/heads/master 4ecff1403 -> 4ee29c363


https://issues.apache.org/jira/browse/AMQ-6136

Switching the version for Spring in features-core.xml to allow Spring
4.x versions.


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

Branch: refs/heads/master
Commit: 4ee29c363fbcc754f69ebc57b45f84a549f7d130
Parents: 4ecff14
Author: Christopher L. Shannon (cshannon) 
Authored: Thu Jan 21 16:09:30 2016 +
Committer: Christopher L. Shannon (cshannon) 
Committed: Thu Jan 21 16:09:30 2016 +

--
 activemq-karaf/src/main/resources/features-core.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/activemq/blob/4ee29c36/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 c578e15..13ccca5 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
 spring-dm
 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



activemq git commit: https://issues.apache.org/jira/browse/AMQ-6136

2016-01-21 Thread cshannon
Repository: activemq
Updated Branches:
  refs/heads/activemq-5.13.x adc3ba49c -> 957fb8578


https://issues.apache.org/jira/browse/AMQ-6136

Switching the version for Spring in features-core.xml to allow Spring
4.x versions.

(cherry picked from commit 4ee29c363fbcc754f69ebc57b45f84a549f7d130)


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

Branch: refs/heads/activemq-5.13.x
Commit: 957fb85786214e1817db98ca238d5444898ea077
Parents: adc3ba4
Author: Christopher L. Shannon (cshannon) 
Authored: Thu Jan 21 16:09:30 2016 +
Committer: Christopher L. Shannon (cshannon) 
Committed: Thu Jan 21 16:11:07 2016 +

--
 activemq-karaf/src/main/resources/features-core.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/activemq/blob/957fb857/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 c578e15..13ccca5 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
 spring-dm
 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



[1/2] activemq-artemis git commit: ARTEMIS-354 set login.config for Win service

2016-01-21 Thread jbertram
Repository: activemq-artemis
Updated Branches:
  refs/heads/master 308c79016 -> 1c782e0bc


ARTEMIS-354 set login.config for Win service


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

Branch: refs/heads/master
Commit: 45b2a747ef66a15eba6187cc0491ed54994b20ff
Parents: 308c790
Author: jbertram 
Authored: Thu Jan 21 10:48:40 2016 -0600
Committer: jbertram 
Committed: Thu Jan 21 10:49:04 2016 -0600

--
 .../apache/activemq/artemis/cli/commands/bin/artemis-service.xml  | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/45b2a747/artemis-cli/src/main/resources/org/apache/activemq/artemis/cli/commands/bin/artemis-service.xml
--
diff --git 
a/artemis-cli/src/main/resources/org/apache/activemq/artemis/cli/commands/bin/artemis-service.xml
 
b/artemis-cli/src/main/resources/org/apache/activemq/artemis/cli/commands/bin/artemis-service.xml
index ad3fca5..3001370 100644
--- 
a/artemis-cli/src/main/resources/org/apache/activemq/artemis/cli/commands/bin/artemis-service.xml
+++ 
b/artemis-cli/src/main/resources/org/apache/activemq/artemis/cli/commands/bin/artemis-service.xml
@@ -43,9 +43,10 @@
"${artemis.home}\lib\artemis-boot.jar"
-Dartemis.home="${artemis.home}"
-Dartemis.instance="${artemis.instance}"
-   -Ddata.dir="${artemis.instance}/data"
+   -Ddata.dir="${artemis.instance}\data"

-Djava.util.logging.manager=org.jboss.logmanager.LogManager

-Dlogging.configuration="file:${artemis.instance}\etc\logging.properties"
+   
-Djava.security.auth.login.config"${artemis.instance}\etc\login.config"
 
 

Jenkins build is still unstable: ActiveMQ-Java7-All-UnitTests #330

2016-01-21 Thread Apache Jenkins Server
See 



Jenkins build is back to stable : ActiveMQ-Java8 #591

2016-01-21 Thread Apache Jenkins Server
See 



Jenkins build is back to stable : ActiveMQ-Java8 » ActiveMQ :: Unit Tests #591

2016-01-21 Thread Apache Jenkins Server
See 




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

2016-01-21 Thread Apache Jenkins Server
See 




Jenkins build is back to stable : ActiveMQ-Java7 #924

2016-01-21 Thread Apache Jenkins Server
See 



Jenkins build is back to stable : ActiveMQ-Java7 » ActiveMQ :: AMQP #924

2016-01-21 Thread Apache Jenkins Server
See 




Jenkins build is back to stable : ActiveMQ-Java7 » ActiveMQ :: Unit Tests #924

2016-01-21 Thread Apache Jenkins Server
See