RE: RFR: 8244199: [TestBug]: Update sun/management/jmxremote/bootstrap tests

2020-05-11 Thread Thejasvi Voniadka
Ping.. -Original Message- From: Thejasvi Voniadka Sent: Friday, May 8, 2020 6:17 AM To: core-libs-dev@openjdk.java.net; jmx-...@openjdk.java.net; security-...@openjdk.java.net Subject: RFR: 8244199: [TestBug]: Update sun/management/jmxremote/bootstrap tests Hi, May someone please

RFR: 8244199: [TestBug]: Update sun/management/jmxremote/bootstrap tests

2020-05-07 Thread Thejasvi Voniadka
Hi, May someone please sponsor this patch? Bug: https://bugs.openjdk.java.net/browse/JDK-8244199 Description: The test "test/jdk/sun/management/jmxremote/bootstrap/RmiSslBootstrapTest.sh" fails intermittently on a lower release. While investigating the cause for the failure, I felt

[PATCH] 8244199: [TestBug]: Update sun/management/jmxremote/bootstrap tests

2020-05-05 Thread Thejasvi Voniadka
Hello, A quick follow-up on this request.. -Original Message- From: Thejasvi Voniadka Sent: Monday, May 4, 2020 12:56 PM To: core-libs-dev@openjdk.java.net Subject: [PATCH] 8244199: [TestBug]: Update sun/management/jmxremote/bootstrap tests Hi, May I please find a sponsor for this

RE: [PATCH] 8244199: [TestBug]: Update sun/management/jmxremote/bootstrap tests

2020-05-04 Thread Thejasvi Voniadka
Adding jmx-dev and security-dev. -Original Message- From: Thejasvi Voniadka Sent: Monday, May 4, 2020 12:56 PM To: core-libs-dev@openjdk.java.net Subject: [PATCH] 8244199: [TestBug]: Update sun/management/jmxremote/bootstrap tests Hi, May I please find a sponsor for this patch? Bug

[PATCH] 8244199: [TestBug]: Update sun/management/jmxremote/bootstrap tests

2020-05-04 Thread Thejasvi Voniadka
Hi, May I please find a sponsor for this patch? Bug: https://bugs.openjdk.java.net/browse/JDK-8244199 Description: The test "test/jdk/sun/management/jmxremote/bootstrap/RmiSslBootstrapTest.sh" fails intermittently on a lower release. While investigating the cause for the failure, I fe

RE: RFR: 8158880: test/java/time/tck/java/time/format/TCKDateTimeFormatterBuilder.java fail with zh_CN locale

2019-08-07 Thread Thejasvi Voniadka
Hi Naoto, Thank you for the review. This change has now been pushed. -Original Message- From: Naoto Sato Sent: Thursday, August 01, 2019 9:43 PM To: Thejasvi Voniadka ; i18n-...@openjdk.java.net; core-libs-dev@openjdk.java.net Subject: Re: RFR: 8158880: test/java/time/tck/java/time

RFR: 8158880: test/java/time/tck/java/time/format/TCKDateTimeFormatterBuilder.java fail with zh_CN locale

2019-08-01 Thread Thejasvi Voniadka
Hi, Request you to please review this change. JBS:https://bugs.openjdk.java.net/browse/JDK-8158880 (test/java/time/tck/java/time/format/TCKDateTimeFormatterBuilder.java fail with zh_CN locale) Description:The test " test/java/time/tck/java/time/format/TCKDateTimeFormatterBuilder.java#

RE: RFR: 8160225: java.time.format.DateTimeFormatter issues for month-of-year

2019-07-30 Thread Thejasvi Voniadka
: Naoto Sato Sent: Tuesday, July 30, 2019 9:39 PM To: Thejasvi Voniadka ; core-libs-dev@openjdk.java.net; i18n-...@openjdk.java.net Subject: Re: RFR: 8160225: java.time.format.DateTimeFormatter issues for month-of-year Hi Thejasvi, M/L does not designate textual nor numeric. Thus I don't think

RFR: 8160225: java.time.format.DateTimeFormatter issues for month-of-year

2019-07-30 Thread Thejasvi Voniadka
Hi, Request your review of this simple change. JBS:https://bugs.openjdk.java.net/browse/JDK-8160225 (java.time.format.DateTimeFormatter issues for month-of-year) Description:It is a simple documentation change. The DateTimeFormatter expects the month format to be represented by "L" for

RE: RFR: 8154520: java.time: appendLocalizedOffset() should return the localized "GMT" string

2019-07-09 Thread Thejasvi Voniadka
/format/TestLocalizedOffsetPrinterParser.java. That should provide sufficient coverage towards the functionality. -Original Message- From: Thejasvi Voniadka Sent: Friday, July 05, 2019 9:16 AM To: Roger Riggs ; core-libs-dev@openjdk.java.net; i18n-...@openjdk.java.net Subject: RE: RFR

RE: RFR: 8154520: java.time: appendLocalizedOffset() should return the localized "GMT" string

2019-07-04 Thread Thejasvi Voniadka
Hi Roger,   Thank you for the review. I am in transit this weekend, but I will fix this and republish as soon as I can.     From: Roger Riggs Sent: Wednesday, July 03, 2019 10:46 PM To: Thejasvi Voniadka ; core-libs-dev@openjdk.java.net; i18n-...@openjdk.java.net Subject: Re: RFR: 8154520

RE: RFR: 8154520: java.time: appendLocalizedOffset() should return the localized "GMT" string

2019-07-03 Thread Thejasvi Voniadka
TestLocalizedOffsetPrinterParser.java. -Original Message- From: Naoto Sato Sent: Tuesday, July 02, 2019 9:33 PM To: Thejasvi Voniadka ; core-libs-dev@openjdk.java.net; i18n-...@openjdk.java.net Subject: Re: RFR: 8154520: java.time: appendLocalizedOffset() should return the localized &quo

RE: RFR: 8154520: java.time: appendLocalizedOffset() should return the localized "GMT" string

2019-07-02 Thread Thejasvi Voniadka
. -Original Message- From: Naoto Sato Sent: Monday, July 01, 2019 9:02 PM To: Thejasvi Voniadka ; core-libs-dev@openjdk.java.net; i18n-...@openjdk.java.net Subject: Re: RFR: 8154520: java.time: appendLocalizedOffset() should return the localized "GMT" string Hi Thejasvi,

RFR: 8154520: java.time: appendLocalizedOffset() should return the localized "GMT" string

2019-06-28 Thread Thejasvi Voniadka
Hi, Request you to please review this change. JBS:https://bugs.openjdk.java.net/browse/JDK-8154520 Description:At present, the "DateTimeFormatterBuilder.appendLocalizedOffset()" method formulates the base string as "GMT", without accounting for locale-specific transformations. This