Henri Yandell wrote:
http://people.apache.org/~bayard/dbutils-1.0-to-1.1-jardiff.html

It doesn't look that bad - jardiff complains that we've moved a method
into a superclass in a few places. So a recompile will be needed (I
think) rather than being able to drop the jar in place.

You might want to try a clirr report to check for binary compatability. IIRC, moving a method up the hierarchy is binary compatible.

If not, then a simple super.xxx() method in the subclasses where the method was removed from should be added.

Stephen

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to