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

Reply via email to