Andy,
I could not understand the benefit of this new wrapper API.
If we introduce any new method to ChangeManager, we will need to provide a default implementation in the ChangeManager
class so that we do not break the existing implementations. How does the wrapper help any more ?.
Thanks,
Prakash
On 3/9/2011 2:55 PM, Andy Schwartz wrote:
Gang -
I would like to add a new base class for ChangeManager wrapper classes
to extend as discussed here:
https://issues.apache.org/jira/browse/TRINIDAD-2055
I have attached an implementation to the issue:
https://issues.apache.org/jira/secure/attachment/12473198/ChangeManagerWrapper.java
Fairly simple stuff, but would appreciate if someone could review.
On a related note...
As a new committer, I am a bit fuzzy on what the process is for
introducing new APIs. My guess is that any significant APIs require
discussion/community approval (maybe even a vote?). Is the same true
of simple/small APIs like this? (If there is documentation on this
that I need to read, please let me know!)
Thanks,
Andy