Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-dev] Fix for bug 285691 checked in

A fix for the following bug has been checked in:

Bug 285691 - @Mutable does not work for arrays of type Byte[], char[], Character[]
https://bugs.eclipse.org/bugs/show_bug.cgi?id=285691

Fields of type Byte[], char[], and Character[] that are annotated with @Mutable are now supported correctly.

- Fixed AbstractDirectMapping buildCloneValue to clone Byte[], char[] and Char[] data, building on a similar fix from bug 252047 with byte[] data
- Updated TestBasicFieldTypes and TestBasicPropertyTypes to remove @Bugzilla bug annotations

Contributed: Konstantin Schwed

Testing: LRG, JPA LRG (Oracle & MySQL) - no additional failures

Contributed patch: +iplog

--
Oracle
David Minsky | Senior Member of Technical Staff
Phone: +1 613 2884605
Oracle Oracle Server Technologies Sustaining Engineering
ORACLE Canada | 45 O'Connor Street, Ottawa, Ontario | K1P 1A4

Green
          Oracle Oracle is committed to developing practices and products that help protect the environment

Back to the top