dependabot[bot] opened a new pull request, #70:
URL: https://github.com/apache/opennlp-sandbox/pull/70

   Bumps [uimaj-core](https://github.com/apache/uima-uimaj) from 2.3.1 to 3.3.1.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/apache/uima-uimaj/releases";>uimaj-core's 
releases</a>.</em></p>
   <blockquote>
   <h2>Apache UIMA Java SDK 3.3.1</h2>
   <!-- raw HTML omitted -->
   <h1>Apache UIMA (Unstructured Information Management Architecture) v3.3.1 
Release Notes</h1>
   <h2>Contents</h2>
   <p><a 
href="https://github.com/apache/uima-uimaj/blob/HEAD/#what.is.uima";>What is 
UIMA?</a><br />
   <a 
href="https://github.com/apache/uima-uimaj/blob/HEAD/#major.changes";>Major 
Changes in this Release</a><br />
   <a href="https://github.com/apache/uima-uimaj/blob/HEAD/#get.involved";>How 
to Get Involved</a><br />
   <a href="https://github.com/apache/uima-uimaj/blob/HEAD/#report.issues";>How 
to Report Issues</a></p>
   <h2><!-- raw HTML omitted -->What is UIMA?<!-- raw HTML omitted --></h2>
   <p>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
   &quot;language identification&quot; -&gt; &quot;language specific 
segmentation&quot; -&gt; &quot;sentence boundary detection&quot; -&gt;
   &quot;entity detection (person/place names etc.)&quot;. 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.</p>
   <p>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
   <a href="http://www.oasis-open.org";>OASIS</a>, a standards organization). We 
invite and encourage you to
   participate in both the implementation and specification efforts.</p>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/apache/uima-uimaj/blob/main/RELEASE_NOTES.md";>uimaj-core's
 changelog</a>.</em></p>
   <blockquote>
   <h1>Apache UIMA (Unstructured Information Management Architecture) v3.3.1 
Release Notes</h1>
   <h2>Contents</h2>
   <p><a 
href="https://github.com/apache/uima-uimaj/blob/main/#what.is.uima";>What is 
UIMA?</a><br />
   <a 
href="https://github.com/apache/uima-uimaj/blob/main/#major.changes";>Major 
Changes in this Release</a><br />
   <a href="https://github.com/apache/uima-uimaj/blob/main/#list.issues";>List 
of JIRA Issues Fixed in this Release</a><br />
   <a href="https://github.com/apache/uima-uimaj/blob/main/#get.involved";>How 
to Get Involved</a><br />
   <a href="https://github.com/apache/uima-uimaj/blob/main/#report.issues";>How 
to Report Issues</a></p>
   <h2><!-- raw HTML omitted -->What is UIMA?<!-- raw HTML omitted --></h2>
   <p>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
   &quot;language identification&quot; -&gt; &quot;language specific 
segmentation&quot; -&gt; &quot;sentence boundary detection&quot; -&gt;
   &quot;entity detection (person/place names etc.)&quot;. 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.</p>
   <p>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
   <a href="http://www.oasis-open.org";>OASIS</a>, a standards organization). We 
invite and encourage you to
   participate in both the implementation and specification efforts.</p>
   <p>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.</p>
   <h2><!-- raw HTML omitted -->Notable changes in this release<!-- raw HTML 
omitted --></h2>
   <p>This is a bug fix release.</p>
   <p><strong>Bugs fixed</strong></p>
   <ul>
   <li>🦟 Issue <a 
href="https://github-redirect.dependabot.com/apache/uima-uimaj/issues/255";>#255</a>:
 File handle leak accessing performanceTuning.properties</li>
   <li>🦟 Issue <a 
href="https://github-redirect.dependabot.com/apache/uima-uimaj/issues/240";>#240</a>:
 Helper annotation created by SelectFS should not survive</li>
   <li>🦟 Issue <a 
href="https://github-redirect.dependabot.com/apache/uima-uimaj/issues/238";>#238</a>:
 Form 6 serializes non-reachable FSes but should not</li>
   <li>🦟 Issue <a 
href="https://github-redirect.dependabot.com/apache/uima-uimaj/issues/235";>#235</a>:
 Misleading error message when JCas type is not registered</li>
   <li>🦟 [UIMA-6479] PearPackagingMavenPlugin has ancient JUnit dependency</li>
   <li>🦟 [UIMA-6473] CasToComparableText is broken</li>
   </ul>
   <p><strong>Improvements</strong></p>
   <ul>
   <li>⭐️ Issue <a 
href="https://github-redirect.dependabot.com/apache/uima-uimaj/issues/222";>#222</a>:
 Support comparing test files irrespective of line endings</li>
   <li>⭐️ [UIMA-6480] Add tests with empty arrays to CAS de/ser-suite</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/apache/uima-uimaj/commit/b6528674b2fb50396073ef60a5f588fd096470f5";><code>b652867</code></a>
 [maven-release-plugin] prepare release uimaj-3.3.1</li>
   <li><a 
href="https://github.com/apache/uima-uimaj/commit/a43f366f653e5bcb8f243db4a8c11e583064b898";><code>a43f366</code></a>
 Merge branch 'maintenance/3.3.x' into release/3.3.1</li>
   <li><a 
href="https://github.com/apache/uima-uimaj/commit/3ba8f333f3c39797e5e19fdc8be8384b38e6d9a1";><code>3ba8f33</code></a>
 Merge pull request <a 
href="https://github-redirect.dependabot.com/apache/uima-uimaj/issues/261";>#261</a>
 from apache/refactoring/260-Issues-fixed-report-for-G...</li>
   <li><a 
href="https://github.com/apache/uima-uimaj/commit/43009174482e6648f9ddbe6a6914fafb85f5e6ff";><code>4300917</code></a>
 Issue <a 
href="https://github-redirect.dependabot.com/apache/uima-uimaj/issues/258";>#258</a>:
 Apache UIMA Java SDK 3.3.1 release</li>
   <li><a 
href="https://github.com/apache/uima-uimaj/commit/45394a48d99899b77306d3c298028fc7c6d6cdb7";><code>45394a4</code></a>
 Issue <a 
href="https://github-redirect.dependabot.com/apache/uima-uimaj/issues/258";>#258</a>:
 Apache UIMA Java SDK 3.3.1 release</li>
   <li><a 
href="https://github.com/apache/uima-uimaj/commit/f337a1d480c1ebc40031e40cd7ed76cae0a3dd07";><code>f337a1d</code></a>
 Issue <a 
href="https://github-redirect.dependabot.com/apache/uima-uimaj/issues/258";>#258</a>:
 Apache UIMA Java SDK 3.3.1 release</li>
   <li><a 
href="https://github.com/apache/uima-uimaj/commit/2ab21b6dd08a8a405d6374441fc347af77055fd3";><code>2ab21b6</code></a>
 Issue <a 
href="https://github-redirect.dependabot.com/apache/uima-uimaj/issues/260";>#260</a>:
 Issues-fixed report for GitHub and Jira</li>
   <li><a 
href="https://github.com/apache/uima-uimaj/commit/1ee4d59f15c12fb2ead98f1629160d4df5890489";><code>1ee4d59</code></a>
 Issue <a 
href="https://github-redirect.dependabot.com/apache/uima-uimaj/issues/258";>#258</a>:
 Apache UIMA Java SDK 3.3.1 release</li>
   <li><a 
href="https://github.com/apache/uima-uimaj/commit/14ca7bb0784f5497cac90c40ab8f549f656040c0";><code>14ca7bb</code></a>
 Issue <a 
href="https://github-redirect.dependabot.com/apache/uima-uimaj/issues/258";>#258</a>:
 Apache UIMA Java SDK 3.3.1 release</li>
   <li><a 
href="https://github.com/apache/uima-uimaj/commit/6870f8dab5354344162e2783f7547dcf49d9eb39";><code>6870f8d</code></a>
 Issue <a 
href="https://github-redirect.dependabot.com/apache/uima-uimaj/issues/258";>#258</a>:
 Apache UIMA Java SDK 3.3.1 release</li>
   <li>Additional commits viewable in <a 
href="https://github.com/apache/uima-uimaj/compare/uimaj-2.3.1...rel/uimaj-3.3.1";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.uima:uimaj-core&package-manager=maven&previous-version=2.3.1&new-version=3.3.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   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-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   <details>
   <summary>Dependabot commands and options</summary>
   <br />
   
   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](https://github.com/apache/opennlp-sandbox/network/alerts).
   
   </details>


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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to