On 8/15/05, Hubert Rabago <[EMAIL PROTECTED]> wrote: > For deprecations, it's a good news/bad news thing. > > Core deprecations are done. There is one item that is left because I > wasn't sure if now is the right time to remove it. The method is > DynaActionFormClass.clear(). From what I can find, this was > deprecated 14 months ago. It's easy to take out if that's what we > should do now (no references to it that I can find), otherwise we can > just update the javadoc to state when it'll be taken out. Checking my > copies of old Struts, it was deprecated by 1.2.1, but I'm not sure > about 1.2.0, and I'm also not sure about timeframes. If it was > deprecated by 1.2.0, we remove them now. What if it was only > deprecated by 1.2.1? Anyway, like I said, this is a quick fix.
Thanks so much for doing this, Hubert :) I'd say that the telling point is whether it was deprecated in a prior GA release. The idea being that if someone stays current with each GA release, and resolves the deprecated items before the next GA release, they should not need to make any changes simply to use the newest release. Since 1.2.7 was a GA relesae, anything deprecated in 1.2.7 is fair game (so long as we have a documented alternative to the functionality). > > I say "core deprecations" because that's where I usually spend time > at. For some reason I didn't look for deprecated items in taglibs/el. > I found a few items there yesterday afternoon, and they look like > deprecated attributes that need to be removed. They could be as > simple are deleting code, so if anyone out there feels like it, they > should go ahead and work on those. If not, I can take a look at them > one of these weeknights. The release testing for EL would be constrainted to its version of the Exercises application, so that won't be so bad to do again later. We can also cut a Struts el 1.3.1 release and include it in a future release of the Struts Classic 1.3.x distribution. Ditto for Tiles. > > Tiles, I haven't even checked yet. Anybody here willing to work on that? > > Hubert > > > On 8/15/05, Ted Husted <[EMAIL PROTECTED]> wrote: > > How are we doing on mavenizing the web site and removing the deprecations? > > > > When these two items are stable, I'll apply the remaining patches and > > try rolling a distribution. > > > > -Ted. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]