Struts Upgrade: 1.1 RC1 to Nightly Build (20030326)
I decided to upgrade from Struts 1.1 RC1 to a nightly build this morning, hoping to get the fix for the Validator bug that requires an Internet connection. I was also hoping to solve an issue I have where Eclipse thinks that ListUtils.sum(list1, list2)
is deprecated (not so according to it's JavaDocs - Ant doesn't seem to think it's deprecated either... wierd). However, instead I was greeted with a couple of new deprecation errors that you might want to know about.
ConvertUtils.setDefaultLong(long)
has been deprecated. Again, not according to its javadocs.Action.MESSAGES_KEY
deprecated in favor ofGlobals.MESSAGES_KEY
The good news is that the Validator bug is indeed fixed and I don't have to set my proxy host/port variables for Tomcat anymore.
Posted by Mark on March 26, 2003 at 08:59 PM MST #
Posted by Jorge on March 27, 2003 at 12:41 AM MST #
Posted by Matt Raible on March 28, 2003 at 01:04 AM MST #