You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@shindig.apache.org by Ryan Baxter <rb...@apache.org> on 2013/07/16 03:25:40 UTC

[VOTE] Release Apache Shindig version 2.5.0

Hi,

We solved 296 issues:
https://issues.apache.org/jira/issues/?jql=project%20%3D%20SHINDIG%20AND%20resolution%20%3D%20Fixed%20AND%20fixVersion%20in%20(%222.5.0%22%2C%20%222.5.0-beta6%22%2C%20%222.5.0-beta5%22%2C%20%222.5.0-beta4%22%2C%20%222.5.0-beta3%22%2C%20%222.5.0-beta2%22%2C%20%222.5.0-beta1%22)%20ORDER%20BY%20due%20ASC%2C%20priority%20DESC%2C%20created%20ASC

Staging repo:
https://repository.apache.org/content/repositories/orgapacheshindig-148/org/apache/shindig/

Web site:
http://shindig.apache.org/

Vote open for 72 hours.

[ ] +1
[ ] +0
[ ] -1

Re: [VOTE] Release Apache Shindig version 2.5.0

Posted by Ryan Baxter <rb...@apache.org>.
I have dropped the release, reverted the POM changes, and deleted the tag.

The problem has to do with the onload handler of the iframe handler.
In webkit browsers the onload handler gets called twice, which ends up
removing the iframe from the DOM.  After looking at there appears to
be a few problems with the pubsub code and the onload handlers added
to the iframe.  We add it in the iframe attributes and then add it to
the iframe again later on, which seems unneccessary.  I think the root
cause of the onload listener being called twice has to do with onload
listener being added in the innerHTML string [1].  I will try to get
the change fix checked in over the next few days.

[1] http://stackoverflow.com/questions/10781880/why-iframe-that-dynamic-created-trigger-onload-event-twice

On Sat, Jul 20, 2013 at 10:08 PM, Ryan Baxter <rb...@apache.org> wrote:
> I am going to have to vote -1 :(
>
> Looks like there is a bug in the common container code when we render
> pubsub gadgets but only in Chrome and Safari, FireFox seems to work
> OK.  The same bug was in beta6 but not in beta5.
>
> Looks like the iFrame for the gadget is not being added to the page
> properly in trunk, then a few lines later we try to get the iFrame
> from the DOM by its ID but it is not there.  I have not been able to
> narrow down the change that caused the problem yet.  If anyone has any
> ideas which change may of caused this please let me know.
>
> I will start the process of reverting the release once I have a better
> idea of what is going on.
>
> On Tue, Jul 16, 2013 at 6:47 PM, Stanton Sievers <ss...@apache.org> wrote:
>> +1
>>
>> I verified the signatures and md5 checksums for all artifacts.  I also
>> sanity checked the sample commoncontainer and all gadgets rendered as
>> expected.
>>
>> Thanks Ryan!
>>
>>
>> On Tue, Jul 16, 2013 at 1:17 PM, Ryan Baxter <rb...@apache.org> wrote:
>>
>>> NP Henry.  There is a tag [1] for the release.
>>>
>>> [1] https://svn.apache.org/repos/asf/shindig/tags/shindig-project-2.5.0/
>>>
>>> On Tue, Jul 16, 2013 at 1:13 PM, Henry Saputra <he...@gmail.com>
>>> wrote:
>>> > HI Ryan, thanks for starting the release process =)
>>> >
>>> > Did you create svn branch to create the release artifacts?
>>> >
>>> > - Henry
>>> >
>>> >
>>> > On Mon, Jul 15, 2013 at 6:25 PM, Ryan Baxter <rb...@apache.org>
>>> wrote:
>>> >
>>> >> Hi,
>>> >>
>>> >> We solved 296 issues:
>>> >>
>>> >>
>>> https://issues.apache.org/jira/issues/?jql=project%20%3D%20SHINDIG%20AND%20resolution%20%3D%20Fixed%20AND%20fixVersion%20in%20(%222.5.0%22%2C%20%222.5.0-beta6%22%2C%20%222.5.0-beta5%22%2C%20%222.5.0-beta4%22%2C%20%222.5.0-beta3%22%2C%20%222.5.0-beta2%22%2C%20%222.5.0-beta1%22)%20ORDER%20BY%20due%20ASC%2C%20priority%20DESC%2C%20created%20ASC
>>> >>
>>> >> Staging repo:
>>> >>
>>> >>
>>> https://repository.apache.org/content/repositories/orgapacheshindig-148/org/apache/shindig/
>>> >>
>>> >> Web site:
>>> >> http://shindig.apache.org/
>>> >>
>>> >> Vote open for 72 hours.
>>> >>
>>> >> [ ] +1
>>> >> [ ] +0
>>> >> [ ] -1
>>> >>
>>>

Re: [VOTE] Release Apache Shindig version 2.5.0

Posted by Ryan Baxter <rb...@apache.org>.
Henry, this is kind of a hard situation to unit test.  We have some
unit tests the head down this code path but it is the browser calling
the onload listeners on the iframe.

On Sun, Jul 21, 2013 at 9:40 PM, Henry Saputra <he...@gmail.com> wrote:
> Does Shindig have unit test to catch this issue?
>
>
> - Henry
>
>
> On Sat, Jul 20, 2013 at 7:08 PM, Ryan Baxter <rb...@apache.org> wrote:
>
>> I am going to have to vote -1 :(
>>
>> Looks like there is a bug in the common container code when we render
>> pubsub gadgets but only in Chrome and Safari, FireFox seems to work
>> OK.  The same bug was in beta6 but not in beta5.
>>
>> Looks like the iFrame for the gadget is not being added to the page
>> properly in trunk, then a few lines later we try to get the iFrame
>> from the DOM by its ID but it is not there.  I have not been able to
>> narrow down the change that caused the problem yet.  If anyone has any
>> ideas which change may of caused this please let me know.
>>
>> I will start the process of reverting the release once I have a better
>> idea of what is going on.
>>
>> On Tue, Jul 16, 2013 at 6:47 PM, Stanton Sievers <ss...@apache.org>
>> wrote:
>> > +1
>> >
>> > I verified the signatures and md5 checksums for all artifacts.  I also
>> > sanity checked the sample commoncontainer and all gadgets rendered as
>> > expected.
>> >
>> > Thanks Ryan!
>> >
>> >
>> > On Tue, Jul 16, 2013 at 1:17 PM, Ryan Baxter <rb...@apache.org>
>> wrote:
>> >
>> >> NP Henry.  There is a tag [1] for the release.
>> >>
>> >> [1]
>> https://svn.apache.org/repos/asf/shindig/tags/shindig-project-2.5.0/
>> >>
>> >> On Tue, Jul 16, 2013 at 1:13 PM, Henry Saputra <henry.saputra@gmail.com
>> >
>> >> wrote:
>> >> > HI Ryan, thanks for starting the release process =)
>> >> >
>> >> > Did you create svn branch to create the release artifacts?
>> >> >
>> >> > - Henry
>> >> >
>> >> >
>> >> > On Mon, Jul 15, 2013 at 6:25 PM, Ryan Baxter <rb...@apache.org>
>> >> wrote:
>> >> >
>> >> >> Hi,
>> >> >>
>> >> >> We solved 296 issues:
>> >> >>
>> >> >>
>> >>
>> https://issues.apache.org/jira/issues/?jql=project%20%3D%20SHINDIG%20AND%20resolution%20%3D%20Fixed%20AND%20fixVersion%20in%20(%222.5.0%22%2C%20%222.5.0-beta6%22%2C%20%222.5.0-beta5%22%2C%20%222.5.0-beta4%22%2C%20%222.5.0-beta3%22%2C%20%222.5.0-beta2%22%2C%20%222.5.0-beta1%22)%20ORDER%20BY%20due%20ASC%2C%20priority%20DESC%2C%20created%20ASC
>> >> >>
>> >> >> Staging repo:
>> >> >>
>> >> >>
>> >>
>> https://repository.apache.org/content/repositories/orgapacheshindig-148/org/apache/shindig/
>> >> >>
>> >> >> Web site:
>> >> >> http://shindig.apache.org/
>> >> >>
>> >> >> Vote open for 72 hours.
>> >> >>
>> >> >> [ ] +1
>> >> >> [ ] +0
>> >> >> [ ] -1
>> >> >>
>> >>
>>

Re: [VOTE] Release Apache Shindig version 2.5.0

Posted by Henry Saputra <he...@gmail.com>.
Does Shindig have unit test to catch this issue?


- Henry


On Sat, Jul 20, 2013 at 7:08 PM, Ryan Baxter <rb...@apache.org> wrote:

> I am going to have to vote -1 :(
>
> Looks like there is a bug in the common container code when we render
> pubsub gadgets but only in Chrome and Safari, FireFox seems to work
> OK.  The same bug was in beta6 but not in beta5.
>
> Looks like the iFrame for the gadget is not being added to the page
> properly in trunk, then a few lines later we try to get the iFrame
> from the DOM by its ID but it is not there.  I have not been able to
> narrow down the change that caused the problem yet.  If anyone has any
> ideas which change may of caused this please let me know.
>
> I will start the process of reverting the release once I have a better
> idea of what is going on.
>
> On Tue, Jul 16, 2013 at 6:47 PM, Stanton Sievers <ss...@apache.org>
> wrote:
> > +1
> >
> > I verified the signatures and md5 checksums for all artifacts.  I also
> > sanity checked the sample commoncontainer and all gadgets rendered as
> > expected.
> >
> > Thanks Ryan!
> >
> >
> > On Tue, Jul 16, 2013 at 1:17 PM, Ryan Baxter <rb...@apache.org>
> wrote:
> >
> >> NP Henry.  There is a tag [1] for the release.
> >>
> >> [1]
> https://svn.apache.org/repos/asf/shindig/tags/shindig-project-2.5.0/
> >>
> >> On Tue, Jul 16, 2013 at 1:13 PM, Henry Saputra <henry.saputra@gmail.com
> >
> >> wrote:
> >> > HI Ryan, thanks for starting the release process =)
> >> >
> >> > Did you create svn branch to create the release artifacts?
> >> >
> >> > - Henry
> >> >
> >> >
> >> > On Mon, Jul 15, 2013 at 6:25 PM, Ryan Baxter <rb...@apache.org>
> >> wrote:
> >> >
> >> >> Hi,
> >> >>
> >> >> We solved 296 issues:
> >> >>
> >> >>
> >>
> https://issues.apache.org/jira/issues/?jql=project%20%3D%20SHINDIG%20AND%20resolution%20%3D%20Fixed%20AND%20fixVersion%20in%20(%222.5.0%22%2C%20%222.5.0-beta6%22%2C%20%222.5.0-beta5%22%2C%20%222.5.0-beta4%22%2C%20%222.5.0-beta3%22%2C%20%222.5.0-beta2%22%2C%20%222.5.0-beta1%22)%20ORDER%20BY%20due%20ASC%2C%20priority%20DESC%2C%20created%20ASC
> >> >>
> >> >> Staging repo:
> >> >>
> >> >>
> >>
> https://repository.apache.org/content/repositories/orgapacheshindig-148/org/apache/shindig/
> >> >>
> >> >> Web site:
> >> >> http://shindig.apache.org/
> >> >>
> >> >> Vote open for 72 hours.
> >> >>
> >> >> [ ] +1
> >> >> [ ] +0
> >> >> [ ] -1
> >> >>
> >>
>

Re: [VOTE] Release Apache Shindig version 2.5.0

Posted by Ryan Baxter <rb...@apache.org>.
I am going to have to vote -1 :(

Looks like there is a bug in the common container code when we render
pubsub gadgets but only in Chrome and Safari, FireFox seems to work
OK.  The same bug was in beta6 but not in beta5.

Looks like the iFrame for the gadget is not being added to the page
properly in trunk, then a few lines later we try to get the iFrame
from the DOM by its ID but it is not there.  I have not been able to
narrow down the change that caused the problem yet.  If anyone has any
ideas which change may of caused this please let me know.

I will start the process of reverting the release once I have a better
idea of what is going on.

On Tue, Jul 16, 2013 at 6:47 PM, Stanton Sievers <ss...@apache.org> wrote:
> +1
>
> I verified the signatures and md5 checksums for all artifacts.  I also
> sanity checked the sample commoncontainer and all gadgets rendered as
> expected.
>
> Thanks Ryan!
>
>
> On Tue, Jul 16, 2013 at 1:17 PM, Ryan Baxter <rb...@apache.org> wrote:
>
>> NP Henry.  There is a tag [1] for the release.
>>
>> [1] https://svn.apache.org/repos/asf/shindig/tags/shindig-project-2.5.0/
>>
>> On Tue, Jul 16, 2013 at 1:13 PM, Henry Saputra <he...@gmail.com>
>> wrote:
>> > HI Ryan, thanks for starting the release process =)
>> >
>> > Did you create svn branch to create the release artifacts?
>> >
>> > - Henry
>> >
>> >
>> > On Mon, Jul 15, 2013 at 6:25 PM, Ryan Baxter <rb...@apache.org>
>> wrote:
>> >
>> >> Hi,
>> >>
>> >> We solved 296 issues:
>> >>
>> >>
>> https://issues.apache.org/jira/issues/?jql=project%20%3D%20SHINDIG%20AND%20resolution%20%3D%20Fixed%20AND%20fixVersion%20in%20(%222.5.0%22%2C%20%222.5.0-beta6%22%2C%20%222.5.0-beta5%22%2C%20%222.5.0-beta4%22%2C%20%222.5.0-beta3%22%2C%20%222.5.0-beta2%22%2C%20%222.5.0-beta1%22)%20ORDER%20BY%20due%20ASC%2C%20priority%20DESC%2C%20created%20ASC
>> >>
>> >> Staging repo:
>> >>
>> >>
>> https://repository.apache.org/content/repositories/orgapacheshindig-148/org/apache/shindig/
>> >>
>> >> Web site:
>> >> http://shindig.apache.org/
>> >>
>> >> Vote open for 72 hours.
>> >>
>> >> [ ] +1
>> >> [ ] +0
>> >> [ ] -1
>> >>
>>

Re: [VOTE] Release Apache Shindig version 2.5.0

Posted by Stanton Sievers <ss...@apache.org>.
+1

I verified the signatures and md5 checksums for all artifacts.  I also
sanity checked the sample commoncontainer and all gadgets rendered as
expected.

Thanks Ryan!


On Tue, Jul 16, 2013 at 1:17 PM, Ryan Baxter <rb...@apache.org> wrote:

> NP Henry.  There is a tag [1] for the release.
>
> [1] https://svn.apache.org/repos/asf/shindig/tags/shindig-project-2.5.0/
>
> On Tue, Jul 16, 2013 at 1:13 PM, Henry Saputra <he...@gmail.com>
> wrote:
> > HI Ryan, thanks for starting the release process =)
> >
> > Did you create svn branch to create the release artifacts?
> >
> > - Henry
> >
> >
> > On Mon, Jul 15, 2013 at 6:25 PM, Ryan Baxter <rb...@apache.org>
> wrote:
> >
> >> Hi,
> >>
> >> We solved 296 issues:
> >>
> >>
> https://issues.apache.org/jira/issues/?jql=project%20%3D%20SHINDIG%20AND%20resolution%20%3D%20Fixed%20AND%20fixVersion%20in%20(%222.5.0%22%2C%20%222.5.0-beta6%22%2C%20%222.5.0-beta5%22%2C%20%222.5.0-beta4%22%2C%20%222.5.0-beta3%22%2C%20%222.5.0-beta2%22%2C%20%222.5.0-beta1%22)%20ORDER%20BY%20due%20ASC%2C%20priority%20DESC%2C%20created%20ASC
> >>
> >> Staging repo:
> >>
> >>
> https://repository.apache.org/content/repositories/orgapacheshindig-148/org/apache/shindig/
> >>
> >> Web site:
> >> http://shindig.apache.org/
> >>
> >> Vote open for 72 hours.
> >>
> >> [ ] +1
> >> [ ] +0
> >> [ ] -1
> >>
>

Re: [VOTE] Release Apache Shindig version 2.5.0

Posted by Ryan Baxter <rb...@apache.org>.
NP Henry.  There is a tag [1] for the release.

[1] https://svn.apache.org/repos/asf/shindig/tags/shindig-project-2.5.0/

On Tue, Jul 16, 2013 at 1:13 PM, Henry Saputra <he...@gmail.com> wrote:
> HI Ryan, thanks for starting the release process =)
>
> Did you create svn branch to create the release artifacts?
>
> - Henry
>
>
> On Mon, Jul 15, 2013 at 6:25 PM, Ryan Baxter <rb...@apache.org> wrote:
>
>> Hi,
>>
>> We solved 296 issues:
>>
>> https://issues.apache.org/jira/issues/?jql=project%20%3D%20SHINDIG%20AND%20resolution%20%3D%20Fixed%20AND%20fixVersion%20in%20(%222.5.0%22%2C%20%222.5.0-beta6%22%2C%20%222.5.0-beta5%22%2C%20%222.5.0-beta4%22%2C%20%222.5.0-beta3%22%2C%20%222.5.0-beta2%22%2C%20%222.5.0-beta1%22)%20ORDER%20BY%20due%20ASC%2C%20priority%20DESC%2C%20created%20ASC
>>
>> Staging repo:
>>
>> https://repository.apache.org/content/repositories/orgapacheshindig-148/org/apache/shindig/
>>
>> Web site:
>> http://shindig.apache.org/
>>
>> Vote open for 72 hours.
>>
>> [ ] +1
>> [ ] +0
>> [ ] -1
>>

Re: [VOTE] Release Apache Shindig version 2.5.0

Posted by Henry Saputra <he...@gmail.com>.
HI Ryan, thanks for starting the release process =)

Did you create svn branch to create the release artifacts?

- Henry


On Mon, Jul 15, 2013 at 6:25 PM, Ryan Baxter <rb...@apache.org> wrote:

> Hi,
>
> We solved 296 issues:
>
> https://issues.apache.org/jira/issues/?jql=project%20%3D%20SHINDIG%20AND%20resolution%20%3D%20Fixed%20AND%20fixVersion%20in%20(%222.5.0%22%2C%20%222.5.0-beta6%22%2C%20%222.5.0-beta5%22%2C%20%222.5.0-beta4%22%2C%20%222.5.0-beta3%22%2C%20%222.5.0-beta2%22%2C%20%222.5.0-beta1%22)%20ORDER%20BY%20due%20ASC%2C%20priority%20DESC%2C%20created%20ASC
>
> Staging repo:
>
> https://repository.apache.org/content/repositories/orgapacheshindig-148/org/apache/shindig/
>
> Web site:
> http://shindig.apache.org/
>
> Vote open for 72 hours.
>
> [ ] +1
> [ ] +0
> [ ] -1
>