Re: [VOTE] Apache OpenNLP 2.1.1 Release Candidate 2

2023-02-18 Thread Jeff Zemerick
Hi Atita, Yes, I think it is an issue with the M1 Mac. Looking at onnxruntime it says it supports Windows x64, Linux x64, macOS x64. ( https://onnxruntime.ai/docs/get-started/with-java.html) Thanks, Jeff On Fri, Feb 17, 2023 at 4:47 PM Atita Arora wrote: > Hi, > > Thank you Jeff for sharing t

[GitHub] [opennlp] rzo1 commented on a diff in pull request #492: OPENNLP-1448 - Introduce SLF4J in OpenNLP

2023-02-18 Thread via GitHub
rzo1 commented on code in PR #492: URL: https://github.com/apache/opennlp/pull/492#discussion_r1110997598 ## opennlp-tools/src/main/java/opennlp/tools/log/LogPrintStream.java: ## @@ -0,0 +1,87 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + * cont

[GitHub] [opennlp] rzo1 merged pull request #498: OPENNLP-1464 Update dependency commons-io to version 2.11.0

2023-02-18 Thread via GitHub
rzo1 merged PR #498: URL: https://github.com/apache/opennlp/pull/498 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@opennlp.apache.org

[GitHub] [opennlp] rzo1 merged pull request #499: OPENNLP-1465 Clear out unnecessary semicolons from existing classes

2023-02-18 Thread via GitHub
rzo1 merged PR #499: URL: https://github.com/apache/opennlp/pull/499 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@opennlp.apache.org

[GitHub] [opennlp] rzo1 merged pull request #503: OPENNLP-1469 Update dependency junit-jupiter to version 5.9.2

2023-02-18 Thread via GitHub
rzo1 merged PR #503: URL: https://github.com/apache/opennlp/pull/503 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@opennlp.apache.org

[GitHub] [opennlp] rzo1 merged pull request #504: OPENNLP-1470 Modernize maven.yml to fix deprecation warnings

2023-02-18 Thread via GitHub
rzo1 merged PR #504: URL: https://github.com/apache/opennlp/pull/504 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@opennlp.apache.org

[GitHub] [opennlp] kinow commented on a diff in pull request #502: OPENNLP-1468 Simplify test assertions in JUnit tests

2023-02-18 Thread via GitHub
kinow commented on code in PR #502: URL: https://github.com/apache/opennlp/pull/502#discussion_r1110866692 ## opennlp-tools/src/test/java/opennlp/tools/util/VersionTest.java: ## @@ -63,6 +63,6 @@ void testParseInvalidVersion2() { return; } -Assertions.assertTru