Julian Reschke wrote:
3) New methods on javax.jcr.observation.EventIterator:
The type EventJournalImpl must implement the inherited abstract method
EventIterator.getDate() EventJournalImpl.java
jackrabbit-core/src/main/java/org/apache/jackrabbit/core/observation
line 52 Java Problem
The type FilteredEventIterator must implement the inherited abstract
method EventIterator.getDate() FilteredEventIterator.java
jackrabbit-core/src/main/java/org/apache/jackrabbit/core/observation
line 32 Java Problem
Fixed with revision 769811 (JCR-2086) by adding the missing extension
interface, and adding a stub impl.
I guess nobody wanted to implement this because it uses a *Calendar* for
a timestamp (instead of a long); I have raised this issue on th EG's
issue tracker :-)
BR, Julian