dependabot[bot] opened a new pull request, #575: URL: https://github.com/apache/tika/pull/575
Bumps [uimaj-core](https://github.com/apache/uima-uimaj) from 3.2.0 to 3.3.0. <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.0</h2> <!-- raw HTML omitted --> <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><br /> <a href="https://github.com/apache/uima-uimaj/blob/HEAD/#list.issues">List of JIRA Issues Fixed in this Release</a><br /> <a href="https://github.com/apache/uima-uimaj/blob/HEAD/#download">Download</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 "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.</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.0 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 "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.</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> <ul> <li>[UIMA-6418] Added support for component parameters of type "long" and "double"</li> <li>[UIMA-6358] Added platform-independent methods for setting the datapath in a resource manager</li> <li>[UIMA-6374] Added an extensive CAS (de)serialization test suit</li> <li>[UIMA-6431] Added support for using lambda functions as CAS processors</li> <li>[UIMA-6412] Changed CPMEngine from using a thread group to using an executor service</li> <li>[UIMA-6389] Fixed exceptions being swallowed when using Log4J2 through its SLF4J API</li> <li>[UIMA-6386] Fixed wrong UIMA session being set on the ConfigurationManager in aggregates</li> <li>[UIMA-6390] Fixed NPE when trying to access config names of fresh context</li> <li>[UIMA-6378] Fixed build on Java 16</li> <li>[UIMA-6393] Fixed circular imports in descriptors breaking the resource manager cache</li> <li>[UIMA-6367] Fixed JCas cover annotation created in PEAR context being replaced by index operations</li> <li>[UIMA-6388] Fixed CAS.select(null) returning all annotations instead of throwing an exception</li> <li>[UIMA-6423] Fixed selecting a non-existing type returning all types instead of throwing an exception</li> <li>[UIMA-6421] Fixed range check when injecting a String value into StringArray slot to throw an exception</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/f1f557a415ae38e383bf050587a510211515c21d"><code>f1f557a</code></a> [maven-release-plugin] prepare release uimaj-3.3.0</li> <li><a href="https://github.com/apache/uima-uimaj/commit/3c8d27a9e270c0dccff6b8c1aa7432a50e45b773"><code>3c8d27a</code></a> [NO-JIRA] Add license header to script.</li> <li><a href="https://github.com/apache/uima-uimaj/commit/b1e2ca3ffbc7a1aecf9988de097c869b9d187438"><code>b1e2ca3</code></a> [NO-JIRA] Added a little release helper script</li> <li><a href="https://github.com/apache/uima-uimaj/commit/360378e75b71e3428475e1d68f7892606e3ca8d1"><code>360378e</code></a> [maven-release-plugin] prepare for next development iteration</li> <li><a href="https://github.com/apache/uima-uimaj/commit/fac04a12f8d3d69e440123bff55a5199c71c55f8"><code>fac04a1</code></a> [maven-release-plugin] prepare release uimaj-3.3.0</li> <li><a href="https://github.com/apache/uima-uimaj/commit/c978235fb1f708f1634ad5eff225b01bd210d9fb"><code>c978235</code></a> Merge branch 'main' into UIMA-6395-Apache-UIMA-Java-SDK-3.3.0-release</li> <li><a href="https://github.com/apache/uima-uimaj/commit/b71af91630ab3b867803c3da5cd6e27b20ed19fa"><code>b71af91</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/apache/uima-uimaj/issues/198">#198</a> from apache/feature/UIMA-6374-Create-CAS-de-serializa...</li> <li><a href="https://github.com/apache/uima-uimaj/commit/c53ad4f20284164df305035310b1e0e2e7916bc9"><code>c53ad4f</code></a> [UIMA-6374] Create CAS (de)serialization test suite</li> <li><a href="https://github.com/apache/uima-uimaj/commit/659d70b7062e5f3449370c5e58aa4d3e3c968318"><code>659d70b</code></a> [UIMA-6395] Apache UIMA Java SDK 3.3.0 release</li> <li><a href="https://github.com/apache/uima-uimaj/commit/b83d5ee2c4bb7d66215b526cd99bc3ad38420a60"><code>b83d5ee</code></a> [UIMA-6395] Apache UIMA Java SDK 3.3.0 release</li> <li>Additional commits viewable in <a href="https://github.com/apache/uima-uimaj/compare/rel/uimaj-3.2.0...rel/uimaj-3.3.0">compare view</a></li> </ul> </details> <br /> [](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) </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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
