Skip to content

Bump uimaj-core from 3.2.0 to 3.3.0#575

Merged
THausherr merged 1 commit into
mainfrom
dependabot/maven/org.apache.uima-uimaj-core-3.3.0
May 23, 2022
Merged

Bump uimaj-core from 3.2.0 to 3.3.0#575
THausherr merged 1 commit into
mainfrom
dependabot/maven/org.apache.uima-uimaj-core-3.3.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 23, 2022

Bumps uimaj-core from 3.2.0 to 3.3.0.

Release notes

Sourced from uimaj-core's releases.

Apache UIMA Java SDK 3.3.0

Contents

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

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.0 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

  • [UIMA-6418] Added support for component parameters of type "long" and "double"
  • [UIMA-6358] Added platform-independent methods for setting the datapath in a resource manager
  • [UIMA-6374] Added an extensive CAS (de)serialization test suit
  • [UIMA-6431] Added support for using lambda functions as CAS processors
  • [UIMA-6412] Changed CPMEngine from using a thread group to using an executor service
  • [UIMA-6389] Fixed exceptions being swallowed when using Log4J2 through its SLF4J API
  • [UIMA-6386] Fixed wrong UIMA session being set on the ConfigurationManager in aggregates
  • [UIMA-6390] Fixed NPE when trying to access config names of fresh context
  • [UIMA-6378] Fixed build on Java 16
  • [UIMA-6393] Fixed circular imports in descriptors breaking the resource manager cache
  • [UIMA-6367] Fixed JCas cover annotation created in PEAR context being replaced by index operations
  • [UIMA-6388] Fixed CAS.select(null) returning all annotations instead of throwing an exception
  • [UIMA-6423] Fixed selecting a non-existing type returning all types instead of throwing an exception
  • [UIMA-6421] Fixed range check when injecting a String value into StringArray slot to throw an exception

... (truncated)

Commits
  • f1f557a [maven-release-plugin] prepare release uimaj-3.3.0
  • 3c8d27a [NO-JIRA] Add license header to script.
  • b1e2ca3 [NO-JIRA] Added a little release helper script
  • 360378e [maven-release-plugin] prepare for next development iteration
  • fac04a1 [maven-release-plugin] prepare release uimaj-3.3.0
  • c978235 Merge branch 'main' into UIMA-6395-Apache-UIMA-Java-SDK-3.3.0-release
  • b71af91 Merge pull request #198 from apache/feature/UIMA-6374-Create-CAS-de-serializa...
  • c53ad4f [UIMA-6374] Create CAS (de)serialization test suite
  • 659d70b [UIMA-6395] Apache UIMA Java SDK 3.3.0 release
  • b83d5ee [UIMA-6395] Apache UIMA Java SDK 3.3.0 release
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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)

Bumps [uimaj-core](https://github.com/apache/uima-uimaj) from 3.2.0 to 3.3.0.
- [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@rel/uimaj-3.2.0...rel/uimaj-3.3.0)

---
updated-dependencies:
- dependency-name: org.apache.uima:uimaj-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label May 23, 2022
@THausherr THausherr merged commit b552a04 into main May 23, 2022
@dependabot dependabot Bot deleted the dependabot/maven/org.apache.uima-uimaj-core-3.3.0 branch May 23, 2022 17:06
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

Development

Successfully merging this pull request may close these issues.

1 participant