Bill Barker wrote:
Tomcat has <strong>never</strong> made any promise that the core API won't
change between versions. If you depend on the Tomcat API at any version
level, then you are required to review at the next level.
There should be no backwards incompatible changes in my change. The only
method signature which does change is in IntroUtils, to return a
boolean. It is possible to add a setProperty2 method and revert
setProperty to what it was.
- public static void setProperty(Object o, String name, String value) {
+ public static boolean setProperty(Object o, String name, String
value) {
The digester (if there was use of it despite the package renaming)
should default to the old behavior.
Rémy
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]