RFR: 8016127 - NLS: logging.properties translatability recommendation

Daniel Fuchs daniel.fuchs at oracle.com
Mon Sep 2 14:21:27 UTC 2013


On 9/2/13 4:00 PM, Alan Bateman wrote:
> On 02/09/2013 14:29, Daniel Fuchs wrote:
>> Hi,
>>
>> Please find below a fix for:
>>
>> 8016127: NLS: logging.properties translatability recommendation
>>
>> <http://cr.openjdk.java.net/~dfuchs/webrev_8016127/webrev.03/>
> One thing I notice is that you've changed Level.localizedLevelName to be
> transient so this changes the serialized form (so technically an API
> change). Any issues for interop if this field is null when deserialized?

Hi Alan,

This field was introduced recently by changeset d1668eca22bf,
and should have been declared transient from the start.

<http://hg.openjdk.java.net/jdk8/tl/jdk/diff/d1668eca22bf/src/share/classes/java/util/logging/Level.java>

Mandy asked me to correct it here.

-- daniel

>
> -Alan




More information about the core-libs-dev mailing list