+1 * built from source and ran tests * exercised management console to create vhosts, queues, exchanges, etc * tested shared durable subscription functionality
On 8 November 2017 at 12:12, Oleksandr Rudyy <[email protected]> wrote: > +1 > > * verified signatures and checksums > * built from source distribution and ran all tests > * started broker, created new queue and exchange using web management > console, bound new queue to new exchange > * successfully ran hello world example using legacy JMS client with > AMQP 0-9 and 0-10 > * successfully ran hello world example using new JMS client for AMQP 1.0 > > On 8 November 2017 at 17:35, Oleksandr Rudyy <[email protected]> wrote: > > HI all, > > > > Apache Qpid Broker-J 7.0.0 RC3 is built and ready for testing. > > The following issues have been resolved since RC2: > > > > * QPID-8020 - [Broker-J] Rename binary and source distribution bundles > for > > broker-j > > * QPID-8023 - [Broker-J] Remove com.google.code.findbugs:jsr305 > dependency > > * QPID-8024 - [Broker-J] Reflect missing components and changes in > copyright > > dates in the NOTICE file > > > > The full list of new features, defect fixes and improvements can be > found in > > Jira: > > https://issues.apache.org/jira/issues/?jql=project%20% > 3D%20QPID%20AND%20fixVersion%20%3D%20qpid-java-broker-7.0.0 > > > > The source and binary archives can be grabbed from here: > > https://dist.apache.org/repos/dist/dev/qpid/broker-j/7.0.0-rc3 > > > > The maven artifacts are also staged for now at: > > https://repository.apache.org/content/repositories/orgapacheqpid-1121 > > > > Please test and cast your vote accordingly. > > > > Kind regards > > > > P.S. If you want to test it out using maven, you can temporarily add > this to > > your poms to access > > the staging repo: > > > > <repositories> > > <repository> > > <id>staging</id> > > > > <url>https://repository.apache.org/content/repositories/orgapacheqpid- > 1121</url> > > </repository> > > </repositories> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
