Rahul Akolkar wrote:
On Wed, Jan 14, 2009 at 1:36 PM,  <s...@apache.org> wrote:
Author: sebb
Date: Wed Jan 14 10:36:07 2009
New Revision: 734473

URL: http://svn.apache.org/viewvc?rev=734473&view=rev
Log:
Make non-private static fields final
<snip/>

Note that the above breaks binary and source compatibility. Therefore,
at the least, such changes deserve notable mentions in the release
notes and often additional thought about the version number of the
next release.

With such a low level and widely used component as DBCP, changing binary compatability will cause users lots of pain (unless there is a specific plan here).

Possible solutions include
- don't make a binary/source incompatible change
- change the package name

We shouldn't create any more jar hell situations.

Stephen

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to