See 
<https://builds.apache.org/job/ActiveMQ-Java7/org.apache.activemq$activemq-broker/200/changes>

Changes:

[tabish] fix and test for: https://issues.apache.org/jira/browse/AMQ-4413

For durable subscriptions the PrefetchSubscription can't drop messages in 
dispatchPending otherwise they are never added back into the pending cursor.

[chirino] Adding a Promise class that can allow us to use callbacks to get 
future computation results.

[chirino] Reduce the amount of work done while the sendLock is acquired.

[chirino] reduce the number of times the sendSyncs map is accessed.

[chirino] Fixing regression in last commit.

[dejanb] https://issues.apache.org/jira/browse/AMQ-4000 - as part of this 
feature we need to properly send advisories when durable sub unregisters

[chirino] Fixes AMQ-4535: Activemq configured with leveldb commit fail when 
accessed by PutGet from IBM Perf Harness

------------------------------------------
Downloading: 
http://repo.maven.apache.org/maven2/org/eclipse/jetty/maven-jetty-plugin/7.6.7.v20120910/maven-jetty-plugin-7.6.7.v20120910.pom
[INFO] [WARNING] The POM for 
org.eclipse.jetty:maven-jetty-plugin:jar:7.6.7.v20120910 is missing, no 
dependency information available
[WARNING] Failed to retrieve plugin descriptor for 
org.eclipse.jetty:maven-jetty-plugin:7.6.7.v20120910: Plugin 
org.eclipse.jetty:maven-jetty-plugin:7.6.7.v20120910 or one of its dependencies 
could not be resolved: Failed to read artifact descriptor for 
org.eclipse.jetty:maven-jetty-plugin:jar:7.6.7.v20120910
                                                                        
[INFO] ------------------------------------------------------------------------
[INFO] Building ActiveMQ :: Broker 5.9-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ activemq-broker ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0.1:enforce (default) @ activemq-broker ---
[INFO] 
[INFO] --- maven-bundle-plugin:2.3.7:cleanVersions (cleanVersions) @ 
activemq-broker ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.3:process (default) @ 
activemq-broker ---
[debug] execute contextualize
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 7 resources
[INFO] Copying 3 resources

[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ 
activemq-broker ---
[INFO] 
[INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ 
activemq-broker ---
[INFO] Compiling 385 source files to 
<https://builds.apache.org/job/ActiveMQ-Java7/org.apache.activemq$activemq-broker/ws/target/classes>
[INFO] [debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 3 resources

[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ 
activemq-broker ---
[INFO] [INFO] Compiling 9 source files to 
<https://builds.apache.org/job/ActiveMQ-Java7/org.apache.activemq$activemq-broker/ws/target/test-classes>

[INFO] --- maven-compiler-plugin:2.5.1:testCompile (default-testCompile) @ 
activemq-broker ---
[INFO] [INFO] Surefire report directory: 
<https://builds.apache.org/job/ActiveMQ-Java7/org.apache.activemq$activemq-broker/ws/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------

-------------------------------------------------------
 T E S T S
-------------------------------------------------------

[INFO] --- maven-surefire-plugin:2.10:test (default-test) @ activemq-broker ---
Running org.apache.activemq.JmsQueueTransactionTest
Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 52.067 sec

Results :

Tests run: 18, Failures: 0, Errors: 0, Skipped: 0

Reply via email to