Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 17, 2025

Bumps com.ibm.icu:icu4j from 76.1 to 77.1.

Release notes

Sourced from com.ibm.icu:icu4j's releases.

ICU 77.1

We are pleased to announce the release of Unicode® ICU 77. It updates to CLDR 47 (beta blog) locale data with new locales, and various additions and corrections.

ICU 77 is mostly focused on bug fixes, segmentation conformance, and other refinements.

The Java technology preview implementation of the CLDR MessageFormat 2.0 specification has been updated to incorporate the CLDR 46.1 spec plus most but not all of the CLDR 47 changes. The C++ technology preview implementation of MessageFormat 2.0 is not yet quite up to date with CLDR 46.1.

Please note that for ICU 78 (2025-oct) we are planning to (a) upgrade from Java 8 to Java 11, and (b) remove the ICU4J Locale Service Provider. See the ICU 77 page for details.

ICU 77 RC

We are pleased to announce the release candidate for Unicode® ICU 77. It updates to CLDR 47 (alpha blog) locale data with new locales, and various additions and corrections.

ICU 77 is mostly focused on bug fixes, segmentation conformance, and other refinements.

The Java technology preview implementation of the CLDR MessageFormat 2.0 specification has been updated to incorporate the CLDR 46.1 spec plus most but not all of the CLDR 47 changes. The C++ technology preview implementation of MessageFormat 2.0 is not yet quite up to date with CLDR 46.1.

For details, please see https://unicode-org.github.io/icu/download/77.html.

Please test this release candidate on your platforms and report bugs and regressions by Monday, 2025-mar-10, via the icu-support mailing list, and/or please find/submit error reports.

Please do not use this release candidate in production.

The preliminary API reference documents are published on unicode-org.github.io/icu-docs/ – follow the “Dev” links there.

Commits

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

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

Bumps [com.ibm.icu:icu4j](https://github.com/unicode-org/icu) from 76.1 to 77.1.
- [Release notes](https://github.com/unicode-org/icu/releases)
- [Commits](https://github.com/unicode-org/icu/commits)

---
updated-dependencies:
- dependency-name: com.ibm.icu:icu4j
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Mar 17, 2025
@tballison
Copy link
Contributor

This requires some investigation and coordination with Apache Solr's dependencies.

@rzo1 rzo1 requested a review from mvolikas April 10, 2025 13:41
@rzo1
Copy link
Contributor

rzo1 commented Apr 10, 2025

@mvolikas Would you mind having a look with your SOLR expertise? :)

Copy link
Contributor

@mvolikas mvolikas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

From what I found, solr 9.8.1 depends on icu4j:74.2.
We use icu4j in CharsetIdentification, which is in turn used by JSoupParserBolt.
I ran stormcrawler-solr with this branch (icu4j:77.1) and there were no errors, so I guess we are fine. @tballison Do you have anything specific to test in mind?

@rzo1
Copy link
Contributor

rzo1 commented Apr 22, 2025

@mvolikas Thanks. Let's integrate it.

@rzo1 rzo1 added this to the 3.3.1 milestone Apr 22, 2025
@rzo1 rzo1 merged commit 3339a29 into main Apr 22, 2025
2 checks passed
@dependabot dependabot bot deleted the dependabot/maven/com.ibm.icu-icu4j-77.1 branch April 22, 2025 13:23
@tballison
Copy link
Contributor

tballison commented Apr 22, 2025

Sorry for the hesitation above. It looks like solrj doesn't even bring it in. Where I've run into problems is integrating Lucene analyzers/tokenfilters that use icu4j into a stormcrawler filter. There, the version matters. I thought that solrj brought in the whole kit and kaboodle of lucene and its analyzers, but it doesn't.

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 java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants