Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump uimaj-core from 2.9.0 to 3.3.1 in /appng-application-bom #220

Open
wants to merge 1 commit into
base: appng-1.25.x
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 2, 2022

Bumps uimaj-core from 2.9.0 to 3.3.1.

Release notes

Sourced from uimaj-core's releases.

Apache UIMA Java SDK 3.3.1

Apache UIMA (Unstructured Information Management Architecture) v3.3.1 Release Notes

Contents

What is UIMA?
Major Changes in this Release
How to Get Involved
How to Report Issues

What is UIMA?

Unstructured Information Management applications are software systems that analyze large volumes of unstructured information in order to discover knowledge that is relevant to an end user. UIMA is a framework and SDK for developing such applications. An example UIM application might ingest plain text and identify entities, such as persons, places, organizations; or relations, such as works-for or located-at. UIMA enables such an application to be decomposed into components, for example "language identification" -> "language specific segmentation" -> "sentence boundary detection" -> "entity detection (person/place names etc.)". Each component must implement interfaces defined by the framework and must provide self-describing metadata via XML descriptor files. The framework manages these components and the data flow between them. Components are written in Java or C++; the data that flows between components is designed for efficient mapping between these languages. UIMA additionally provides capabilities to wrap components as network services, and can scale to very large volumes by replicating processing pipelines over a cluster of networked nodes.

Apache UIMA is an Apache-licensed open source implementation of the UIMA specification (that specification is, in turn, being developed concurrently by a technical committee within OASIS, a standards organization). We invite and encourage you to participate in both the implementation and specification efforts.

... (truncated)

Changelog

Sourced from uimaj-core's changelog.

Apache UIMA (Unstructured Information Management Architecture) v3.3.1 Release Notes

Contents

What is UIMA?
Major Changes in this Release
List of JIRA Issues Fixed in this Release
How to Get Involved
How to Report Issues

What is UIMA?

Unstructured Information Management applications are software systems that analyze large volumes of unstructured information in order to discover knowledge that is relevant to an end user. UIMA is a framework and SDK for developing such applications. An example UIM application might ingest plain text and identify entities, such as persons, places, organizations; or relations, such as works-for or located-at. UIMA enables such an application to be decomposed into components, for example "language identification" -> "language specific segmentation" -> "sentence boundary detection" -> "entity detection (person/place names etc.)". Each component must implement interfaces defined by the framework and must provide self-describing metadata via XML descriptor files. The framework manages these components and the data flow between them. Components are written in Java or C++; the data that flows between components is designed for efficient mapping between these languages. UIMA additionally provides capabilities to wrap components as network services, and can scale to very large volumes by replicating processing pipelines over a cluster of networked nodes.

Apache UIMA is an Apache-licensed open source implementation of the UIMA specification (that specification is, in turn, being developed concurrently by a technical committee within OASIS, a standards organization). We invite and encourage you to participate in both the implementation and specification efforts.

UIMA is a component framework for analysing unstructured content such as text, audio and video. It comprises an SDK and tooling for composing and running analytic components written in Java and C++, with some support for Perl, Python and TCL.

Notable changes in this release

This is a bug fix release.

Bugs fixed

  • 🦟 Issue #255: File handle leak accessing performanceTuning.properties
  • 🦟 Issue #240: Helper annotation created by SelectFS should not survive
  • 🦟 Issue #238: Form 6 serializes non-reachable FSes but should not
  • 🦟 Issue #235: Misleading error message when JCas type is not registered
  • 🦟 [UIMA-6479] PearPackagingMavenPlugin has ancient JUnit dependency
  • 🦟 [UIMA-6473] CasToComparableText is broken

Improvements

  • ⭐️ Issue #222: Support comparing test files irrespective of line endings
  • ⭐️ [UIMA-6480] Add tests with empty arrays to CAS de/ser-suite

... (truncated)

Commits
  • b652867 [maven-release-plugin] prepare release uimaj-3.3.1
  • a43f366 Merge branch 'maintenance/3.3.x' into release/3.3.1
  • 3ba8f33 Merge pull request #261 from apache/refactoring/260-Issues-fixed-report-for-G...
  • 4300917 Issue #258: Apache UIMA Java SDK 3.3.1 release
  • 45394a4 Issue #258: Apache UIMA Java SDK 3.3.1 release
  • f337a1d Issue #258: Apache UIMA Java SDK 3.3.1 release
  • 2ab21b6 Issue #260: Issues-fixed report for GitHub and Jira
  • 1ee4d59 Issue #258: Apache UIMA Java SDK 3.3.1 release
  • 14ca7bb Issue #258: Apache UIMA Java SDK 3.3.1 release
  • 6870f8d Issue #258: Apache UIMA Java SDK 3.3.1 release
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the Security Alerts page.

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [uimaj-core](https://github.com/apache/uima-uimaj) from 2.9.0 to 3.3.1.
- [Release notes](https://github.com/apache/uima-uimaj/releases)
- [Changelog](https://github.com/apache/uima-uimaj/blob/main/RELEASE_NOTES.md)
- [Commits](apache/uima-uimaj@uimaj-2.9.0...rel/uimaj-3.3.1)

---
updated-dependencies:
- dependency-name: org.apache.uima:uimaj-core
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
0 participants