Skip to main content

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

https://bugs.eclipse.org/bugs/show_bug.cgi?id=234222
Description: property name generation differs from Introspector.decapitalize

This change will affect users who were relying on the incorrect property names (unknowingly or to workaround this issue). The change will cause the first letter to remain capitalized when processing method names where the following letter is also capitalized - for example getCCustomer would have had a 'cCustomer' property name but after the patch will have a 'CCustomer' property name as per the JPA spec.

Checked into trunk
Reviewed by Andrei Ilitchev
JPA full regression tests passed


Back to the top