On Wed, Oct 29, 2025 at 11:50 PM Anh Dũng Bùi <[email protected]> wrote: > > Thanks Dawid! > > What you said makes sense (reducing build time and catch inconsistency). > > I have some follow-up questions, when is the ICU library usually upgraded > (I previously thought of a major release, but the last upgrade seems to be > in the middle (10.1 to 10.2)), and are there any drawbacks on upgrading the > ICU library whenever it's released? Maybe it adds some workloads, but maybe > it can be automated?
In the past this was inconsistent, it was "whenever there was time". Now at least dependabot alerts us by sending a PR, so maybe that improves. There is automation run by "gradle regenerate" that handles the upgrade. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
