This is an automated email from the ASF dual-hosted git repository.
rzo1 pushed a change to branch OPENNLP-1835-1.x
in repository https://gitbox.apache.org/repos/asf/opennlp.git
discard fe68c8ef7 OPENNLP-1835: Tolerate unsupported XML parser security
options
omit 1bbbbde70 OPENNLP-1819: Align DictionaryEntryPersistor XML parsing
with XmlUtil helper
add 2c6342c05 [1.x] OPENNLP-1820: Restrict ExtensionLoader to allowlisted
package prefixes (#1078)
add 584438942 [1.x] OPENNLP-1819: Align DictionaryEntryPersistor XML
parsing with XmlUtil helper (#1080)
add dfd561a22 [1.x] OPENNLP-1821: Prevent OutOfMemory due to huge array
allocation (#1079)
add d92c6da1d OPENNLP-1835: Tolerate unsupported XML parser security
options
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (fe68c8ef7)
\
N -- N -- N refs/heads/OPENNLP-1835-1.x (d92c6da1d)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
opennlp-docs/src/docbkx/extension.xml | 25 +++
.../tools/ml/model/AbstractModelReader.java | 38 +++++
.../opennlp/tools/util/ext/ExtensionLoader.java | 105 ++++++++++++
.../tools/ml/model/AbstractModelReaderOomTest.java | 133 +++++++++++++++
.../tools/util/ext/ExtensionLoaderTest.java | 186 ++++++++++++++++++++-
5 files changed, 485 insertions(+), 2 deletions(-)
create mode 100644
opennlp-tools/src/test/java/opennlp/tools/ml/model/AbstractModelReaderOomTest.java