Hi folks, Qpid for Java 6.1.0 RC2 is available for testing.
The changes against the following JIRAs have been made since RC1: QPID-7352 : [Java Broker] Principal serialisation QPID-7409 : Support preview of maps/list message content QPID-7460 : [Java Broker] Improve performance of the Json Config store with large numbers of object QPID-7462 : [Java Broker] Add experimental "pull" consumers to the broker QPID-7469 : [Java Broker] Improve VirtualHost#publishMessage QPID-7470 : [Java Broker] Address javax.xml.bind.DatatypeConverter shortcomings QPID-7471 : [Java Broker] MessageConverter should respect mimeType QPID-7474 : [Java Broker] Guard against NPE in StatisticsReportingTask QPID-7477 : [Java Broker] Recovery of Broker preferences should happen without holding VirtualHostPrincipal QPID-7478 : Add managed operation to reset statistics QPID-7479 : [Java Broker] Memory estimation formula fails to account for objects that comprise a persistent messages QPID-7480 : Incorrect error message when editing "number of connection threads" of a virtual host QPID-7481 : Statistics gathering screen label uses wrong unit QPID-7482 : Heartbeat screen label uses wrong units QPID-7483 : [Java Broker, WMC] Address minor UI issues QPID-7485 : [Java Broker] Make the path attribute immutable on file based authentication/group providers QPID-7488 : [Java Broker, WMC] Clicking on any of dashboard widget titlebar icons (collapse pane, edit, goto, or close) triggers widget dragging in IE QPID-7489 : [Java Broker] Only return false from AbstractQueue#attemptDelivery if remaining messages on queue can actually be consumed QPID-7490 : [Java Broker] Stop CreditCreditManager from spuriously notifying subscribers of credit increases The full list of 6.1.0 JIRAs is available at: https://issues.apache.org/jira/issues/?jql=project%20%3D%20QPID%20AND%20fixVersion%20%3D%20qpid-java-6.1 The release source and binary bundles are available from: https://dist.apache.org/repos/dist/dev/qpid/java/6.1.0-rc2/ The release maven artifacts are also staged at: https://repository.apache.org/content/repositories/orgapacheqpid-1092 Kind regards Alex P.S. For testing of 6.1.0 maven artifacts please add the staging repo into your maven project as below: <repositories> <repository> <id>staging</id> <url> https://repository.apache.org/content/repositories/orgapacheqpid-1092</url> </repository> </repositories>
