Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tika Wiki" for change notification.
The "Tika2_0MigrationGuide" page has been changed by BobPaulin: https://wiki.apache.org/tika/Tika2_0MigrationGuide?action=diff&rev1=3&rev2=4 == Tika Bundles == + In addition to replacing tika-parsers the tika-bundle will also be replaced in Tika 2.x. Instead of a single tika-bundle there will be a bundle for each parser module created above. For example tika-parser-pdf-module will have a corresponding tika-parser-pdf-bundle. As in tika-bundle the dependencies in the bundle projects will be embedded in the jar file to allow OSGi unfriendly projects to be easily included. The bundles will also start up an OSGi service for each listed service in the META-INF/services/ file entries. This will allow OSGi developers an easier way to get access to individual parsers through the OSGi service registry. Finally a TikaService class will also be added to the OSGi Service registry that will serve as a means to put a document through all the parsers available in the OSGi service registry. + + + = Minor Changes =
