You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by Howard Lewis Ship <hl...@gmail.com> on 2011/10/17 20:49:43 UTC

Last Call before Release Candidate!

I'm pushing to get the last few important bugs fixed before switching
over to a release candidate.

Once in RC, only blocking bugs will be fixed.

I hope we can get an RC out there and give it a few weeks for people
to adopt and report back before progressing to the final release vote.

-- 
Howard M. Lewis Ship

Creator of Apache Tapestry

The source for Tapestry training, mentoring and support. Contact me to
learn how I can get you up and productive in Tapestry fast!

(971) 678-5210
http://howardlewisship.com

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


Re: Last Call before Release Candidate!

Posted by Massimo Lusetti <ml...@gmail.com>.
On Mon, Oct 17, 2011 at 8:49 PM, Howard Lewis Ship <hl...@gmail.com> wrote:

> I'm pushing to get the last few important bugs fixed before switching
> over to a release candidate.
>
> Once in RC, only blocking bugs will be fixed.
>
> I hope we can get an RC out there and give it a few weeks for people
> to adopt and report back before progressing to the final release vote.

I'm tackling https://issues.apache.org/jira/browse/TAP5-815 and I'm
prone to close it as it seems right. At least I want to lower (a lot)
the priority...

I've two other issue on my list that I want to tackle later for 5.4...

Cheers
-- 
Massimo
http://meridio.blogspot.com

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


Re: Last Call before Release Candidate!

Posted by Lenny Primak <lp...@hope.nyc.ny.us>.
Yes. All bugs will never be fixed but is there a point of even submitting bug reports without patches or something that is maybe a design issue or something like that? Just asking...



On Oct 17, 2011, at 1:59 PM, Howard Lewis Ship <hl...@gmail.com> wrote:

> I'm fixing what bugs I can.  The other committers need to do the same.
> If we set the bar at "all JIRA issues closed", we'd never be able to
> create a release, short of arbitrarily closing large swaths of bugs.
> 
> Providing patches *with tests* is a good way to get your bugs fixed in
> 5.3.  It sounds harsh, but from my perspective:
> - Tapestry 5.3 does everything I (and my clients) need it to do
> - Every hour fixing Tapestry bugs is an hour less consulting (and
> earning income) for me
> 
> 
> On Mon, Oct 17, 2011 at 11:53 AM, Lenny Primak <lp...@hope.nyc.ny.us> wrote:
>> Does this include the outstanding jira issues that are around?
>> Thanks
>> 
>> 
>> On Oct 17, 2011, at 2:49 PM, Howard Lewis Ship <hl...@gmail.com> wrote:
>> 
>>> I'm pushing to get the last few important bugs fixed before switching
>>> over to a release candidate.
>>> 
>>> Once in RC, only blocking bugs will be fixed.
>>> 
>>> I hope we can get an RC out there and give it a few weeks for people
>>> to adopt and report back before progressing to the final release vote.
>>> 
>>> --
>>> Howard M. Lewis Ship
>>> 
>>> Creator of Apache Tapestry
>>> 
>>> The source for Tapestry training, mentoring and support. Contact me to
>>> learn how I can get you up and productive in Tapestry fast!
>>> 
>>> (971) 678-5210
>>> http://howardlewisship.com
>>> 
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
>>> For additional commands, e-mail: dev-help@tapestry.apache.org
>>> 
>> 
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
>> For additional commands, e-mail: dev-help@tapestry.apache.org
>> 
>> 
> 
> 
> 
> -- 
> Howard M. Lewis Ship
> 
> Creator of Apache Tapestry
> 
> The source for Tapestry training, mentoring and support. Contact me to
> learn how I can get you up and productive in Tapestry fast!
> 
> (971) 678-5210
> http://howardlewisship.com
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: dev-help@tapestry.apache.org
> 

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


Re: Last Call before Release Candidate!

Posted by Martin Strand <do...@gmail.com>.
I'd like to see this fixed (patch+test included)
https://issues.apache.org/jira/browse/TAP5-171

Tapestry currently adds attributes that are not present in the template,
because the SAX parser additionally reports default attributes for all  
elements

i.e. a simple template such as

>> <td>Hello</td>

is rendered as

>> <td colspan="1" rowspan="1">Hello</td>

with no apparent benefit

this patch makes sure to only include attributes explicitly set in the  
template.



On Mon, 17 Oct 2011 20:59:45 +0200, Howard Lewis Ship <hl...@gmail.com>
wrote:

> I'm fixing what bugs I can.  The other committers need to do the same.
>  If we set the bar at "all JIRA issues closed", we'd never be able to
> create a release, short of arbitrarily closing large swaths of bugs.
>
> Providing patches *with tests* is a good way to get your bugs fixed in
> 5.3.  It sounds harsh, but from my perspective:
> - Tapestry 5.3 does everything I (and my clients) need it to do
> - Every hour fixing Tapestry bugs is an hour less consulting (and
> earning income) for me
>
>
> On Mon, Oct 17, 2011 at 11:53 AM, Lenny Primak <lp...@hope.nyc.ny.us>  
> wrote:
>> Does this include the outstanding jira issues that are around?
>> Thanks
>>
>>
>> On Oct 17, 2011, at 2:49 PM, Howard Lewis Ship <hl...@gmail.com> wrote:
>>
>>> I'm pushing to get the last few important bugs fixed before switching
>>> over to a release candidate.
>>>
>>> Once in RC, only blocking bugs will be fixed.
>>>
>>> I hope we can get an RC out there and give it a few weeks for people
>>> to adopt and report back before progressing to the final release vote.
>>>
>>> --
>>> Howard M. Lewis Ship
>>>
>>> Creator of Apache Tapestry
>>>
>>> The source for Tapestry training, mentoring and support. Contact me to
>>> learn how I can get you up and productive in Tapestry fast!
>>>
>>> (971) 678-5210
>>> http://howardlewisship.com

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


Re: Last Call before Release Candidate!

Posted by Massimo Lusetti <ml...@gmail.com>.
On Mon, Oct 17, 2011 at 8:59 PM, Howard Lewis Ship <hl...@gmail.com> wrote:

> I'm fixing what bugs I can.  The other committers need to do the same.
>  If we set the bar at "all JIRA issues closed", we'd never be able to
> create a release, short of arbitrarily closing large swaths of bugs.

I agree with that. There're a lot in the jira issues list which can be closed.

Cheers
-- 
Massimo
http://meridio.blogspot.com

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


Re: Last Call before Release Candidate!

Posted by Howard Lewis Ship <hl...@gmail.com>.
I'm fixing what bugs I can.  The other committers need to do the same.
 If we set the bar at "all JIRA issues closed", we'd never be able to
create a release, short of arbitrarily closing large swaths of bugs.

Providing patches *with tests* is a good way to get your bugs fixed in
5.3.  It sounds harsh, but from my perspective:
- Tapestry 5.3 does everything I (and my clients) need it to do
- Every hour fixing Tapestry bugs is an hour less consulting (and
earning income) for me


On Mon, Oct 17, 2011 at 11:53 AM, Lenny Primak <lp...@hope.nyc.ny.us> wrote:
> Does this include the outstanding jira issues that are around?
> Thanks
>
>
> On Oct 17, 2011, at 2:49 PM, Howard Lewis Ship <hl...@gmail.com> wrote:
>
>> I'm pushing to get the last few important bugs fixed before switching
>> over to a release candidate.
>>
>> Once in RC, only blocking bugs will be fixed.
>>
>> I hope we can get an RC out there and give it a few weeks for people
>> to adopt and report back before progressing to the final release vote.
>>
>> --
>> Howard M. Lewis Ship
>>
>> Creator of Apache Tapestry
>>
>> The source for Tapestry training, mentoring and support. Contact me to
>> learn how I can get you up and productive in Tapestry fast!
>>
>> (971) 678-5210
>> http://howardlewisship.com
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
>> For additional commands, e-mail: dev-help@tapestry.apache.org
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: dev-help@tapestry.apache.org
>
>



-- 
Howard M. Lewis Ship

Creator of Apache Tapestry

The source for Tapestry training, mentoring and support. Contact me to
learn how I can get you up and productive in Tapestry fast!

(971) 678-5210
http://howardlewisship.com

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


Re: Last Call before Release Candidate!

Posted by Lenny Primak <lp...@hope.nyc.ny.us>.
Does this include the outstanding jira issues that are around?  
Thanks


On Oct 17, 2011, at 2:49 PM, Howard Lewis Ship <hl...@gmail.com> wrote:

> I'm pushing to get the last few important bugs fixed before switching
> over to a release candidate.
> 
> Once in RC, only blocking bugs will be fixed.
> 
> I hope we can get an RC out there and give it a few weeks for people
> to adopt and report back before progressing to the final release vote.
> 
> -- 
> Howard M. Lewis Ship
> 
> Creator of Apache Tapestry
> 
> The source for Tapestry training, mentoring and support. Contact me to
> learn how I can get you up and productive in Tapestry fast!
> 
> (971) 678-5210
> http://howardlewisship.com
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: dev-help@tapestry.apache.org
> 

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