Hi, On Sat, 2003-07-19 at 01:50, Ben Burton wrote: > But you are fooling yourself if you claim that simply removing > versioning all together will bring with it stability. The sad fact with > the Java world is that if your package or app uses some Java library, > you have to follow changelogs to see how that library changes with each > upgrade and whether your source code needs to be upgraded accordingly.
Stuart Ballard wrote some tools to help with this. japitools: Java API compatibility testing tools http://japi.sab39.org/ Cheers, Mark