On 17 May 2016 at 22:35, Ted Ross <[email protected]> wrote:
> This is the vote thread to approve RC3 as the final Dispatch 0.6.0.
>
> Release artifacts:
>     https://dist.apache.org/repos/dist/dev/qpid/dispatch/0.6.0-rc3/
>
> Release Description:
>
> https://cwiki.apache.org/confluence/display/qpid/What%27s+New+in+Apache+Qpid+Dispatch+Router+0.6.0
>
> Thanks,
>
> -Ted
>


I gave things a kick and noticed some issues as outlined below. Some I
think should/need to be sorted before 0.6.0 goes out (license headers,
console pom+doc text), others I'm happy to defer.

For the new console bits:
 - The pom for the hawtio-plugin version of the new console still has
a -SNAPSHOT version, it should be updated to remove that for release.
 - Is it the intention to deploy a built version of that for people to
use it without preparing it from src? That would normally be done now
as well if so. Obviously folks wanting to use the standalone variant
will be grabbing the src archive.
 - Much of the text in the [new for this release] docs for the console
in the dispatch 'book' is stale and doesn't match its current state.
Not necessarily a blocker, but definitely seems undesirable for its
first release. Even just removing a lot of the text/steps for now
would be nicer than it being misleading.
https://issues.apache.org/jira/browse/DISPATCH-308.

I came across an issue while playing with the JMS client
Sender/Receiver examples, whereby the router doesnt repond to requests
to drain the consumer link credit. Raised as
https://issues.apache.org/jira/browse/DISPATCH-341

Finally, there are a number of files without a licence header.
Ignoring some that aren't ours or are files/types that can't support
comments, leaves several which need to be updated:
  qpid-dispatch-0.6.0/.reviewboardrc
  qpid-dispatch-0.6.0/reconfigure.in
  qpid-dispatch-0.6.0/bin/find_ports.sh
  qpid-dispatch-0.6.0/console/hawtio/pom.xml
  
qpid-dispatch-0.6.0/console/hawtio/src/main/java/org/apache/qpid/dispatch/PluginContextListener.java
  qpid-dispatch-0.6.0/console/hawtio/src/main/resources/log4j.properties
  qpid-dispatch-0.6.0/console/hawtio/src/main/resources/WEB-INF/web.xml
  qpid-dispatch-0.6.0/console/hawtio/src/main/webapp/plugin/html/qdrCharts.html
  qpid-dispatch-0.6.0/console/hawtio/src/main/webapp/plugin/html/qdrConnect.html
  qpid-dispatch-0.6.0/console/hawtio/src/main/webapp/plugin/html/qdrGraphs.html
  qpid-dispatch-0.6.0/console/hawtio/src/main/webapp/plugin/js/dispatchPlugin.js
  qpid-dispatch-0.6.0/console/stand-alone/plugin/html/qdrCharts.html
  qpid-dispatch-0.6.0/console/stand-alone/plugin/html/qdrConnect.html
  qpid-dispatch-0.6.0/console/stand-alone/plugin/html/qdrGraphs.html
  qpid-dispatch-0.6.0/doc/conf.py.in
  qpid-dispatch-0.6.0/tests/valgrind.supp (this is empty removable?)
  qpid-dispatch-0.6.0/tests/config-2/gencerts.sh
  qpid-dispatch-0.6.0/tests/policy-2/policy-photoserver-sasl.conf.in
  qpid-dispatch-0.6.0/tests/policy-2/test-router-with-policy.json.in
  qpid-dispatch-0.6.0/tests/ssl_certs/gencerts.sh


For completeness, the full list was:
  qpid-dispatch-0.6.0/.reviewboardrc
  qpid-dispatch-0.6.0/VERSION.txt
  qpid-dispatch-0.6.0/reconfigure.in
  qpid-dispatch-0.6.0/bin/find_ports.sh
  qpid-dispatch-0.6.0/console/hawtio/README.md
  qpid-dispatch-0.6.0/console/hawtio/pom.xml
  
qpid-dispatch-0.6.0/console/hawtio/src/main/java/org/apache/qpid/dispatch/PluginContextListener.java
  qpid-dispatch-0.6.0/console/hawtio/src/main/resources/log4j.properties
  qpid-dispatch-0.6.0/console/hawtio/src/main/resources/WEB-INF/web.xml
  qpid-dispatch-0.6.0/console/hawtio/src/main/webapp/plugin/html/qdrCharts.html
  qpid-dispatch-0.6.0/console/hawtio/src/main/webapp/plugin/html/qdrConnect.html
  qpid-dispatch-0.6.0/console/hawtio/src/main/webapp/plugin/html/qdrGraphs.html
  qpid-dispatch-0.6.0/console/hawtio/src/main/webapp/plugin/js/dispatchPlugin.js
  qpid-dispatch-0.6.0/console/hawtio/src/main/webapp/plugin/lib/rhea-min.js
  qpid-dispatch-0.6.0/console/stand-alone/plugin/data/places1.json
  qpid-dispatch-0.6.0/console/stand-alone/plugin/data/world-110m.json
  qpid-dispatch-0.6.0/console/stand-alone/plugin/html/qdrCharts.html
  qpid-dispatch-0.6.0/console/stand-alone/plugin/html/qdrConnect.html
  qpid-dispatch-0.6.0/console/stand-alone/plugin/html/qdrGraphs.html
  qpid-dispatch-0.6.0/console/stand-alone/plugin/lib/rhea-min.js
  qpid-dispatch-0.6.0/doc/conf.py.in
  qpid-dispatch-0.6.0/doc/themes/bare/layout.html
  qpid-dispatch-0.6.0/doc/themes/bare/theme.conf
  qpid-dispatch-0.6.0/dockerfiles/README.md
  qpid-dispatch-0.6.0/python/qpid_dispatch/management/qdrouter.json
  qpid-dispatch-0.6.0/tests/valgrind.supp
  qpid-dispatch-0.6.0/tests/config-2/gencerts.sh
  qpid-dispatch-0.6.0/tests/displayname_files/profile_names1.json
  qpid-dispatch-0.6.0/tests/displayname_files/profile_names2.json
  qpid-dispatch-0.6.0/tests/policy-2/policy-photoserver-sasl.conf.in
  qpid-dispatch-0.6.0/tests/policy-2/test-router-with-policy.json.in
  qpid-dispatch-0.6.0/tests/policy-3/test-sender-receiver-limits.json
  qpid-dispatch-0.6.0/tests/ssl_certs/gencerts.sh


Robbie

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to