Hi all, Once Lewis has integrated my patches for adding SPI support for extractor factories I think it would be a good idea to bump the minor version to 0.8.0 (and not release a 0.7.1 version), as the extractory factory changes change the public API from 0.7.0, in a good way. In addition, I removed the Extractor Plugin interface, as it is duplicated by the new SPI (java.util.ServiceLoader) support. Any plugins for extractors must now be registered using a different META-INF/services/ file to before, as the plugins were already using SPI even though the majority of the other extractors were not.
Cheers, Peter
