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

mawiesne pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/opennlp.git


    from 4e671920 Minor: Regenerated NOTICE File for 
ad297834604a41db5a58cc8578bb9576d2b9fb7e (#974)
     new 436f4418 OPENNLP-1735: Upgrade minimum JDK level to 21 LTS - adjusts 
pom.xml - adjusts GH actions - replace new Locale(..) with Locale.of(..) - 
replaces new URL(..) with new URI(..).toURL()
     new 09305ab6  OPENNLP-1735: Fix Windows classpath model discovery after 
JDK 21 migration
     new c04344c1  OPENNLP-1735:  NumberUtil: Replace Locale.of() with 
Locale.forLanguageTag() to avoid  IllformedLocaleException on malformed 
language codes, preserving the  documented return-false / 
IllegalArgumentException behavior

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:
 .github/workflows/license.yml                      |  4 +-
 .github/workflows/maven.yml                        |  8 +--
 .github/workflows/publish-snapshots.yml            |  4 +-
 .github/workflows/shell-tests.yml                  | 18 +++----
 README.md                                          | 10 ++--
 .../opennlp/tools/AbstractModelLoaderTest.java     | 14 ++++-
 .../opennlp/tools/EnabledWhenCDNAvailable.java     |  7 ++-
 .../formats/NameFinderCensus90NameStream.java      |  4 +-
 .../opennlp/tools/formats/conllu/ConlluStream.java |  2 +-
 .../tools/formats/conllu/ConlluStreamTest.java     |  6 +--
 .../models/simple/SimpleClassPathModelFinder.java  | 20 ++++---
 .../main/java/opennlp/tools/util/DownloadUtil.java | 63 +++++++++++++---------
 .../opennlp/tools/AbstractModelLoaderTest.java     | 14 ++++-
 .../opennlp/tools/EnabledWhenCDNAvailable.java     |  7 ++-
 .../sentdetect/AbstractSentenceDetectorTest.java   |  8 +--
 .../tools/tokenize/TokenizerFactoryTest.java       |  8 +--
 .../java/opennlp/uima/normalizer/NumberUtil.java   | 23 ++++----
 .../src/test/java/opennlp/uima/AbstractIT.java     | 12 ++++-
 .../opennlp/tools/EnabledWhenCDNAvailable.java     |  7 ++-
 .../tools/namefind/AbstractNameFinderTest.java     | 12 ++++-
 .../opennlp/tools/util/DownloadParserTest.java     | 44 +++++++++------
 pom.xml                                            |  8 +--
 22 files changed, 195 insertions(+), 108 deletions(-)

Reply via email to