Backwards binary compatibility broken in KeyedHandler
-----------------------------------------------------
Key: DBUTILS-61
URL: https://issues.apache.org/jira/browse/DBUTILS-61
Project: Commons DbUtils
Issue Type: Bug
Reporter: Dan Fabulich
Fix For: 1.3
In revision r832220 KeyedHandler's API was modified. KeyedHandler#createRow
used to be able to return any object, but now can only return a Map (and a map
of Strings to Objects, at that).
clirr reports this as a binary backwards compatibility error; even "correct"
subclasses of KeyedHandler that attempt to override createRow will find that we
ignore the subclass implementation and simply invoke KeyedHandler#createRow
instead.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.