I tried out the source and binary tar.gz archives a little. The source release (which is the one that really counts) has no LICENSE file, and the NOTICE file contains the ASLv2 text which should be in LICENSE but lacks the text required for NOTICE. See http://www.apache.org/dev/licensing-howto.html#simple for the minimal starting point for the ifles, and elsewhere on the page for details on expanding from that.
The binary release has no LICENSE or NOTICE files in the first dir. There is a LICENSE file in the licenses subdir, it should be moved to the main dir and updated with any additional licenses/pointers needed for bundled dependencies not using ASLv2. There are more details on this on the page linked above. When I tried reading the documentation via the embedded jetty I got a 404 when reaching "3. Project Info" either by keyboard navigation or the menu. It tries to load http://localhost:8161/user-manual/project-info/project-info.html. On the "7. Using the Server" page, the "Configuration files" section has a missing/incomplete reference: "All the parameters in this file are described in ?. Please see ? for more information on this file". Further down the page in "The main configuration file" there is actually a reference link but it just links back to the same page. Going to the "53. Configuration Reference" page using the menu instead, I noticed that all the quick links in the table are to the .md files and so 404 when used. I noticed an NPE when kicking the tyres with an AMQP client, which I actually raised as ACTIVEMQ6-55 a while ago but never looped back and submitted a fix for, so I now have. It would be good to get that in the release since its really easy to hit out the box if you dont first configure a JMS queue in the config file and get the appropriately formatted address string to use it. I noticed a readme issue about building the distro when trying that change out, I also submitted a pull request for that. Robbie On 12 March 2015 at 11:27, Martyn Taylor <[email protected]> wrote: > Cancelling the vote based on feedback from Gary Tully. A new RC is to > follow addressing all of Gary's comments. > > Thanks > Martyn > > -- > > Hello all. > > I've cut a first release candidate of the ActiveMQ-6 project. > > This is a first release of the HornetQ code donation with support for AMQP, > STOMP, CORE and OPENWIRE > > -- > > The release notes can be found here: > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12315920&version=12328953 > > The binary distributions can be found here: > https://repository.apache.org/content/repositories/orgapacheactivemq-1035/org/apache/activemq/apache-activemq/6.0.0/ > > The source archives can be found here: > https://repository.apache.org/content/repositories/orgapacheactivemq-1035/org/apache/activemq/apache-activemq/6.0.0/ > > The Maven repository is here: > https://repository.apache.org/content/repositories/orgapacheactivemq-1035/ > > The source tag: > https://git-wip-us.apache.org/repos/asf?p=activemq-6.git;a=tag;h=refs/tags/6.0.0 > > The project website for that version has been staged to: > http://people.apache.org/~martyntaylor/ > > The vote will remain open for 72 hours. > > [ ] +1 approve the release as Apache ActiveMQ 6.0.0 > [ ] +0 no opinion > [ ] -1 disapprove (and reason why) > > Here's my (non-binding) +1 > > Regards > > Martyn > On 10/03/15 15:14, Martyn Taylor wrote: >> >> Hello all. >> >> I've cut a first release candidate of the ActiveMQ-6 project. >> >> This is a first release of the HornetQ code donation with support for >> AMQP, STOMP, CORE and OPENWIRE >> >
