You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by Hiram Chirino <hi...@hiramchirino.com> on 2014/02/20 18:10:59 UTC

[VOTE] Release Apache Apollo 1.7

Hi Everyone,

I've deployed a 1.7 release candidate who's release is long overdue.

This release fixes several bugs:

 * [APLO-287] - SSL errors with Java 7 (Diffie-Hellman cypher suite sessions)
 * [APLO-305] - Wrong exist status codes in the init scripts!
 * [APLO-308] - Filesystem permissions in released package are broken..
 * [APLO-310] - Wildcard durable subs do not receive messages from
topics created after the durable sub is created.
 * [APLO-315] - Apollo should protect itself against clients that send
many frames with receipt requests, but which do not read the socket
for those receipts.
 * [APLO-319] - Don't auto delete Topics if it's holding retained messages
 * [APLO-320] - Occasionally on restart 'Invalid log position:'
warning messages get logged
 * [APLO-328] - cors_origin configuration attribute of the the web
connectors not properly setting the Access-Control-Allow-Headers
 * [APLO-330] - Support using a different Authorizer Authenticator
implementations.
 * [APLO-338] - PeriodStat buffer in Broker grows infinitely
 * [APLO-339] - java.nio.channels.CancelledKeyException
 * [APLO-346] - Debug log doesn't log a deleting queue
 * [APLO-347] - Action not Authorized Errors when viewing admin
interface over HTTPS
 * [APLO-349] - Empty STOMP Header Name is Allowed

And introduces improvements like:

 * [APLO-296] - Support configuring the LevelDB auto compaction frequency
 * [APLO-312] - Apollo fails to bumb up the ulimit!
 * [APLO-325] - Allow larger text messages on websocket connection
 * [APLO-348] - Decouple cli argument parsing from the Karaf version
used using Airline to parse the args
 * [APLO-213] - Support an option to set the JMSXUserID openwire
header based on the authenticated user.
 * [APLO-313] - Avoid blocking producers if consumers are not likely
to catch up within a few seconds.
 * [APLO-314] - If the leveldb paranoid_checks option is enabled,
verify the integrity of index when it's copied/checkpointed
 * [APLO-301] - Add a "ttl" header to control message expiration

Full Changlog available at:
https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12322515&styleName=Text&projectId=12311310&Create=Create

The release candidate has been staged to nexus under:
https://repository.apache.org/content/repositories/orgapacheactivemq-1000/

Source code distros can be found at:
https://repository.apache.org/content/repositories/orgapacheactivemq-1000/org/apache/activemq/apollo-project/1.7/

Binary distros can be found at:
https://repository.apache.org/content/repositories/orgapacheactivemq-1000/org/apache/activemq/apache-apollo/1.7/

The build was tagged as apollo-project-1.7

The project website for that version has been staged to:
http://activemq.apache.org/apollo/versions/1.7/website/index.html

Please vote to approve this release

[ ] +1 Release Apache Apollo 1.7
[ ] -1 Veto the release (provide specific comments)

As usual, the vote will be open for at least 72 hours.

Here's my +1


-- 
Hiram Chirino
Engineering | Red Hat, Inc.
hchirino@redhat.com | fusesource.com | redhat.com
skype: hiramchirino | twitter: @hiramchirino

Re: [VOTE] Release Apache Apollo 1.7

Posted by Hiram Chirino <hi...@hiramchirino.com>.
Thanks Christian!

I'm officially closing off this vote thread to re-cut a new RC.

On Mon, Feb 24, 2014 at 1:45 PM, Christian Posta
<ch...@gmail.com> wrote:
> @Claus i've fixed this on trunk
> @Dan, I've included the necessary licenses
> @chirino maybe can retry the 1.7 release?
>
> cheers
>
> On Fri, Feb 21, 2014 at 10:22 AM, Timothy Bish <ta...@gmail.com> wrote:
>> +1
>>
>>
>> On 02/21/2014 09:46 AM, Dejan Bosanac wrote:
>>>
>>> +1
>>>
>>> Regards
>>> --
>>> Dejan Bosanac
>>> ----------------------
>>> Red Hat, Inc.
>>> FuseSource is now part of Red Hat
>>> dbosanac@redhat.com
>>> Twitter: @dejanb
>>> Blog: http://sensatic.net
>>> ActiveMQ in Action: http://www.manning.com/snyder/
>>>
>>>
>>> On Fri, Feb 21, 2014 at 12:49 AM, Gary Tully <ga...@gmail.com> wrote:
>>>
>>>> +1
>>>>
>>>> On 20 February 2014 17:10, Hiram Chirino <hi...@hiramchirino.com> wrote:
>>>>>
>>>>> Hi Everyone,
>>>>>
>>>>> I've deployed a 1.7 release candidate who's release is long overdue.
>>>>>
>>>>> This release fixes several bugs:
>>>>>
>>>>>   * [APLO-287] - SSL errors with Java 7 (Diffie-Hellman cypher suite
>>>>
>>>> sessions)
>>>>>
>>>>>   * [APLO-305] - Wrong exist status codes in the init scripts!
>>>>>   * [APLO-308] - Filesystem permissions in released package are broken..
>>>>>   * [APLO-310] - Wildcard durable subs do not receive messages from
>>>>> topics created after the durable sub is created.
>>>>>   * [APLO-315] - Apollo should protect itself against clients that send
>>>>> many frames with receipt requests, but which do not read the socket
>>>>> for those receipts.
>>>>>   * [APLO-319] - Don't auto delete Topics if it's holding retained
>>>>
>>>> messages
>>>>>
>>>>>   * [APLO-320] - Occasionally on restart 'Invalid log position:'
>>>>> warning messages get logged
>>>>>   * [APLO-328] - cors_origin configuration attribute of the the web
>>>>> connectors not properly setting the Access-Control-Allow-Headers
>>>>>   * [APLO-330] - Support using a different Authorizer Authenticator
>>>>> implementations.
>>>>>   * [APLO-338] - PeriodStat buffer in Broker grows infinitely
>>>>>   * [APLO-339] - java.nio.channels.CancelledKeyException
>>>>>   * [APLO-346] - Debug log doesn't log a deleting queue
>>>>>   * [APLO-347] - Action not Authorized Errors when viewing admin
>>>>> interface over HTTPS
>>>>>   * [APLO-349] - Empty STOMP Header Name is Allowed
>>>>>
>>>>> And introduces improvements like:
>>>>>
>>>>>   * [APLO-296] - Support configuring the LevelDB auto compaction
>>>>> frequency
>>>>>   * [APLO-312] - Apollo fails to bumb up the ulimit!
>>>>>   * [APLO-325] - Allow larger text messages on websocket connection
>>>>>   * [APLO-348] - Decouple cli argument parsing from the Karaf version
>>>>> used using Airline to parse the args
>>>>>   * [APLO-213] - Support an option to set the JMSXUserID openwire
>>>>> header based on the authenticated user.
>>>>>   * [APLO-313] - Avoid blocking producers if consumers are not likely
>>>>> to catch up within a few seconds.
>>>>>   * [APLO-314] - If the leveldb paranoid_checks option is enabled,
>>>>> verify the integrity of index when it's copied/checkpointed
>>>>>   * [APLO-301] - Add a "ttl" header to control message expiration
>>>>>
>>>>> Full Changlog available at:
>>>>>
>>>>
>>>> https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12322515&styleName=Text&projectId=12311310&Create=Create
>>>>>
>>>>> The release candidate has been staged to nexus under:
>>>>>
>>>>
>>>> https://repository.apache.org/content/repositories/orgapacheactivemq-1000/
>>>>>
>>>>> Source code distros can be found at:
>>>>>
>>>>
>>>> https://repository.apache.org/content/repositories/orgapacheactivemq-1000/org/apache/activemq/apollo-project/1.7/
>>>>>
>>>>> Binary distros can be found at:
>>>>>
>>>>
>>>> https://repository.apache.org/content/repositories/orgapacheactivemq-1000/org/apache/activemq/apache-apollo/1.7/
>>>>>
>>>>> The build was tagged as apollo-project-1.7
>>>>>
>>>>> The project website for that version has been staged to:
>>>>> http://activemq.apache.org/apollo/versions/1.7/website/index.html
>>>>>
>>>>> Please vote to approve this release
>>>>>
>>>>> [ ] +1 Release Apache Apollo 1.7
>>>>> [ ] -1 Veto the release (provide specific comments)
>>>>>
>>>>> As usual, the vote will be open for at least 72 hours.
>>>>>
>>>>> Here's my +1
>>>>>
>>>>>
>>>>> --
>>>>> Hiram Chirino
>>>>> Engineering | Red Hat, Inc.
>>>>> hchirino@redhat.com | fusesource.com | redhat.com
>>>>> skype: hiramchirino | twitter: @hiramchirino
>>>>
>>>>
>>>>
>>>> --
>>>> http://redhat.com
>>>> http://blog.garytully.com
>>>>
>>
>>
>> --
>> Tim Bish
>> Sr Software Engineer | RedHat Inc.
>> tim.bish@redhat.com | www.fusesource.com | www.redhat.com
>> skype: tabish121 | twitter: @tabish121
>> blog: http://timbish.blogspot.com/
>>
>
>
>
> --
> Christian Posta
> http://www.christianposta.com/blog
> twitter: @christianposta



-- 
Hiram Chirino
Engineering | Red Hat, Inc.
hchirino@redhat.com | fusesource.com | redhat.com
skype: hiramchirino | twitter: @hiramchirino

Re: [VOTE] Release Apache Apollo 1.7

Posted by Christian Posta <ch...@gmail.com>.
@Claus i've fixed this on trunk
@Dan, I've included the necessary licenses
@chirino maybe can retry the 1.7 release?

cheers

On Fri, Feb 21, 2014 at 10:22 AM, Timothy Bish <ta...@gmail.com> wrote:
> +1
>
>
> On 02/21/2014 09:46 AM, Dejan Bosanac wrote:
>>
>> +1
>>
>> Regards
>> --
>> Dejan Bosanac
>> ----------------------
>> Red Hat, Inc.
>> FuseSource is now part of Red Hat
>> dbosanac@redhat.com
>> Twitter: @dejanb
>> Blog: http://sensatic.net
>> ActiveMQ in Action: http://www.manning.com/snyder/
>>
>>
>> On Fri, Feb 21, 2014 at 12:49 AM, Gary Tully <ga...@gmail.com> wrote:
>>
>>> +1
>>>
>>> On 20 February 2014 17:10, Hiram Chirino <hi...@hiramchirino.com> wrote:
>>>>
>>>> Hi Everyone,
>>>>
>>>> I've deployed a 1.7 release candidate who's release is long overdue.
>>>>
>>>> This release fixes several bugs:
>>>>
>>>>   * [APLO-287] - SSL errors with Java 7 (Diffie-Hellman cypher suite
>>>
>>> sessions)
>>>>
>>>>   * [APLO-305] - Wrong exist status codes in the init scripts!
>>>>   * [APLO-308] - Filesystem permissions in released package are broken..
>>>>   * [APLO-310] - Wildcard durable subs do not receive messages from
>>>> topics created after the durable sub is created.
>>>>   * [APLO-315] - Apollo should protect itself against clients that send
>>>> many frames with receipt requests, but which do not read the socket
>>>> for those receipts.
>>>>   * [APLO-319] - Don't auto delete Topics if it's holding retained
>>>
>>> messages
>>>>
>>>>   * [APLO-320] - Occasionally on restart 'Invalid log position:'
>>>> warning messages get logged
>>>>   * [APLO-328] - cors_origin configuration attribute of the the web
>>>> connectors not properly setting the Access-Control-Allow-Headers
>>>>   * [APLO-330] - Support using a different Authorizer Authenticator
>>>> implementations.
>>>>   * [APLO-338] - PeriodStat buffer in Broker grows infinitely
>>>>   * [APLO-339] - java.nio.channels.CancelledKeyException
>>>>   * [APLO-346] - Debug log doesn't log a deleting queue
>>>>   * [APLO-347] - Action not Authorized Errors when viewing admin
>>>> interface over HTTPS
>>>>   * [APLO-349] - Empty STOMP Header Name is Allowed
>>>>
>>>> And introduces improvements like:
>>>>
>>>>   * [APLO-296] - Support configuring the LevelDB auto compaction
>>>> frequency
>>>>   * [APLO-312] - Apollo fails to bumb up the ulimit!
>>>>   * [APLO-325] - Allow larger text messages on websocket connection
>>>>   * [APLO-348] - Decouple cli argument parsing from the Karaf version
>>>> used using Airline to parse the args
>>>>   * [APLO-213] - Support an option to set the JMSXUserID openwire
>>>> header based on the authenticated user.
>>>>   * [APLO-313] - Avoid blocking producers if consumers are not likely
>>>> to catch up within a few seconds.
>>>>   * [APLO-314] - If the leveldb paranoid_checks option is enabled,
>>>> verify the integrity of index when it's copied/checkpointed
>>>>   * [APLO-301] - Add a "ttl" header to control message expiration
>>>>
>>>> Full Changlog available at:
>>>>
>>>
>>> https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12322515&styleName=Text&projectId=12311310&Create=Create
>>>>
>>>> The release candidate has been staged to nexus under:
>>>>
>>>
>>> https://repository.apache.org/content/repositories/orgapacheactivemq-1000/
>>>>
>>>> Source code distros can be found at:
>>>>
>>>
>>> https://repository.apache.org/content/repositories/orgapacheactivemq-1000/org/apache/activemq/apollo-project/1.7/
>>>>
>>>> Binary distros can be found at:
>>>>
>>>
>>> https://repository.apache.org/content/repositories/orgapacheactivemq-1000/org/apache/activemq/apache-apollo/1.7/
>>>>
>>>> The build was tagged as apollo-project-1.7
>>>>
>>>> The project website for that version has been staged to:
>>>> http://activemq.apache.org/apollo/versions/1.7/website/index.html
>>>>
>>>> Please vote to approve this release
>>>>
>>>> [ ] +1 Release Apache Apollo 1.7
>>>> [ ] -1 Veto the release (provide specific comments)
>>>>
>>>> As usual, the vote will be open for at least 72 hours.
>>>>
>>>> Here's my +1
>>>>
>>>>
>>>> --
>>>> Hiram Chirino
>>>> Engineering | Red Hat, Inc.
>>>> hchirino@redhat.com | fusesource.com | redhat.com
>>>> skype: hiramchirino | twitter: @hiramchirino
>>>
>>>
>>>
>>> --
>>> http://redhat.com
>>> http://blog.garytully.com
>>>
>
>
> --
> Tim Bish
> Sr Software Engineer | RedHat Inc.
> tim.bish@redhat.com | www.fusesource.com | www.redhat.com
> skype: tabish121 | twitter: @tabish121
> blog: http://timbish.blogspot.com/
>



-- 
Christian Posta
http://www.christianposta.com/blog
twitter: @christianposta

Re: [VOTE] Release Apache Apollo 1.7

Posted by Timothy Bish <ta...@gmail.com>.
+1

On 02/21/2014 09:46 AM, Dejan Bosanac wrote:
> +1
>
> Regards
> --
> Dejan Bosanac
> ----------------------
> Red Hat, Inc.
> FuseSource is now part of Red Hat
> dbosanac@redhat.com
> Twitter: @dejanb
> Blog: http://sensatic.net
> ActiveMQ in Action: http://www.manning.com/snyder/
>
>
> On Fri, Feb 21, 2014 at 12:49 AM, Gary Tully <ga...@gmail.com> wrote:
>
>> +1
>>
>> On 20 February 2014 17:10, Hiram Chirino <hi...@hiramchirino.com> wrote:
>>> Hi Everyone,
>>>
>>> I've deployed a 1.7 release candidate who's release is long overdue.
>>>
>>> This release fixes several bugs:
>>>
>>>   * [APLO-287] - SSL errors with Java 7 (Diffie-Hellman cypher suite
>> sessions)
>>>   * [APLO-305] - Wrong exist status codes in the init scripts!
>>>   * [APLO-308] - Filesystem permissions in released package are broken..
>>>   * [APLO-310] - Wildcard durable subs do not receive messages from
>>> topics created after the durable sub is created.
>>>   * [APLO-315] - Apollo should protect itself against clients that send
>>> many frames with receipt requests, but which do not read the socket
>>> for those receipts.
>>>   * [APLO-319] - Don't auto delete Topics if it's holding retained
>> messages
>>>   * [APLO-320] - Occasionally on restart 'Invalid log position:'
>>> warning messages get logged
>>>   * [APLO-328] - cors_origin configuration attribute of the the web
>>> connectors not properly setting the Access-Control-Allow-Headers
>>>   * [APLO-330] - Support using a different Authorizer Authenticator
>>> implementations.
>>>   * [APLO-338] - PeriodStat buffer in Broker grows infinitely
>>>   * [APLO-339] - java.nio.channels.CancelledKeyException
>>>   * [APLO-346] - Debug log doesn't log a deleting queue
>>>   * [APLO-347] - Action not Authorized Errors when viewing admin
>>> interface over HTTPS
>>>   * [APLO-349] - Empty STOMP Header Name is Allowed
>>>
>>> And introduces improvements like:
>>>
>>>   * [APLO-296] - Support configuring the LevelDB auto compaction frequency
>>>   * [APLO-312] - Apollo fails to bumb up the ulimit!
>>>   * [APLO-325] - Allow larger text messages on websocket connection
>>>   * [APLO-348] - Decouple cli argument parsing from the Karaf version
>>> used using Airline to parse the args
>>>   * [APLO-213] - Support an option to set the JMSXUserID openwire
>>> header based on the authenticated user.
>>>   * [APLO-313] - Avoid blocking producers if consumers are not likely
>>> to catch up within a few seconds.
>>>   * [APLO-314] - If the leveldb paranoid_checks option is enabled,
>>> verify the integrity of index when it's copied/checkpointed
>>>   * [APLO-301] - Add a "ttl" header to control message expiration
>>>
>>> Full Changlog available at:
>>>
>> https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12322515&styleName=Text&projectId=12311310&Create=Create
>>> The release candidate has been staged to nexus under:
>>>
>> https://repository.apache.org/content/repositories/orgapacheactivemq-1000/
>>> Source code distros can be found at:
>>>
>> https://repository.apache.org/content/repositories/orgapacheactivemq-1000/org/apache/activemq/apollo-project/1.7/
>>> Binary distros can be found at:
>>>
>> https://repository.apache.org/content/repositories/orgapacheactivemq-1000/org/apache/activemq/apache-apollo/1.7/
>>> The build was tagged as apollo-project-1.7
>>>
>>> The project website for that version has been staged to:
>>> http://activemq.apache.org/apollo/versions/1.7/website/index.html
>>>
>>> Please vote to approve this release
>>>
>>> [ ] +1 Release Apache Apollo 1.7
>>> [ ] -1 Veto the release (provide specific comments)
>>>
>>> As usual, the vote will be open for at least 72 hours.
>>>
>>> Here's my +1
>>>
>>>
>>> --
>>> Hiram Chirino
>>> Engineering | Red Hat, Inc.
>>> hchirino@redhat.com | fusesource.com | redhat.com
>>> skype: hiramchirino | twitter: @hiramchirino
>>
>>
>> --
>> http://redhat.com
>> http://blog.garytully.com
>>


-- 
Tim Bish
Sr Software Engineer | RedHat Inc.
tim.bish@redhat.com | www.fusesource.com | www.redhat.com
skype: tabish121 | twitter: @tabish121
blog: http://timbish.blogspot.com/


Re: [VOTE] Release Apache Apollo 1.7

Posted by Dejan Bosanac <de...@nighttale.net>.
+1

Regards
--
Dejan Bosanac
----------------------
Red Hat, Inc.
FuseSource is now part of Red Hat
dbosanac@redhat.com
Twitter: @dejanb
Blog: http://sensatic.net
ActiveMQ in Action: http://www.manning.com/snyder/


On Fri, Feb 21, 2014 at 12:49 AM, Gary Tully <ga...@gmail.com> wrote:

> +1
>
> On 20 February 2014 17:10, Hiram Chirino <hi...@hiramchirino.com> wrote:
> > Hi Everyone,
> >
> > I've deployed a 1.7 release candidate who's release is long overdue.
> >
> > This release fixes several bugs:
> >
> >  * [APLO-287] - SSL errors with Java 7 (Diffie-Hellman cypher suite
> sessions)
> >  * [APLO-305] - Wrong exist status codes in the init scripts!
> >  * [APLO-308] - Filesystem permissions in released package are broken..
> >  * [APLO-310] - Wildcard durable subs do not receive messages from
> > topics created after the durable sub is created.
> >  * [APLO-315] - Apollo should protect itself against clients that send
> > many frames with receipt requests, but which do not read the socket
> > for those receipts.
> >  * [APLO-319] - Don't auto delete Topics if it's holding retained
> messages
> >  * [APLO-320] - Occasionally on restart 'Invalid log position:'
> > warning messages get logged
> >  * [APLO-328] - cors_origin configuration attribute of the the web
> > connectors not properly setting the Access-Control-Allow-Headers
> >  * [APLO-330] - Support using a different Authorizer Authenticator
> > implementations.
> >  * [APLO-338] - PeriodStat buffer in Broker grows infinitely
> >  * [APLO-339] - java.nio.channels.CancelledKeyException
> >  * [APLO-346] - Debug log doesn't log a deleting queue
> >  * [APLO-347] - Action not Authorized Errors when viewing admin
> > interface over HTTPS
> >  * [APLO-349] - Empty STOMP Header Name is Allowed
> >
> > And introduces improvements like:
> >
> >  * [APLO-296] - Support configuring the LevelDB auto compaction frequency
> >  * [APLO-312] - Apollo fails to bumb up the ulimit!
> >  * [APLO-325] - Allow larger text messages on websocket connection
> >  * [APLO-348] - Decouple cli argument parsing from the Karaf version
> > used using Airline to parse the args
> >  * [APLO-213] - Support an option to set the JMSXUserID openwire
> > header based on the authenticated user.
> >  * [APLO-313] - Avoid blocking producers if consumers are not likely
> > to catch up within a few seconds.
> >  * [APLO-314] - If the leveldb paranoid_checks option is enabled,
> > verify the integrity of index when it's copied/checkpointed
> >  * [APLO-301] - Add a "ttl" header to control message expiration
> >
> > Full Changlog available at:
> >
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12322515&styleName=Text&projectId=12311310&Create=Create
> >
> > The release candidate has been staged to nexus under:
> >
> https://repository.apache.org/content/repositories/orgapacheactivemq-1000/
> >
> > Source code distros can be found at:
> >
> https://repository.apache.org/content/repositories/orgapacheactivemq-1000/org/apache/activemq/apollo-project/1.7/
> >
> > Binary distros can be found at:
> >
> https://repository.apache.org/content/repositories/orgapacheactivemq-1000/org/apache/activemq/apache-apollo/1.7/
> >
> > The build was tagged as apollo-project-1.7
> >
> > The project website for that version has been staged to:
> > http://activemq.apache.org/apollo/versions/1.7/website/index.html
> >
> > Please vote to approve this release
> >
> > [ ] +1 Release Apache Apollo 1.7
> > [ ] -1 Veto the release (provide specific comments)
> >
> > As usual, the vote will be open for at least 72 hours.
> >
> > Here's my +1
> >
> >
> > --
> > Hiram Chirino
> > Engineering | Red Hat, Inc.
> > hchirino@redhat.com | fusesource.com | redhat.com
> > skype: hiramchirino | twitter: @hiramchirino
>
>
>
> --
> http://redhat.com
> http://blog.garytully.com
>

Re: [VOTE] Release Apache Apollo 1.7

Posted by Gary Tully <ga...@gmail.com>.
+1

On 20 February 2014 17:10, Hiram Chirino <hi...@hiramchirino.com> wrote:
> Hi Everyone,
>
> I've deployed a 1.7 release candidate who's release is long overdue.
>
> This release fixes several bugs:
>
>  * [APLO-287] - SSL errors with Java 7 (Diffie-Hellman cypher suite sessions)
>  * [APLO-305] - Wrong exist status codes in the init scripts!
>  * [APLO-308] - Filesystem permissions in released package are broken..
>  * [APLO-310] - Wildcard durable subs do not receive messages from
> topics created after the durable sub is created.
>  * [APLO-315] - Apollo should protect itself against clients that send
> many frames with receipt requests, but which do not read the socket
> for those receipts.
>  * [APLO-319] - Don't auto delete Topics if it's holding retained messages
>  * [APLO-320] - Occasionally on restart 'Invalid log position:'
> warning messages get logged
>  * [APLO-328] - cors_origin configuration attribute of the the web
> connectors not properly setting the Access-Control-Allow-Headers
>  * [APLO-330] - Support using a different Authorizer Authenticator
> implementations.
>  * [APLO-338] - PeriodStat buffer in Broker grows infinitely
>  * [APLO-339] - java.nio.channels.CancelledKeyException
>  * [APLO-346] - Debug log doesn't log a deleting queue
>  * [APLO-347] - Action not Authorized Errors when viewing admin
> interface over HTTPS
>  * [APLO-349] - Empty STOMP Header Name is Allowed
>
> And introduces improvements like:
>
>  * [APLO-296] - Support configuring the LevelDB auto compaction frequency
>  * [APLO-312] - Apollo fails to bumb up the ulimit!
>  * [APLO-325] - Allow larger text messages on websocket connection
>  * [APLO-348] - Decouple cli argument parsing from the Karaf version
> used using Airline to parse the args
>  * [APLO-213] - Support an option to set the JMSXUserID openwire
> header based on the authenticated user.
>  * [APLO-313] - Avoid blocking producers if consumers are not likely
> to catch up within a few seconds.
>  * [APLO-314] - If the leveldb paranoid_checks option is enabled,
> verify the integrity of index when it's copied/checkpointed
>  * [APLO-301] - Add a "ttl" header to control message expiration
>
> Full Changlog available at:
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12322515&styleName=Text&projectId=12311310&Create=Create
>
> The release candidate has been staged to nexus under:
> https://repository.apache.org/content/repositories/orgapacheactivemq-1000/
>
> Source code distros can be found at:
> https://repository.apache.org/content/repositories/orgapacheactivemq-1000/org/apache/activemq/apollo-project/1.7/
>
> Binary distros can be found at:
> https://repository.apache.org/content/repositories/orgapacheactivemq-1000/org/apache/activemq/apache-apollo/1.7/
>
> The build was tagged as apollo-project-1.7
>
> The project website for that version has been staged to:
> http://activemq.apache.org/apollo/versions/1.7/website/index.html
>
> Please vote to approve this release
>
> [ ] +1 Release Apache Apollo 1.7
> [ ] -1 Veto the release (provide specific comments)
>
> As usual, the vote will be open for at least 72 hours.
>
> Here's my +1
>
>
> --
> Hiram Chirino
> Engineering | Red Hat, Inc.
> hchirino@redhat.com | fusesource.com | redhat.com
> skype: hiramchirino | twitter: @hiramchirino



-- 
http://redhat.com
http://blog.garytully.com

Re: [VOTE] Release Apache Apollo 1.7

Posted by Daniel Kulp <dk...@apache.org>.
The LICENSE file for the binary distro is certainly not correct.    The only license mentioned there is the Apache license.  However, there are several jars in lib that are not Apache licensed and would need to be mentioned in the the LICENSE file.

Copyright date in the NOTICE is obviously wrong as well.

Dan




> On Thu, Feb 20, 2014 at 6:10 PM, Hiram Chirino <hi...@hiramchirino.com> wrote:
>> Hi Everyone,
>> 
>> I've deployed a 1.7 release candidate who's release is long overdue.
>> 
>> This release fixes several bugs:
>> 
>> * [APLO-287] - SSL errors with Java 7 (Diffie-Hellman cypher suite sessions)
>> * [APLO-305] - Wrong exist status codes in the init scripts!
>> * [APLO-308] - Filesystem permissions in released package are broken..
>> * [APLO-310] - Wildcard durable subs do not receive messages from
>> topics created after the durable sub is created.
>> * [APLO-315] - Apollo should protect itself against clients that send
>> many frames with receipt requests, but which do not read the socket
>> for those receipts.
>> * [APLO-319] - Don't auto delete Topics if it's holding retained messages
>> * [APLO-320] - Occasionally on restart 'Invalid log position:'
>> warning messages get logged
>> * [APLO-328] - cors_origin configuration attribute of the the web
>> connectors not properly setting the Access-Control-Allow-Headers
>> * [APLO-330] - Support using a different Authorizer Authenticator
>> implementations.
>> * [APLO-338] - PeriodStat buffer in Broker grows infinitely
>> * [APLO-339] - java.nio.channels.CancelledKeyException
>> * [APLO-346] - Debug log doesn't log a deleting queue
>> * [APLO-347] - Action not Authorized Errors when viewing admin
>> interface over HTTPS
>> * [APLO-349] - Empty STOMP Header Name is Allowed
>> 
>> And introduces improvements like:
>> 
>> * [APLO-296] - Support configuring the LevelDB auto compaction frequency
>> * [APLO-312] - Apollo fails to bumb up the ulimit!
>> * [APLO-325] - Allow larger text messages on websocket connection
>> * [APLO-348] - Decouple cli argument parsing from the Karaf version
>> used using Airline to parse the args
>> * [APLO-213] - Support an option to set the JMSXUserID openwire
>> header based on the authenticated user.
>> * [APLO-313] - Avoid blocking producers if consumers are not likely
>> to catch up within a few seconds.
>> * [APLO-314] - If the leveldb paranoid_checks option is enabled,
>> verify the integrity of index when it's copied/checkpointed
>> * [APLO-301] - Add a "ttl" header to control message expiration
>> 
>> Full Changlog available at:
>> https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12322515&styleName=Text&projectId=12311310&Create=Create
>> 
>> The release candidate has been staged to nexus under:
>> https://repository.apache.org/content/repositories/orgapacheactivemq-1000/
>> 
>> Source code distros can be found at:
>> https://repository.apache.org/content/repositories/orgapacheactivemq-1000/org/apache/activemq/apollo-project/1.7/
>> 
>> Binary distros can be found at:
>> https://repository.apache.org/content/repositories/orgapacheactivemq-1000/org/apache/activemq/apache-apollo/1.7/
>> 
>> The build was tagged as apollo-project-1.7
>> 
>> The project website for that version has been staged to:
>> http://activemq.apache.org/apollo/versions/1.7/website/index.html
>> 
>> Please vote to approve this release
>> 
>> [ ] +1 Release Apache Apollo 1.7
>> [ ] -1 Veto the release (provide specific comments)
>> 
>> As usual, the vote will be open for at least 72 hours.
>> 
>> Here's my +1
>> 
>> 
>> --
>> Hiram Chirino
>> Engineering | Red Hat, Inc.
>> hchirino@redhat.com | fusesource.com | redhat.com
>> skype: hiramchirino | twitter: @hiramchirino

-- 
Daniel Kulp
dkulp@apache.org - http://dankulp.com/blog
Talend Community Coder - http://coders.talend.com


Re: [VOTE] Release Apache Apollo 1.7

Posted by Claus Ibsen <cl...@gmail.com>.
Hi

The link to the website has Apollo 1.6 as menu item in the top. Not
sure if that is because its stage release?
http://activemq.apache.org/apollo/versions/1.7/website/index.html

On Thu, Feb 20, 2014 at 6:10 PM, Hiram Chirino <hi...@hiramchirino.com> wrote:
> Hi Everyone,
>
> I've deployed a 1.7 release candidate who's release is long overdue.
>
> This release fixes several bugs:
>
>  * [APLO-287] - SSL errors with Java 7 (Diffie-Hellman cypher suite sessions)
>  * [APLO-305] - Wrong exist status codes in the init scripts!
>  * [APLO-308] - Filesystem permissions in released package are broken..
>  * [APLO-310] - Wildcard durable subs do not receive messages from
> topics created after the durable sub is created.
>  * [APLO-315] - Apollo should protect itself against clients that send
> many frames with receipt requests, but which do not read the socket
> for those receipts.
>  * [APLO-319] - Don't auto delete Topics if it's holding retained messages
>  * [APLO-320] - Occasionally on restart 'Invalid log position:'
> warning messages get logged
>  * [APLO-328] - cors_origin configuration attribute of the the web
> connectors not properly setting the Access-Control-Allow-Headers
>  * [APLO-330] - Support using a different Authorizer Authenticator
> implementations.
>  * [APLO-338] - PeriodStat buffer in Broker grows infinitely
>  * [APLO-339] - java.nio.channels.CancelledKeyException
>  * [APLO-346] - Debug log doesn't log a deleting queue
>  * [APLO-347] - Action not Authorized Errors when viewing admin
> interface over HTTPS
>  * [APLO-349] - Empty STOMP Header Name is Allowed
>
> And introduces improvements like:
>
>  * [APLO-296] - Support configuring the LevelDB auto compaction frequency
>  * [APLO-312] - Apollo fails to bumb up the ulimit!
>  * [APLO-325] - Allow larger text messages on websocket connection
>  * [APLO-348] - Decouple cli argument parsing from the Karaf version
> used using Airline to parse the args
>  * [APLO-213] - Support an option to set the JMSXUserID openwire
> header based on the authenticated user.
>  * [APLO-313] - Avoid blocking producers if consumers are not likely
> to catch up within a few seconds.
>  * [APLO-314] - If the leveldb paranoid_checks option is enabled,
> verify the integrity of index when it's copied/checkpointed
>  * [APLO-301] - Add a "ttl" header to control message expiration
>
> Full Changlog available at:
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12322515&styleName=Text&projectId=12311310&Create=Create
>
> The release candidate has been staged to nexus under:
> https://repository.apache.org/content/repositories/orgapacheactivemq-1000/
>
> Source code distros can be found at:
> https://repository.apache.org/content/repositories/orgapacheactivemq-1000/org/apache/activemq/apollo-project/1.7/
>
> Binary distros can be found at:
> https://repository.apache.org/content/repositories/orgapacheactivemq-1000/org/apache/activemq/apache-apollo/1.7/
>
> The build was tagged as apollo-project-1.7
>
> The project website for that version has been staged to:
> http://activemq.apache.org/apollo/versions/1.7/website/index.html
>
> Please vote to approve this release
>
> [ ] +1 Release Apache Apollo 1.7
> [ ] -1 Veto the release (provide specific comments)
>
> As usual, the vote will be open for at least 72 hours.
>
> Here's my +1
>
>
> --
> Hiram Chirino
> Engineering | Red Hat, Inc.
> hchirino@redhat.com | fusesource.com | redhat.com
> skype: hiramchirino | twitter: @hiramchirino



-- 
Claus Ibsen
-----------------
Red Hat, Inc.
Email: cibsen@redhat.com
Twitter: davsclaus
Blog: http://davsclaus.com
Author of Camel in Action: http://www.manning.com/ibsen
Make your Camel applications look hawt, try: http://hawt.io