Skip to content

Commit 0036f28

Browse files
authored
Upgrade icu4j for the ICU analysis plugin to 59.1 (#25243)
* Upgrade icu4j for the ICU analysis plugin to 59.1 Lucene upgraded to 59.1 so we should use the same. Closes #21425 * Add breaking change for the icu upgrade
1 parent 648b471 commit 0036f28

File tree

4 files changed

+9
-2
lines changed

4 files changed

+9
-2
lines changed

docs/reference/migration/migrate_6_0/plugins.asciidoc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,3 +73,10 @@ and `cloud.aws.ec2.region`. Instead, specify the full endpoint.
7373

7474
Previous versions of Elasticsearch would skip hidden files and directories when
7575
scanning the plugins folder. This leniency has been removed.
76+
77+
==== ICU Analysis plugin
78+
79+
The icu4j library has been upgraded to 59.1,
80+
Indices created in the previous major version will need to be reindexed
81+
in order to return correct (and correctly ordered) results,
82+
and to take advantage of new characters.

plugins/analysis-icu/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ esplugin {
2424

2525
dependencies {
2626
compile "org.apache.lucene:lucene-analyzers-icu:${versions.lucene}"
27-
compile 'com.ibm.icu:icu4j:56.1'
27+
compile 'com.ibm.icu:icu4j:59.1'
2828
}
2929

3030
dependencyLicenses {

plugins/analysis-icu/licenses/icu4j-56.1.jar.sha1

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
6f06e820cf4c8968bbbaae66ae0b33f6a256b57f

0 commit comments

Comments
 (0)