You are viewing a plain text version of this content. The canonical link for it is here.
Posted to proton@qpid.apache.org by Rafael Schloming <rh...@alum.mit.edu> on 2015/07/07 07:28:17 UTC

0.10 alpha1

As promised, here is the first alpha for 0.10. It's posted in the usual
places:

Source code is here:

    http://people.apache.org/~rhs/qpid-proton-0.10-alpha1/

Java binaries are here:

    https://repository.apache.org/content/repositories/orgapacheqpid-1036

Please check it out and follow up with any issues.

--Rafael

Re: 0.10 alpha1

Posted by Michael Goulish <mg...@redhat.com>.
I just took 826 -- I think I can still re-create the test that found it.
Let me see if I can repro...





----- Original Message -----
Yay Rafi!  Thanks!


A simple query of currently outstanding blocker JIRAs affecting 0.9+ shows only three:

https://issues.apache.org/jira/browse/PROTON-826  (unassigned)
https://issues.apache.org/jira/browse/PROTON-923  (asticher)
https://issues.apache.org/jira/browse/PROTON-934  (rschloming)


The remaining open bugs affecting 0.9+ are:

https://issues.apache.org/jira/browse/PROTON-826?jql=project%20%3D%20PROTON%20AND%20status%20in%20%28Open%2C%20%22In%20Progress%22%2C%20Reopened%29%20AND%20affectedVersion%20in%20%280.9%2C%200.9.1%2C%200.10%29%20ORDER%20BY%20priority%20DESC




----- Original Message -----
> From: "Rafael Schloming" <rh...@alum.mit.edu>
> To: proton@qpid.apache.org
> Sent: Tuesday, July 7, 2015 1:28:17 AM
> Subject: 0.10 alpha1
> 
> As promised, here is the first alpha for 0.10. It's posted in the usual
> places:
> 
> Source code is here:
> 
>     http://people.apache.org/~rhs/qpid-proton-0.10-alpha1/
> 
> Java binaries are here:
> 
>     https://repository.apache.org/content/repositories/orgapacheqpid-1036
> 
> Please check it out and follow up with any issues.
> 
> --Rafael
> 

-- 
-K

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org


Re: 0.10 alpha1

Posted by Michael Goulish <mg...@redhat.com>.
I just took 826 -- I think I can still re-create the test that found it.
Let me see if I can repro...





----- Original Message -----
Yay Rafi!  Thanks!


A simple query of currently outstanding blocker JIRAs affecting 0.9+ shows only three:

https://issues.apache.org/jira/browse/PROTON-826  (unassigned)
https://issues.apache.org/jira/browse/PROTON-923  (asticher)
https://issues.apache.org/jira/browse/PROTON-934  (rschloming)


The remaining open bugs affecting 0.9+ are:

https://issues.apache.org/jira/browse/PROTON-826?jql=project%20%3D%20PROTON%20AND%20status%20in%20%28Open%2C%20%22In%20Progress%22%2C%20Reopened%29%20AND%20affectedVersion%20in%20%280.9%2C%200.9.1%2C%200.10%29%20ORDER%20BY%20priority%20DESC




----- Original Message -----
> From: "Rafael Schloming" <rh...@alum.mit.edu>
> To: proton@qpid.apache.org
> Sent: Tuesday, July 7, 2015 1:28:17 AM
> Subject: 0.10 alpha1
> 
> As promised, here is the first alpha for 0.10. It's posted in the usual
> places:
> 
> Source code is here:
> 
>     http://people.apache.org/~rhs/qpid-proton-0.10-alpha1/
> 
> Java binaries are here:
> 
>     https://repository.apache.org/content/repositories/orgapacheqpid-1036
> 
> Please check it out and follow up with any issues.
> 
> --Rafael
> 

-- 
-K

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org


Re: 0.10 alpha1

Posted by Robbie Gemmell <ro...@gmail.com>.
I added https://issues.apache.org/jira/browse/PROTON-935 as a blocker.
We need to either drop Java 6 or fix compilation.

I also added https://issues.apache.org/jira/browse/PROTON-936 for the
session outgoing window stuff, with some initial changes for
discussion on https://github.com/apache/qpid-proton/pull/42

Robbie

On 7 July 2015 at 13:26, Ken Giusti <kg...@redhat.com> wrote:
> Yay Rafi!  Thanks!
>
>
> A simple query of currently outstanding blocker JIRAs affecting 0.9+ shows only three:
>
> https://issues.apache.org/jira/browse/PROTON-826  (unassigned)
> https://issues.apache.org/jira/browse/PROTON-923  (asticher)
> https://issues.apache.org/jira/browse/PROTON-934  (rschloming)
>
>
> The remaining open bugs affecting 0.9+ are:
>
> https://issues.apache.org/jira/browse/PROTON-826?jql=project%20%3D%20PROTON%20AND%20status%20in%20%28Open%2C%20%22In%20Progress%22%2C%20Reopened%29%20AND%20affectedVersion%20in%20%280.9%2C%200.9.1%2C%200.10%29%20ORDER%20BY%20priority%20DESC
>
>
>
>
> ----- Original Message -----
>> From: "Rafael Schloming" <rh...@alum.mit.edu>
>> To: proton@qpid.apache.org
>> Sent: Tuesday, July 7, 2015 1:28:17 AM
>> Subject: 0.10 alpha1
>>
>> As promised, here is the first alpha for 0.10. It's posted in the usual
>> places:
>>
>> Source code is here:
>>
>>     http://people.apache.org/~rhs/qpid-proton-0.10-alpha1/
>>
>> Java binaries are here:
>>
>>     https://repository.apache.org/content/repositories/orgapacheqpid-1036
>>
>> Please check it out and follow up with any issues.
>>
>> --Rafael
>>
>
> --
> -K

Re: 0.9.1 release

Posted by Robbie Gemmell <ro...@gmail.com>.
Hi Alex,

It is the wrong directory name inside the tar file. The 'rc1' bits
were voted as the final 0.9.1 release.

There was an issue (since corrected) with some release scripting
changes made just before the release, and the dirname issue wasn't
noticed until after everything was finished and distributed. Given
that the first 0.10 release steps were subsequently suggested to be as
little as a week or two away it didn't seem worthwhile spinning
another release at the time just to correct that. It has unfortunately
turned out to be considerably longer.

Robbie

On 17 July 2015 at 11:46, Kritikos, Alex <Al...@softwareag.com> wrote:
> Hello all,
>
> when i try to download Proton 0.9.1 from https://qpid.apache.org/releases/qpid-proton-0.9.1/index.html the archive i download seems to contain 0.9.1 RC1 instead of the final version. This seems to happen from multiple mirrors. Is it just the wrong directory name or is this the wrong release?
>
> Thanks,
>
> Alex
>
> This communication contains information which is confidential and may also be privileged. It is for the exclusive use of the intended recipient(s). If you are not the intended recipient(s), please note that any distribution, copying, or use of this communication or the information in it, is strictly prohibited. If you have received this communication in error please notify us by e-mail and then delete the e-mail and any copies of it.
> Software AG (UK) Limited Registered in England & Wales 1310740 - http://www.softwareag.com/uk
>

0.9.1 release

Posted by "Kritikos, Alex" <Al...@softwareag.com>.
Hello all,

when i try to download Proton 0.9.1 from https://qpid.apache.org/releases/qpid-proton-0.9.1/index.html the archive i download seems to contain 0.9.1 RC1 instead of the final version. This seems to happen from multiple mirrors. Is it just the wrong directory name or is this the wrong release?

Thanks,

Alex

This communication contains information which is confidential and may also be privileged. It is for the exclusive use of the intended recipient(s). If you are not the intended recipient(s), please note that any distribution, copying, or use of this communication or the information in it, is strictly prohibited. If you have received this communication in error please notify us by e-mail and then delete the e-mail and any copies of it.
Software AG (UK) Limited Registered in England & Wales 1310740 - http://www.softwareag.com/uk


Re: 0.10 alpha1

Posted by Robbie Gemmell <ro...@gmail.com>.
I happened to be attempting the same on PROTON-905, though I stopped
short of actually hitting 'ship it' given the starting point of my
response ;)

On 17 July 2015 at 12:44, Rafael Schloming <rh...@alum.mit.edu> wrote:
> FWIW, I'm currently swapping in enough context to confidently +1
> PROTON-905, as well as hopefully answer a few related questions on the list.
>
> --Rafael
>
> On Fri, Jul 17, 2015 at 3:35 AM, Robbie Gemmell <ro...@gmail.com>
> wrote:
>
>> The are currently 11 unresolved JIRAs assigned a 0.10 fix-for:
>> http://s.apache.org/ytK
>>
>> Of those, 4 are listed as blockers:
>>
>> https://issues.apache.org/jira/browse/PROTON-905
>> Long-lived connections leak sessions and links
>>
>> https://issues.apache.org/jira/browse/PROTON-923
>> [SASL] PN_TRANSPORT_ERROR event not raised
>>
>> https://issues.apache.org/jira/browse/PROTON-943
>> Bump library (.so) major version for proton-c libraries
>>
>> https://issues.apache.org/jira/browse/PROTON-950
>> SASL PLAIN over cleartext should be supported
>>
>> It would be good if any others JIRAs could be updated to indicate they
>> are considered blockers so we know what is actually remaining, or to
>> move them to either the 0.11 or no fix version if they won't be
>> tackled in 0.10 (which should be most things now; please lets get it
>> out, I'm starting to wish I did 0.9.2 so I can release the JMS client
>> :P )
>>
>> Robbie
>>
>> On 7 July 2015 at 13:26, Ken Giusti <kg...@redhat.com> wrote:
>> > Yay Rafi!  Thanks!
>> >
>> >
>> > A simple query of currently outstanding blocker JIRAs affecting 0.9+
>> shows only three:
>> >
>> > https://issues.apache.org/jira/browse/PROTON-826  (unassigned)
>> > https://issues.apache.org/jira/browse/PROTON-923  (asticher)
>> > https://issues.apache.org/jira/browse/PROTON-934  (rschloming)
>> >
>> >
>> > The remaining open bugs affecting 0.9+ are:
>> >
>> >
>> https://issues.apache.org/jira/browse/PROTON-826?jql=project%20%3D%20PROTON%20AND%20status%20in%20%28Open%2C%20%22In%20Progress%22%2C%20Reopened%29%20AND%20affectedVersion%20in%20%280.9%2C%200.9.1%2C%200.10%29%20ORDER%20BY%20priority%20DESC
>> >
>> >
>> >
>> >
>> > ----- Original Message -----
>> >> From: "Rafael Schloming" <rh...@alum.mit.edu>
>> >> To: proton@qpid.apache.org
>> >> Sent: Tuesday, July 7, 2015 1:28:17 AM
>> >> Subject: 0.10 alpha1
>> >>
>> >> As promised, here is the first alpha for 0.10. It's posted in the usual
>> >> places:
>> >>
>> >> Source code is here:
>> >>
>> >>     http://people.apache.org/~rhs/qpid-proton-0.10-alpha1/
>> >>
>> >> Java binaries are here:
>> >>
>> >>
>> https://repository.apache.org/content/repositories/orgapacheqpid-1036
>> >>
>> >> Please check it out and follow up with any issues.
>> >>
>> >> --Rafael
>> >>
>> >
>> > --
>> > -K
>>

Re: 0.10 alpha1

Posted by Rafael Schloming <rh...@alum.mit.edu>.
FWIW, I'm currently swapping in enough context to confidently +1
PROTON-905, as well as hopefully answer a few related questions on the list.

--Rafael

On Fri, Jul 17, 2015 at 3:35 AM, Robbie Gemmell <ro...@gmail.com>
wrote:

> The are currently 11 unresolved JIRAs assigned a 0.10 fix-for:
> http://s.apache.org/ytK
>
> Of those, 4 are listed as blockers:
>
> https://issues.apache.org/jira/browse/PROTON-905
> Long-lived connections leak sessions and links
>
> https://issues.apache.org/jira/browse/PROTON-923
> [SASL] PN_TRANSPORT_ERROR event not raised
>
> https://issues.apache.org/jira/browse/PROTON-943
> Bump library (.so) major version for proton-c libraries
>
> https://issues.apache.org/jira/browse/PROTON-950
> SASL PLAIN over cleartext should be supported
>
> It would be good if any others JIRAs could be updated to indicate they
> are considered blockers so we know what is actually remaining, or to
> move them to either the 0.11 or no fix version if they won't be
> tackled in 0.10 (which should be most things now; please lets get it
> out, I'm starting to wish I did 0.9.2 so I can release the JMS client
> :P )
>
> Robbie
>
> On 7 July 2015 at 13:26, Ken Giusti <kg...@redhat.com> wrote:
> > Yay Rafi!  Thanks!
> >
> >
> > A simple query of currently outstanding blocker JIRAs affecting 0.9+
> shows only three:
> >
> > https://issues.apache.org/jira/browse/PROTON-826  (unassigned)
> > https://issues.apache.org/jira/browse/PROTON-923  (asticher)
> > https://issues.apache.org/jira/browse/PROTON-934  (rschloming)
> >
> >
> > The remaining open bugs affecting 0.9+ are:
> >
> >
> https://issues.apache.org/jira/browse/PROTON-826?jql=project%20%3D%20PROTON%20AND%20status%20in%20%28Open%2C%20%22In%20Progress%22%2C%20Reopened%29%20AND%20affectedVersion%20in%20%280.9%2C%200.9.1%2C%200.10%29%20ORDER%20BY%20priority%20DESC
> >
> >
> >
> >
> > ----- Original Message -----
> >> From: "Rafael Schloming" <rh...@alum.mit.edu>
> >> To: proton@qpid.apache.org
> >> Sent: Tuesday, July 7, 2015 1:28:17 AM
> >> Subject: 0.10 alpha1
> >>
> >> As promised, here is the first alpha for 0.10. It's posted in the usual
> >> places:
> >>
> >> Source code is here:
> >>
> >>     http://people.apache.org/~rhs/qpid-proton-0.10-alpha1/
> >>
> >> Java binaries are here:
> >>
> >>
> https://repository.apache.org/content/repositories/orgapacheqpid-1036
> >>
> >> Please check it out and follow up with any issues.
> >>
> >> --Rafael
> >>
> >
> > --
> > -K
>

Re: 0.10 alpha1

Posted by Robbie Gemmell <ro...@gmail.com>.
The are currently 11 unresolved JIRAs assigned a 0.10 fix-for:
http://s.apache.org/ytK

Of those, 4 are listed as blockers:

https://issues.apache.org/jira/browse/PROTON-905
Long-lived connections leak sessions and links

https://issues.apache.org/jira/browse/PROTON-923
[SASL] PN_TRANSPORT_ERROR event not raised

https://issues.apache.org/jira/browse/PROTON-943
Bump library (.so) major version for proton-c libraries

https://issues.apache.org/jira/browse/PROTON-950
SASL PLAIN over cleartext should be supported

It would be good if any others JIRAs could be updated to indicate they
are considered blockers so we know what is actually remaining, or to
move them to either the 0.11 or no fix version if they won't be
tackled in 0.10 (which should be most things now; please lets get it
out, I'm starting to wish I did 0.9.2 so I can release the JMS client
:P )

Robbie

On 7 July 2015 at 13:26, Ken Giusti <kg...@redhat.com> wrote:
> Yay Rafi!  Thanks!
>
>
> A simple query of currently outstanding blocker JIRAs affecting 0.9+ shows only three:
>
> https://issues.apache.org/jira/browse/PROTON-826  (unassigned)
> https://issues.apache.org/jira/browse/PROTON-923  (asticher)
> https://issues.apache.org/jira/browse/PROTON-934  (rschloming)
>
>
> The remaining open bugs affecting 0.9+ are:
>
> https://issues.apache.org/jira/browse/PROTON-826?jql=project%20%3D%20PROTON%20AND%20status%20in%20%28Open%2C%20%22In%20Progress%22%2C%20Reopened%29%20AND%20affectedVersion%20in%20%280.9%2C%200.9.1%2C%200.10%29%20ORDER%20BY%20priority%20DESC
>
>
>
>
> ----- Original Message -----
>> From: "Rafael Schloming" <rh...@alum.mit.edu>
>> To: proton@qpid.apache.org
>> Sent: Tuesday, July 7, 2015 1:28:17 AM
>> Subject: 0.10 alpha1
>>
>> As promised, here is the first alpha for 0.10. It's posted in the usual
>> places:
>>
>> Source code is here:
>>
>>     http://people.apache.org/~rhs/qpid-proton-0.10-alpha1/
>>
>> Java binaries are here:
>>
>>     https://repository.apache.org/content/repositories/orgapacheqpid-1036
>>
>> Please check it out and follow up with any issues.
>>
>> --Rafael
>>
>
> --
> -K

Re: 0.10 alpha1

Posted by Ken Giusti <kg...@redhat.com>.
Yay Rafi!  Thanks!


A simple query of currently outstanding blocker JIRAs affecting 0.9+ shows only three:

https://issues.apache.org/jira/browse/PROTON-826  (unassigned)
https://issues.apache.org/jira/browse/PROTON-923  (asticher)
https://issues.apache.org/jira/browse/PROTON-934  (rschloming)


The remaining open bugs affecting 0.9+ are:

https://issues.apache.org/jira/browse/PROTON-826?jql=project%20%3D%20PROTON%20AND%20status%20in%20%28Open%2C%20%22In%20Progress%22%2C%20Reopened%29%20AND%20affectedVersion%20in%20%280.9%2C%200.9.1%2C%200.10%29%20ORDER%20BY%20priority%20DESC




----- Original Message -----
> From: "Rafael Schloming" <rh...@alum.mit.edu>
> To: proton@qpid.apache.org
> Sent: Tuesday, July 7, 2015 1:28:17 AM
> Subject: 0.10 alpha1
> 
> As promised, here is the first alpha for 0.10. It's posted in the usual
> places:
> 
> Source code is here:
> 
>     http://people.apache.org/~rhs/qpid-proton-0.10-alpha1/
> 
> Java binaries are here:
> 
>     https://repository.apache.org/content/repositories/orgapacheqpid-1036
> 
> Please check it out and follow up with any issues.
> 
> --Rafael
> 

-- 
-K

Re: 0.10 alpha1

Posted by Ken Giusti <kg...@redhat.com>.
Yay Rafi!  Thanks!


A simple query of currently outstanding blocker JIRAs affecting 0.9+ shows only three:

https://issues.apache.org/jira/browse/PROTON-826  (unassigned)
https://issues.apache.org/jira/browse/PROTON-923  (asticher)
https://issues.apache.org/jira/browse/PROTON-934  (rschloming)


The remaining open bugs affecting 0.9+ are:

https://issues.apache.org/jira/browse/PROTON-826?jql=project%20%3D%20PROTON%20AND%20status%20in%20%28Open%2C%20%22In%20Progress%22%2C%20Reopened%29%20AND%20affectedVersion%20in%20%280.9%2C%200.9.1%2C%200.10%29%20ORDER%20BY%20priority%20DESC




----- Original Message -----
> From: "Rafael Schloming" <rh...@alum.mit.edu>
> To: proton@qpid.apache.org
> Sent: Tuesday, July 7, 2015 1:28:17 AM
> Subject: 0.10 alpha1
> 
> As promised, here is the first alpha for 0.10. It's posted in the usual
> places:
> 
> Source code is here:
> 
>     http://people.apache.org/~rhs/qpid-proton-0.10-alpha1/
> 
> Java binaries are here:
> 
>     https://repository.apache.org/content/repositories/orgapacheqpid-1036
> 
> Please check it out and follow up with any issues.
> 
> --Rafael
> 

-- 
-K

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org