You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tiles.apache.org by Antonio <an...@gmail.com> on 2008/12/02 13:58:43 UTC

Declare Tiles 2.1.0 as Alpha?

Hi all
Yesterday and today I committed a large change in tiles-core. In particular:
* TilesContextFactory has been splitted into
TilesApplicationContextFactory and TilesRequestContextFactory;
* The TilesApplicationContext now s created before TilesContainer creation.

Since it is a major change to Tiles 2.1.0, I suppose that "beta"
quality is no longer correct.
I would like to change it to Alpha.

WDYT?

Antonio

Re: Declare Tiles 2.1.0 as Alpha?

Posted by Greg Reddin <gr...@gmail.com>.
On Tue, Dec 2, 2008 at 9:29 AM, Nathan Bubna <nb...@gmail.com> wrote:
> yeah, then i'd say just keep 2.1.0 as beta, and make sure to highlight
> the change in the next release notes, so as not to surprise extension
> developers badly.

I agree with this approach. The difference between alpha and beta is
very subtle anyway. Most projects would probably only make a
distinction between GA and "not" GA :-)

Greg

Re: Declare Tiles 2.1.0 as Alpha?

Posted by Nathan Bubna <nb...@gmail.com>.
On Tue, Dec 2, 2008 at 7:13 AM, Antonio <an...@gmail.com> wrote:
> 2008/12/2 Nathan Bubna <nb...@gmail.com>:
>> So, would this change likely break many applications built on 2.1.0?
>
> not from a typical user perspective, only extension developers.

yeah, then i'd say just keep 2.1.0 as beta, and make sure to highlight
the change in the next release notes, so as not to surprise extension
developers badly.

>> If so, then yeah, such API instability warrants an Alpha designation.
>> Otherwise, if it would only break a few advanced uses, then i think
>> that can still legitimately be called beta.
>
> Ok I feel better now :-P

:)

> Antonio
>

Re: Declare Tiles 2.1.0 as Alpha?

Posted by Antonio <an...@gmail.com>.
2008/12/2 Nathan Bubna <nb...@gmail.com>:
> So, would this change likely break many applications built on 2.1.0?

not from a typical user perspective, only extension developers.


> If so, then yeah, such API instability warrants an Alpha designation.
> Otherwise, if it would only break a few advanced uses, then i think
> that can still legitimately be called beta.

Ok I feel better now :-P

Antonio

Re: Declare Tiles 2.1.0 as Alpha?

Posted by Nathan Bubna <nb...@gmail.com>.
So, would this change likely break many applications built on 2.1.0?
If so, then yeah, such API instability warrants an Alpha designation.
Otherwise, if it would only break a few advanced uses, then i think
that can still legitimately be called beta.

On Tue, Dec 2, 2008 at 4:58 AM, Antonio <an...@gmail.com> wrote:
> Hi all
> Yesterday and today I committed a large change in tiles-core. In particular:
> * TilesContextFactory has been splitted into
> TilesApplicationContextFactory and TilesRequestContextFactory;
> * The TilesApplicationContext now s created before TilesContainer creation.
>
> Since it is a major change to Tiles 2.1.0, I suppose that "beta"
> quality is no longer correct.
> I would like to change it to Alpha.
>
> WDYT?
>
> Antonio
>