You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@opennlp.apache.org by ma...@apache.org on 2023/04/07 14:57:10 UTC

[opennlp-sandbox] branch reduce_compiler_warnings_and_improve_resource_management updated (0fb05ec -> 76d638e)

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

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


    from 0fb05ec  improves resource management by using try-with-resources pattern more consequently fixes several compiler warnings cures several deprecation notices applies generics where useful (and obvious) removes redundant casts improves code formatting
     add 51387f9  optimizes dependency management / organization in sandbox modules (#95)
     add 76d638e  Merge branch 'master' into reduce_compiler_warnings_and_improve_resource_management

No new revisions were added by this update.

Summary of changes:
 caseditor-corpus-server-plugin/pom.xml             |   3 -
 caseditor-opennlp-plugin/pom.xml                   |   3 -
 corpus-server/corpus-server-connector/pom.xml      |   3 -
 corpus-server/corpus-server-core/pom.xml           |   3 -
 corpus-server/corpus-server-impl/pom.xml           |   3 -
 corpus-server/corpus-server-tools/pom.xml          |   3 -
 mahout-addon/pom.xml                               |   4 -
 .../mahout/AbstractOnlineLearnerTrainer.java       |   4 +-
 modelbuilder-addon/pom.xml                         |   3 -
 nlp-utils/pom.xml                                  |   3 -
 opennlp-dl/pom.xml                                 |  12 +--
 opennlp-similarity/pom.xml                         |  41 ++++----
 opennlp-wsd/pom.xml                                |   8 +-
 pom.xml                                            | 106 ++++++++++++++-------
 summarizer/pom.xml                                 |   4 -
 tagging-server/feature.xml                         |  29 +++---
 tagging-server/pom.xml                             |   3 -
 tf-ner-poc/pom.xml                                 |   8 +-
 wikinews-importer/pom.xml                          |   7 +-
 19 files changed, 112 insertions(+), 138 deletions(-)