Re: Turkish Time Zone name string and translation

2019-11-16 Thread naoto . sato
Letu, Please go ahead and fix the issue in English resource. As to the translation, Oracle l10n will translate it in appropriate locales. Naoto On 11/15/19 5:56 PM, Yang, Letu wrote: Hi Naoto Thank you for the quick response! We will file a ticket later today. Shall we make an effort on fi

Re: Jpackage ignores @2x-files

2019-11-16 Thread Michael Paus
Done: https://bugs.openjdk.java.net/browse/JDK-8234284 --Michael Am 15.11.19 um 19:23 schrieb core-libs-dev-requ...@openjdk.java.net: Message: 5 Date: Fri, 15 Nov 2019 09:05:26 -0800 From: Phil Race To: core-libs-dev@openjdk.java.net Subject: Re: Jpackage ignores @2x-files Message-ID: Content-

Re: RFR(XS): 8234011: (zipfs) Memory leak in ZipFileSystem.releaseDeflater()

2019-11-16 Thread Simonis, Volker
Am 15.11.2019 17:57 schrieb Lance Andersen : > > Hi Volker > > Lines 54.55 ArrayList foo = … > > This could be changed to List foo = … if you wanted > Done and pushed. Thanks for your patience, Volker > otherwise I think you are good to go >> >> On Nov 15, 2019, at 10:41 AM, Langer, Christoph