You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tika.apache.org by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2023/12/07 05:33:30 UTC

[PR] Bump org.apache.uima:uimaj-core from 3.4.1 to 3.5.0 [tika]

dependabot[bot] opened a new pull request, #1487:
URL: https://github.com/apache/tika/pull/1487

   Bumps [org.apache.uima:uimaj-core](https://github.com/apache/uima-uimaj) from 3.4.1 to 3.5.0.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/apache/uima-uimaj/releases">org.apache.uima:uimaj-core's releases</a>.</em></p>
   <blockquote>
   <h2>Apache UIMA Java SDK 3.5.0</h2>
   <!-- raw HTML omitted -->
   <h1>Apache UIMA (Unstructured Information Management Architecture) v3.5.0 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/#list.issues">List of JIRA Issues Fixed 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</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">org.apache.uima:uimaj-core's changelog</a>.</em></p>
   <blockquote>
   <h1>Apache UIMA (Unstructured Information Management Architecture) v3.5.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
   &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++.</p>
   <h2><!-- raw HTML omitted -->Notable changes in this release<!-- raw HTML omitted --></h2>
   <p>This is a feature and bug fix release.</p>
   <h2>System requirements updated</h2>
   <ul>
   <li>Minimum Java version required: 17 or later</li>
   <li>Minimum Eclipse version required: 4.25 (2022-09)</li>
   </ul>
   <h2>What's Changed</h2>
   <ul>
   <li>⭐️ Issue <a href="https://redirect.github.com/apache/uima-uimaj/issues/327">#327</a>: Provide a BOM</li>
   <li>⭐️ Issue <a href="https://redirect.github.com/apache/uima-uimaj/issues/341">#341</a>: Deploy Eclipse feature definitions to Maven repo</li>
   <li>🦟 Issue <a href="https://redirect.github.com/apache/uima-uimaj/issues/315">#315</a>: ThreadContextClassLoader ignored by ResourceManager when extension classloader is set</li>
   <li>🦟 Issue <a href="https://redirect.github.com/apache/uima-uimaj/issues/320">#320</a>: Copy of FsIterator_set_sorted_pear does not retain position</li>
   <li>🦟 Issue <a href="https://redirect.github.com/apache/uima-uimaj/issues/337">#337</a>: Component description editor may not open in Eclipse</li>
   <li>🦟 Issue <a href="https://redirect.github.com/apache/uima-uimaj/issues/346">#346</a>: Helper annotation created by subiterator may remain in CAS</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/af0246a41be97224289b255b498996cabdffe9e5"><code>af0246a</code></a> [maven-release-plugin] prepare release uimaj-3.5.0</li>
   <li><a href="https://github.com/apache/uima-uimaj/commit/795a3f0523b23949c7fbe8457fa4fdcd0d1383ab"><code>795a3f0</code></a> Issue <a href="https://redirect.github.com/apache/uima-uimaj/issues/356">#356</a>: Apache UIMA Java SDK 3.5.0</li>
   <li><a href="https://github.com/apache/uima-uimaj/commit/a4a26cf999b8c5ad1038bbfd76e0bf0cf1010729"><code>a4a26cf</code></a> Issue <a href="https://redirect.github.com/apache/uima-uimaj/issues/356">#356</a>: Apache UIMA Java SDK 3.5.0</li>
   <li><a href="https://github.com/apache/uima-uimaj/commit/0a38de53943cd95438b3c6f16ccc365d889e31c7"><code>0a38de5</code></a> Issue <a href="https://redirect.github.com/apache/uima-uimaj/issues/356">#356</a>: Apache UIMA Java SDK 3.5.0</li>
   <li><a href="https://github.com/apache/uima-uimaj/commit/35ab3796b6bfe3b13e5aa584fe7fd94cadc04d8a"><code>35ab379</code></a> Issue <a href="https://redirect.github.com/apache/uima-uimaj/issues/356">#356</a>: Apache UIMA Java SDK 3.5.0</li>
   <li><a href="https://github.com/apache/uima-uimaj/commit/923ad046bef333be8c489ee18b8fc28ff30dc2ee"><code>923ad04</code></a> Issue <a href="https://redirect.github.com/apache/uima-uimaj/issues/356">#356</a>: Apache UIMA Java SDK 3.5.0</li>
   <li><a href="https://github.com/apache/uima-uimaj/commit/7d6beb9796d00696160920ee26bef7df855cfa93"><code>7d6beb9</code></a> Merge branch 'main' into 356-Apache-UIMA-Java-SDK-3.5.0</li>
   <li><a href="https://github.com/apache/uima-uimaj/commit/bd55c6db1cae1fbb4af8c4476213caca6d89695a"><code>bd55c6d</code></a> Merge pull request <a href="https://redirect.github.com/apache/uima-uimaj/issues/363">#363</a> from apache/refactoring/325-Update-dependencies</li>
   <li><a href="https://github.com/apache/uima-uimaj/commit/88a6aa4761c17c2201b2013017d9067c3a5b4414"><code>88a6aa4</code></a> Issue <a href="https://redirect.github.com/apache/uima-uimaj/issues/325">#325</a>: Update dependencies</li>
   <li><a href="https://github.com/apache/uima-uimaj/commit/25c221bb4c70d041abe78e21bf487b4a1933aa75"><code>25c221b</code></a> Issue <a href="https://redirect.github.com/apache/uima-uimaj/issues/325">#325</a>: Update dependencies</li>
   <li>Additional commits viewable in <a href="https://github.com/apache/uima-uimaj/compare/rel/uimaj-3.4.1...rel/uimaj-3.5.0">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=3.4.1&new-version=3.5.0)](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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency
   - `@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: dev-unsubscribe@tika.apache.org

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


Re: [PR] Bump org.apache.uima:uimaj-core from 3.4.1 to 3.5.0 [tika]

Posted by "THausherr (via GitHub)" <gi...@apache.org>.
THausherr closed pull request #1487: Bump org.apache.uima:uimaj-core from 3.4.1 to 3.5.0
URL: https://github.com/apache/tika/pull/1487


-- 
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-unsubscribe@tika.apache.org

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


Re: [PR] Bump org.apache.uima:uimaj-core from 3.4.1 to 3.5.0 [tika]

Posted by "dependabot[bot] (via GitHub)" <gi...@apache.org>.
dependabot[bot] commented on PR #1487:
URL: https://github.com/apache/tika/pull/1487#issuecomment-1844790471

   OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting `@dependabot ignore this major version` or `@dependabot ignore this minor version`. You can also ignore all major, minor, or patch releases for a dependency by adding an [`ignore` condition](https://docs.github.com/en/code-security/supply-chain-security/configuration-options-for-dependency-updates#ignore) with the desired `update_types` to your config file.
   
   If you change your mind, just re-open this PR and I'll resolve any conflicts on it.


-- 
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-unsubscribe@tika.apache.org

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