> There was a base64.txt licence file previously that went away; is that code no longer included?
We are using the Base64 from here: http://iharder.sourceforge.net/current/java/base64/ Where he states you can license it anyway you wanted, for that we removed the base64 license. Do you see any issues with it? Regarding the docs: I guess the website doc wasn't updated with the release, only on the distribution. We will update it before the final upload though. I'm doing some work on that part now to convert everything to Markdown. So even the PDF format will have the links fixed. We will take a look at the licenses.. thanks again! On Fri, Mar 13, 2015 at 11:16 AM, Robbie Gemmell <[email protected]> wrote: > I downloaded the src+bin tar.gz files, and gave the src build a run > through and kicked the tyres on the binary. The NPE from RC1 when > using an AMQP client is now fixed. In the docs the links to the > configuration index now work, and the table there now links to the > .html files rather than the .md files. > > For the docs, the project-info page near the start is still 404's. > > Looking at some of the diff since RC1, I noticed that some JSON > related source files had their 'JSON licence' restored to them. They > should be mentioned in the distro LICENCE files as a result, either > including the license or pointing to it in the tree. The > activemq-core-client jar has the ASLv2 included twice in its > META-INF/LICENCE file, likely due to the appended-resources file for > adding the licence for the JSON bits. > > There was a base64.txt licence file previously that went away; is that > code no longer included? > > Robbie > > On 13 March 2015 at 14:05, Gary Tully <[email protected]> wrote: >> Thanks for the fast turnaround. >> >> NOTICE and LICENCE files look correct in both source and binary distros. >> >> source builds, tests run, resulting binary looks great. >> >> However, I found one Cat-x transitive dep that breaks the build. >> I added an exclusion and the source builds find, so the dependency is >> not required but it needs to be removed. >> >> Detail: >> [ERROR] Failed to execute goal on project activemq-rest: Could not >> resolve dependencies for project >> org.apache.activemq.rest:activemq-rest:jar:6.0.0: The repository >> system is offline but the artifact >> org.jboss.spec.javax.annotation:jboss-annotations-api_1.1_spec:jar:1.0.1.Final >> .. >> >> Resolution: >> <dependency> >> <groupId>org.jboss.resteasy</groupId> >> <artifactId>resteasy-jaxrs</artifactId> >> <exclusions> >> >> <exclusion><groupId>org.jboss.spec.javax.annotation</groupId><artifactId>jboss-annotations-api_1.1_spec</artifactId> >> </exclusion> >> </exclusions> >> </dependency> >> >> So this is another -1. >> >> However, with this issue fixed and no regressions - I am ready to +1 >> this release. >> >> Shout out to other pmc members - even if you don't intend to vote, can >> you take a few moments to cast your eyes over the artifacts. >> As this is a first release, we need many eyes to validate there are no >> glaring omissions. >> >> >> >> On 12 March 2015 at 21:30, Martyn Taylor <[email protected]> wrote: >>> Hello all. >>> >>> I've cut a second release candidate of Apache ActiveMQ 6.0.0 addressing the >>> initial RC feedback from community members. >>> >>> 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-1037/org/apache/activemq/apache-activemq/6.0.0/ >>> >>> The source archives can be found here: >>> https://repository.apache.org/content/repositories/orgapacheactivemq-1037/org/apache/activemq/apache-activemq/6.0.0/ >>> >>> The Maven repository is here: >>> https://repository.apache.org/content/repositories/orgapacheactivemq-1037/ >>> >>> 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 -- Clebert Suconic http://community.jboss.org/people/[email protected] http://clebertsuconic.blogspot.com
