GitHub user lewismc opened a pull request:
https://github.com/apache/any23/pull/52
ANY23-318 ExtractionException handling in BaseRDFExtractor.java kills
entire extraction
This issue addresses https://issues.apache.org/jira/browse/ANY23-318
It also includes several improvements which will help others when debugging
code. Furthermore I've corrected > Java7 code conventions whenever possible.
Apologies that this ended up a larger patch than described in the JIRA
issue description however I feel it adequately addresses the issue at hand.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/lewismc/any23 ANY23-318
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/any23/pull/52.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #52
----
commit 4c81edde390b6b6e91566f490ca5d915ca0b0945
Author: Lewis John McGibbney <lewis.mcgibbney@...>
Date: 2017-12-27T20:06:08Z
ANY23-318 ExtractionException handling in BaseRDFExtractor.java kills
entire extraction
----
---