This is an automated email from the ASF dual-hosted git repository.

rzo1 pushed a change to branch opennlp-2.x
in repository https://gitbox.apache.org/repos/asf/opennlp.git


    from 94f89b57 Minor: Regenerated NOTICE File for 
3eb21bcf093324c4a43b780383a4e5f37aaaf606 (#1026)
     new 49ba4ef3 OPENNLP-1821: Prevent OutOfMemory Due To Huge Array 
Allocation  (#1022)
     new 44a02a7e OPENNLP-1820: Restrict ExtensionLoader to allowlisted package 
prefixes (#1021)

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 opennlp-docs/src/docbkx/extension.xml              |  42 +++--
 .../tools/ml/model/AbstractModelReader.java        |  44 +++++
 .../tools/ml/model/ModelParameterChunker.java      |   1 +
 .../opennlp/tools/util/ext/ExtensionLoader.java    | 106 +++++++++++-
 .../tools/ml/model/AbstractModelReaderOomTest.java | 119 +++++++++++++
 .../tools/util/ext/ExtensionLoaderTest.java        | 184 ++++++++++++++++++++-
 6 files changed, 480 insertions(+), 16 deletions(-)
 create mode 100644 
opennlp-tools/src/test/java/opennlp/tools/ml/model/AbstractModelReaderOomTest.java

Reply via email to