Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipse-dev] Do we still need ICU4J?

Same answer almost 99% of the RCP apps can run on icu4j.base in efxclipse we only add that to the prebuilt target.

Only important thing is that everyone uses package imports and for all platform-ui bundles this is the case.

Tom

Von meinem iPhone gesendet

> Am 18.02.2020 um 18:56 schrieb Lars Vogel <Lars.Vogel@xxxxxxxxxxx>:
> 
> Hi Alexander,
> 
> I have multiple RCP customers which would be happy if the 13MB could
> be dropped from the platform.
> 
> +1 for getting rid of it.
> 
> Best regards, Lars
> 
>> On Tue, Feb 18, 2020 at 6:06 PM Aleksandar Kurtakov <akurtako@xxxxxxxxxx> wrote:
>> 
>> Hey everyone,
>> In the past we needed ICU4J so Eclipse can support latest Unicode. But with the new JVM cadence Java supports ICU4J pretty much at the same time the JVM does. Keeping uptodate icu4j requires work in Orbit to get it integrated (and used to be non-trivial but this is hopefully improved now).
>> Considering that we are not doing very good work in keeping uptodate icu4j (master has 64.2 while latest is 65.1) we may even face a case where using icu4j is holding off people that run on latest JVM from proper Unicode support. Although, I don't believe that there is anything added in either JVM or ICU4J that is of any practical use for us. Reading http://site.icu-project.org/home/why-use-icu4j most of the reasons to use it are for pre Java 6.
>> I questioned the need for it after discussion with JDT.LS people what/why is it needed as it needlessly add 13MB which is huge size when deployed to thousands of containers. Eclipse RCP apps face the same issue for sure.
>> So do we still need for something or we can start phasing it out ?
>> 
>> P.S. I know that would be probably 2 years of effort.
>> 
>> --
>> Alexander Kurtakov
>> Red Hat Eclipse Team
>> _______________________________________________
>> eclipse-dev mailing list
>> eclipse-dev@xxxxxxxxxxx
>> To change your delivery options, retrieve your password, or unsubscribe from this list, visit
>> https://www.eclipse.org/mailman/listinfo/eclipse-dev
> 
> 
> 
> -- 
> Eclipse Platform project co-lead
> CEO vogella GmbH
> 
> Haindaalwisch 17a, 22395 Hamburg
> Amtsgericht Hamburg: HRB 127058
> Geschäftsführer: Lars Vogel, Jennifer Nerlich de Vogel
> USt-IdNr.: DE284122352
> Fax (040) 5247 6322, Email: lars.vogel@xxxxxxxxxxx, Web: http://www.vogella.com
> _______________________________________________
> eclipse-dev mailing list
> eclipse-dev@xxxxxxxxxxx
> To change your delivery options, retrieve your password, or unsubscribe from this list, visit
> https://www.eclipse.org/mailman/listinfo/eclipse-dev


Back to the top