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 a12338fef [2.x]: OPENNLP-1856: Update JUnit to 6.1.2 (#1174)
     new 9be0a9939 Allowlist based class Instantiation (#1178)
     new 79d400466 OPENNLP-1890: Using allowlist based class loading in 
StreamFactoryRegistry
     new e09525d3f OPENNLP-1890: Using allowlist based class loading in 
StringInterners

The 3 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:
 .../tools/cmdline/StreamFactoryRegistryTest.java   | 82 ++++++++++++++++++++++
 .../tools/util/jvm/StringInternersTest.java        | 74 +++++++++++++++++++
 .../tools/cmdline/StreamFactoryRegistry.java       | 27 ++++---
 .../tools/util/featuregen/GeneratorFactory.java    | 45 +++++-------
 .../tools/util/jvm/CHMStringDeduplicator.java      |  2 +-
 .../opennlp/tools/util/jvm/CHMStringInterner.java  |  2 +-
 .../opennlp/tools/util/jvm/HMStringInterner.java   |  2 +-
 .../opennlp/tools/util/jvm/JvmStringInterner.java  |  2 +-
 .../opennlp/tools/util/jvm/NoOpStringInterner.java |  2 +-
 .../opennlp/tools/util/jvm/StringInterners.java    | 12 ++--
 .../util/featuregen/GeneratorFactoryTest.java      | 46 +++++++++++-
 11 files changed, 241 insertions(+), 55 deletions(-)
 create mode 100644 
opennlp-core/opennlp-formats/src/test/java/opennlp/tools/cmdline/StreamFactoryRegistryTest.java
 create mode 100644 
opennlp-core/opennlp-runtime/src/test/java/opennlp/tools/util/jvm/StringInternersTest.java

Reply via email to