You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by Ted Husted <hu...@apache.org> on 2003/06/26 13:42:37 UTC

[VOTE] Struts 1.1 Final Release

Since no significant issues have arisen in response to Struts 1.1 RC2, I 
propose that we release the tip of the main trunk in CVS as the Struts 
1.1 Final release. I have checked in a proposed release plan, which is 
available for review on the Struts web site:

      http://jakarta.apache.org/struts/proposals/release-plan-1.1.html

Release plans must pass by a majority vote of committers on the project,
but all other interested parties are welcome to cast their votes (and/or
make comments or suggestions on the plan) as well.

--------------------------------------------------------------------------
  Vote:  Struts 1.1 Final Release Plan
  [ ] +1 I am in favor of the release, and will help support it
  [ ] +0 I am in favor of the release, but am unable to help support it
  [ ] -0 I am not in favor of the release
  [ ] -1 I am against this proposal (must include a reason).
  -------------------------------------------------------------------------

I am +1 on the Struts 1.1 Final release plan.


-Ted.



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


Re: [VOTE] Struts 1.1 Final Release

Posted by James Mitchell <jm...@apache.org>.
On Thursday 26 June 2003 07:42, Ted Husted wrote:
> --------------------------------------------------------------------------
>   Vote:  Struts 1.1 Final Release Plan
>   [X] +1 I am in favor of the release, and will help support it
>   [ ] +0 I am in favor of the release, but am unable to help support it
>   [ ] -0 I am not in favor of the release
>   [ ] -1 I am against this proposal (must include a reason).
>   -------------------------------------------------------------------------
>
> I am +1 on the Struts 1.1 Final release plan.
>
>
> -Ted.
>

Now THIS is a nice way to start my vacation!

BTW, if anyone just happens to be near the Chesapeake Bay and wants to enjoy a 
cold beer and some great fishing, let me know by Saturday morning and I'll 
put a few extra on ice for ya.

I'll be back after the 4th of July weekend.  

<shout style="Steve Irwin">
Woooo Hooooo!!!
</shout>


-- 
James Mitchell
Software Developer/Struts Evangelist
http://www.struts-atlanta.org
770-822-3359
AIM:jmitchtx



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


Re: [VOTE] Struts 1.1 Final Release

Posted by Martin Cooper <ma...@apache.org>.

On Thu, 26 Jun 2003, Ted Husted wrote:

> --------------------------------------------------------------------------
>   Vote:  Struts 1.1 Final Release Plan
>   [X] +1 I am in favor of the release, and will help support it
>   [ ] +0 I am in favor of the release, but am unable to help support it
>   [ ] -0 I am not in favor of the release
>   [ ] -1 I am against this proposal (must include a reason).
>   -------------------------------------------------------------------------

Yippee!

--
Martin Cooper


>
> I am +1 on the Struts 1.1 Final release plan.
>
>
> -Ted.
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: struts-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: struts-dev-help@jakarta.apache.org
>
>

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


Re: [VOTE] Struts 1.1 Final Release

Posted by David Graham <gr...@yahoo.com>.
> Moving forward, if someone were to start to add another enhancement (or
> "product change") while another was already unreleased in the nightly 
> build, I would veto the change and force a point release. (And if I 
> didn't I'm sure someone else around here now would.) The justification 
> being that we simply don't have the resources to support releasing so 
> many changes at once.

Just for clarification, each enhancement doesn't need it's own release,
just major changes like moving to commons-resources.  I see each point
release as having at most one major change and I will join Ted in vetoing
any major changes occuring while another is in progress.

I've personally signed up for about 10 minor enhancements to 1.2 and will
help with the commons-resources move.  When that move is done we should
cut 1.2.

David

> 
> The other issue was moving dependencies to other products. We should now
> 
> make a point release before (or after) moving or adding any 
> dependencies, even if it is to a Commons product. The next thing on my 
> radar is moving some dependencies to Commons Resources. So as soon as we
> 
> do that and the code seems stable, it should trigger a point-release.
> 
> Since we are all volunteers here, what gets done depends on who is
> willing to actually do something. There is no hierarchy; individual
> committers decide what they want to work on, and then other developers
> chip in as they wish. But, we can each veto any product change we
> believe is technically unsound, which provides a check and balance.
> 
> Most of us are working stiffs, so we tend to do things that we need for 
> our own applications. The vast majority of changes to Struts come about 
> from developers submitting patches they made so that their own 
> applications became easier to write.
> 
> -Ted.
> 
> 
> -- 
> Ted Husted,
> Struts in Action <http://husted.com/struts/book.html>
> 
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: struts-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: struts-dev-help@jakarta.apache.org
> 


__________________________________
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
http://sbc.yahoo.com

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


Re: [VOTE] Struts 1.1 Final Release

Posted by Ted Husted <hu...@apache.org>.
Nicolas De Loof wrote:
 > Just a question about releasse process : it seems 1.1 has too much
 > fonctional enhancements to "quickly" get a release,
 > and I've read here that future versions will get less improvement, so
 > that it can be release a simplier way. How will
 > commiters decide future enhancements ?

The issue wasn't so much that there were so many enhancements, but that
we neglected to make point releases along the way. So, by rights, this 
is really like Struts 1.8. With 20:20 hindsight, there should have been 
point releases after adding the nested-taglib, after adding module 
support, after adding the validator, after adding tiles, after adding 
the JSTL lib, and so forth.

Moving forward, if someone were to start to add another enhancement (or
"product change") while another was already unreleased in the nightly 
build, I would veto the change and force a point release. (And if I 
didn't I'm sure someone else around here now would.) The justification 
being that we simply don't have the resources to support releasing so 
many changes at once.

The other issue was moving dependencies to other products. We should now 
make a point release before (or after) moving or adding any 
dependencies, even if it is to a Commons product. The next thing on my 
radar is moving some dependencies to Commons Resources. So as soon as we 
do that and the code seems stable, it should trigger a point-release.

Since we are all volunteers here, what gets done depends on who is
willing to actually do something. There is no hierarchy; individual
committers decide what they want to work on, and then other developers
chip in as they wish. But, we can each veto any product change we
believe is technically unsound, which provides a check and balance.

Most of us are working stiffs, so we tend to do things that we need for 
our own applications. The vast majority of changes to Struts come about 
from developers submitting patches they made so that their own 
applications became easier to write.

-Ted.


-- 
Ted Husted,
Struts in Action <http://husted.com/struts/book.html>




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


Re: [VOTE] Struts 1.1 Final Release

Posted by Nicolas De Loof <ni...@cgey.com>.
>
> Release plans must pass by a majority vote of committers on the project,
> but all other interested parties are welcome to cast their votes (and/or
> make comments or suggestions on the plan) as well.
>
> --------------------------------------------------------------------------
>   Vote:  Struts 1.1 Final Release Plan
>   [ ] +1 I am in favor of the release, and will help support it
>   [ ] +0 I am in favor of the release, but am unable to help support it
>   [ ] -0 I am not in favor of the release
>   [ ] -1 I am against this proposal (must include a reason).
>   -------------------------------------------------------------------------
>

As a non-commiter but enthusiast Struts user you get my +1


Just a question about releasse process : it seems 1.1 has too much fonctional enhancements to "quickly" get a release,
and I've read here that future versions will get less improvement, so that it can be release a simplier way. How will
commiters decide future enhancements ?

Nico.


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


Re: [VOTE] Struts 1.1 Final Release

Posted by Rob Leland <rl...@apache.org>.
> -------------------------------------------------------------------------- 
>
>  Vote:  Struts 1.1 Final Release Plan
>  [X] +1 I am in favor of the release, and will help support it
>  [ ] +0 I am in favor of the release, but am unable to help support it
>  [ ] -0 I am not in favor of the release
>  [ ] -1 I am against this proposal (must include a reason).
>  ------------------------------------------------------------------------- 
>
>
>



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


Re: [VOTE] Struts 1.1 Final Release

Posted by Cedric Dumoulin <ce...@apache.org>.
  +1

  Cedric

Ted Husted wrote:

> Since no significant issues have arisen in response to Struts 1.1 RC2, 
> I propose that we release the tip of the main trunk in CVS as the 
> Struts 1.1 Final release. I have checked in a proposed release plan, 
> which is available for review on the Struts web site:
>
>      http://jakarta.apache.org/struts/proposals/release-plan-1.1.html
>
> Release plans must pass by a majority vote of committers on the project,
> but all other interested parties are welcome to cast their votes (and/or
> make comments or suggestions on the plan) as well.
>
> --------------------------------------------------------------------------
>  Vote:  Struts 1.1 Final Release Plan
>  [ ] +1 I am in favor of the release, and will help support it
>  [ ] +0 I am in favor of the release, but am unable to help support it
>  [ ] -0 I am not in favor of the release
>  [ ] -1 I am against this proposal (must include a reason).
>  -------------------------------------------------------------------------
>
> I am +1 on the Struts 1.1 Final release plan.
>
>
> -Ted.
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: struts-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: struts-dev-help@jakarta.apache.org
>
>


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


Re: [VOTE] Struts 1.1 Final Release

Posted by "Craig R. McClanahan" <cr...@apache.org>.
+1!!!

Hurray!!!

Craig

On Thu, 26 Jun 2003, Ted Husted wrote:

> Date: Thu, 26 Jun 2003 07:42:37 -0400
> From: Ted Husted <hu...@apache.org>
> Reply-To: Struts Developers List <st...@jakarta.apache.org>
> To: struts-dev@jakarta.apache.org
> Subject: [VOTE] Struts 1.1 Final Release
>
> Since no significant issues have arisen in response to Struts 1.1 RC2, I
> propose that we release the tip of the main trunk in CVS as the Struts
> 1.1 Final release. I have checked in a proposed release plan, which is
> available for review on the Struts web site:
>
>       http://jakarta.apache.org/struts/proposals/release-plan-1.1.html
>
> Release plans must pass by a majority vote of committers on the project,
> but all other interested parties are welcome to cast their votes (and/or
> make comments or suggestions on the plan) as well.
>
> --------------------------------------------------------------------------
>   Vote:  Struts 1.1 Final Release Plan
>   [ ] +1 I am in favor of the release, and will help support it
>   [ ] +0 I am in favor of the release, but am unable to help support it
>   [ ] -0 I am not in favor of the release
>   [ ] -1 I am against this proposal (must include a reason).
>   -------------------------------------------------------------------------
>
> I am +1 on the Struts 1.1 Final release plan.
>
>
> -Ted.
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: struts-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: struts-dev-help@jakarta.apache.org
>
>

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


RE: [VOTE] Struts 1.1 Final Release

Posted by James Turner <tu...@blackbear.com>.
  Vote:  Struts 1.1 Final Release Plan
  [X] +1 I am in favor of the release, and will help support it
  [ ] +0 I am in favor of the release, but am unable to help support it
  [ ] -0 I am not in favor of the release
  [ ] -1 I am against this proposal (must include a reason).
 
------------------------------------------------------------------------
-

BTW, Lucifer just called and he needs a pair of ice skates :-)

James



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


RE: [VOTE] Struts 1.1 Final Release

Posted by James Holmes <ja...@jamesholmes.com>.
+1

-James

-----Original Message-----
From: Ted Husted [mailto:husted@apache.org] 
Sent: Thursday, June 26, 2003 6:43 AM
To: struts-dev@jakarta.apache.org
Subject: [VOTE] Struts 1.1 Final Release

Since no significant issues have arisen in response to Struts 1.1 RC2, I

propose that we release the tip of the main trunk in CVS as the Struts 
1.1 Final release. I have checked in a proposed release plan, which is 
available for review on the Struts web site:

      http://jakarta.apache.org/struts/proposals/release-plan-1.1.html

Release plans must pass by a majority vote of committers on the project,
but all other interested parties are welcome to cast their votes (and/or
make comments or suggestions on the plan) as well.

------------------------------------------------------------------------
--
  Vote:  Struts 1.1 Final Release Plan
  [ ] +1 I am in favor of the release, and will help support it
  [ ] +0 I am in favor of the release, but am unable to help support it
  [ ] -0 I am not in favor of the release
  [ ] -1 I am against this proposal (must include a reason).
 
------------------------------------------------------------------------
-

I am +1 on the Struts 1.1 Final release plan.


-Ted.



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


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


RE: [VOTE] Struts 1.1 Final Release

Posted by Arnaud HERITIER <ah...@sopragroup.com>.
Why it is wrote that struts examples shall operate successfully in tomcat
4.1.18 whereas it is the 4.1.24 which is the current production release for
servlet 2.3 / JSP 1.2 ???

I'm not commiter but you have my +0 !!

Arnaud.

> -----Message d'origine-----
> De : Ted Husted [mailto:husted@apache.org]
> Envoye : jeudi 26 juin 2003 13:43
> A : struts-dev@jakarta.apache.org
> Objet : [VOTE] Struts 1.1 Final Release
>
>
> Since no significant issues have arisen in response to Struts
> 1.1 RC2, I
> propose that we release the tip of the main trunk in CVS as
> the Struts
> 1.1 Final release. I have checked in a proposed release plan,
> which is
> available for review on the Struts web site:
>
>       http://jakarta.apache.org/struts/proposals/release-plan-1.1.html
>
> Release plans must pass by a majority vote of committers on
> the project,
> but all other interested parties are welcome to cast their
> votes (and/or
> make comments or suggestions on the plan) as well.
>
> --------------------------------------------------------------
> ------------
>   Vote:  Struts 1.1 Final Release Plan
>   [ ] +1 I am in favor of the release, and will help support it
>   [ ] +0 I am in favor of the release, but am unable to help
> support it
>   [ ] -0 I am not in favor of the release
>   [ ] -1 I am against this proposal (must include a reason).
>
> --------------------------------------------------------------
> -----------
>
> I am +1 on the Struts 1.1 Final release plan.
>
>
> -Ted.
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: struts-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: struts-dev-help@jakarta.apache.org
>


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


Re: [VOTE] Struts 1.1 Final Release

Posted by David Graham <gr...@yahoo.com>.
--- Ted Husted <hu...@apache.org> wrote:
> Since no significant issues have arisen in response to Struts 1.1 RC2, I
> 
> propose that we release the tip of the main trunk in CVS as the Struts 
> 1.1 Final release. I have checked in a proposed release plan, which is 
> available for review on the Struts web site:
> 
>       http://jakarta.apache.org/struts/proposals/release-plan-1.1.html
> 
> Release plans must pass by a majority vote of committers on the project,
> but all other interested parties are welcome to cast their votes (and/or
> make comments or suggestions on the plan) as well.
> 
>
--------------------------------------------------------------------------
>   Vote:  Struts 1.1 Final Release Plan
>   [X] +1 I am in favor of the release, and will help support it
>   [ ] +0 I am in favor of the release, but am unable to help support it
>   [ ] -0 I am not in favor of the release
>   [ ] -1 I am against this proposal (must include a reason).
>  
>
-------------------------------------------------------------------------


Anyone want to help me figure out these 2 ConcurrentModificationExceptions
before Saturday :-) ?

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21091
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21108

David


> I am +1 on the Struts 1.1 Final release plan.
> 
> 
> -Ted.
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: struts-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: struts-dev-help@jakarta.apache.org
> 


__________________________________
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
http://sbc.yahoo.com

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