apache / lucene

Apache Lucene open-source search software
https://lucene.apache.org/
Apache License 2.0
2.46k stars 979 forks source link

upgrade icu4j to 74.2 #13239

Closed rmuir closed 2 months ago

rmuir commented 3 months ago

Current ICU version is ancient (70.1): Upgrade to the latest 74.2 release supporting Unicode 15.1 Practically, because testEmojiFromTheFuture() passes, we don't behave that out-of-date to end-users. But the algorithms and code here get maintained, improved, etc, bugs get fixed, we should upgrade. It would also be confusing for 10.0 to support older unicode version than the JDK itself.