Re: WARNING: proton ruby package and gem name change

2018-03-07 Thread Alan Conway
I don't hear anyone crying out passionately for us to make the change.
Unless somebody really wants it, I'm inclined to take the path of least
resistance and do nothing.

On Wed, Mar 7, 2018 at 6:47 AM, Robbie Gemmell 
wrote:

> Thats a great point which I hadnt considered. I agree that if doing
> it, that would make now a good time to do so.
>
> One issue is that anyone already using it wont necessarily see the new
> versions with different name, and thus the important change of
> removing Messenger, since the existing named one will remain and no
> longer be changed (though the text for its page should be updated to
> clearly point to the newer artifact).
>
> That said, it is a benefit in many other ways that anything just
> picking up the latest version automatically isnt immediately broken
> because of the Messenger change, and works with existing releases
> until any transition is made to the newer bits.
>
> Rock, hard place :)
>
> On 6 March 2018 at 18:35, Justin Ross  wrote:
> > I don't feel very strongly about doing it or not doing it.  If we are
> going
> > to do it, however, this is good timing, since we'll be removing Messenger
> > in the same release.  Users who want to carry on with the existing API
> > would continue with the older releases and package name.
> >
> > On Fri, Mar 2, 2018 at 9:37 AM, Robbie Gemmell  >
> > wrote:
> >
> >> Whilst the recommendation is clearly not what is being used, how much
> >> of an issue is this? It doesnt seem to be a hard requirement for
> >> example.
> >>
> >> I wonder if the disruption caused from changing it after ~6 years and
> >> dealing with any resulting confusion actually outweighs the benefits
> >> of it being as recommended.
> >>
> >> On 2 March 2018 at 16:18, Alan Conway  wrote:
> >> > The proton ruby gem and package are incorrectly named according to the
> >> > standard gem naming rules, see
> >> > https://issues.apache.org/jira/browse/PROTON-1760 for details.
> >> >
> >> > The short story is we want to change the name from "qpid_proton" to
> >> > "qpid-proton" for the next release (0.22, not the 0.21 release in
> >> progress)
> >> >
> >> > The impact is that code using the package would need to change lines
> >> > `require 'qpid_proton'` to `require 'qpid-proton'`. It's annoying,
> but it
> >> > seems best to get it right as quickly as possible.
> >> >
> >> > The plan is be to leave the "qpid_proton" gem available, but stalled
> at
> >> > version 0.21. Code using the "qpid_proton" gem won't break but to
> avail
> >> of
> >> > future updates you'll need to switch to using the "qpid-proton" gem
> >> > instead. If you're using ruby from a downloaded source package or git
> >> clone
> >> > you'll need to update your code to use the 0.22 release.
> >> >
> >> > I'll make the change next week - I want to make it early in the
> release
> >> > cycle so we have time to  find and iron out problems. If anyone has
> >> > questions, problems or suggestions about how to make the transition
> >> > smoother please respond to the list or comment on the JIRA
> >> > https://issues.apache.org/jira/browse/PROTON-1760
> >> >
> >> > Cheers,
> >> > Alan.
> >>
> >> -
> >> To unsubscribe, e-mail: users-unsubscr...@qpid.apache.org
> >> For additional commands, e-mail: users-h...@qpid.apache.org
> >>
> >>
>
> -
> To unsubscribe, e-mail: users-unsubscr...@qpid.apache.org
> For additional commands, e-mail: users-h...@qpid.apache.org
>
>


Re: WARNING: proton ruby package and gem name change

2018-03-07 Thread Robbie Gemmell
Thats a great point which I hadnt considered. I agree that if doing
it, that would make now a good time to do so.

One issue is that anyone already using it wont necessarily see the new
versions with different name, and thus the important change of
removing Messenger, since the existing named one will remain and no
longer be changed (though the text for its page should be updated to
clearly point to the newer artifact).

That said, it is a benefit in many other ways that anything just
picking up the latest version automatically isnt immediately broken
because of the Messenger change, and works with existing releases
until any transition is made to the newer bits.

Rock, hard place :)

On 6 March 2018 at 18:35, Justin Ross  wrote:
> I don't feel very strongly about doing it or not doing it.  If we are going
> to do it, however, this is good timing, since we'll be removing Messenger
> in the same release.  Users who want to carry on with the existing API
> would continue with the older releases and package name.
>
> On Fri, Mar 2, 2018 at 9:37 AM, Robbie Gemmell 
> wrote:
>
>> Whilst the recommendation is clearly not what is being used, how much
>> of an issue is this? It doesnt seem to be a hard requirement for
>> example.
>>
>> I wonder if the disruption caused from changing it after ~6 years and
>> dealing with any resulting confusion actually outweighs the benefits
>> of it being as recommended.
>>
>> On 2 March 2018 at 16:18, Alan Conway  wrote:
>> > The proton ruby gem and package are incorrectly named according to the
>> > standard gem naming rules, see
>> > https://issues.apache.org/jira/browse/PROTON-1760 for details.
>> >
>> > The short story is we want to change the name from "qpid_proton" to
>> > "qpid-proton" for the next release (0.22, not the 0.21 release in
>> progress)
>> >
>> > The impact is that code using the package would need to change lines
>> > `require 'qpid_proton'` to `require 'qpid-proton'`. It's annoying, but it
>> > seems best to get it right as quickly as possible.
>> >
>> > The plan is be to leave the "qpid_proton" gem available, but stalled at
>> > version 0.21. Code using the "qpid_proton" gem won't break but to avail
>> of
>> > future updates you'll need to switch to using the "qpid-proton" gem
>> > instead. If you're using ruby from a downloaded source package or git
>> clone
>> > you'll need to update your code to use the 0.22 release.
>> >
>> > I'll make the change next week - I want to make it early in the release
>> > cycle so we have time to  find and iron out problems. If anyone has
>> > questions, problems or suggestions about how to make the transition
>> > smoother please respond to the list or comment on the JIRA
>> > https://issues.apache.org/jira/browse/PROTON-1760
>> >
>> > Cheers,
>> > Alan.
>>
>> -
>> To unsubscribe, e-mail: users-unsubscr...@qpid.apache.org
>> For additional commands, e-mail: users-h...@qpid.apache.org
>>
>>

-
To unsubscribe, e-mail: users-unsubscr...@qpid.apache.org
For additional commands, e-mail: users-h...@qpid.apache.org



Re: WARNING: proton ruby package and gem name change

2018-03-06 Thread Justin Ross
I don't feel very strongly about doing it or not doing it.  If we are going
to do it, however, this is good timing, since we'll be removing Messenger
in the same release.  Users who want to carry on with the existing API
would continue with the older releases and package name.

On Fri, Mar 2, 2018 at 9:37 AM, Robbie Gemmell 
wrote:

> Whilst the recommendation is clearly not what is being used, how much
> of an issue is this? It doesnt seem to be a hard requirement for
> example.
>
> I wonder if the disruption caused from changing it after ~6 years and
> dealing with any resulting confusion actually outweighs the benefits
> of it being as recommended.
>
> On 2 March 2018 at 16:18, Alan Conway  wrote:
> > The proton ruby gem and package are incorrectly named according to the
> > standard gem naming rules, see
> > https://issues.apache.org/jira/browse/PROTON-1760 for details.
> >
> > The short story is we want to change the name from "qpid_proton" to
> > "qpid-proton" for the next release (0.22, not the 0.21 release in
> progress)
> >
> > The impact is that code using the package would need to change lines
> > `require 'qpid_proton'` to `require 'qpid-proton'`. It's annoying, but it
> > seems best to get it right as quickly as possible.
> >
> > The plan is be to leave the "qpid_proton" gem available, but stalled at
> > version 0.21. Code using the "qpid_proton" gem won't break but to avail
> of
> > future updates you'll need to switch to using the "qpid-proton" gem
> > instead. If you're using ruby from a downloaded source package or git
> clone
> > you'll need to update your code to use the 0.22 release.
> >
> > I'll make the change next week - I want to make it early in the release
> > cycle so we have time to  find and iron out problems. If anyone has
> > questions, problems or suggestions about how to make the transition
> > smoother please respond to the list or comment on the JIRA
> > https://issues.apache.org/jira/browse/PROTON-1760
> >
> > Cheers,
> > Alan.
>
> -
> To unsubscribe, e-mail: users-unsubscr...@qpid.apache.org
> For additional commands, e-mail: users-h...@qpid.apache.org
>
>


Re: WARNING: proton ruby package and gem name change

2018-03-02 Thread Robbie Gemmell
Whilst the recommendation is clearly not what is being used, how much
of an issue is this? It doesnt seem to be a hard requirement for
example.

I wonder if the disruption caused from changing it after ~6 years and
dealing with any resulting confusion actually outweighs the benefits
of it being as recommended.

On 2 March 2018 at 16:18, Alan Conway  wrote:
> The proton ruby gem and package are incorrectly named according to the
> standard gem naming rules, see
> https://issues.apache.org/jira/browse/PROTON-1760 for details.
>
> The short story is we want to change the name from "qpid_proton" to
> "qpid-proton" for the next release (0.22, not the 0.21 release in progress)
>
> The impact is that code using the package would need to change lines
> `require 'qpid_proton'` to `require 'qpid-proton'`. It's annoying, but it
> seems best to get it right as quickly as possible.
>
> The plan is be to leave the "qpid_proton" gem available, but stalled at
> version 0.21. Code using the "qpid_proton" gem won't break but to avail of
> future updates you'll need to switch to using the "qpid-proton" gem
> instead. If you're using ruby from a downloaded source package or git clone
> you'll need to update your code to use the 0.22 release.
>
> I'll make the change next week - I want to make it early in the release
> cycle so we have time to  find and iron out problems. If anyone has
> questions, problems or suggestions about how to make the transition
> smoother please respond to the list or comment on the JIRA
> https://issues.apache.org/jira/browse/PROTON-1760
>
> Cheers,
> Alan.

-
To unsubscribe, e-mail: users-unsubscr...@qpid.apache.org
For additional commands, e-mail: users-h...@qpid.apache.org