BeanPropertyRowMapper underscoreName prepends redundant underscore when field descriptor begins in uppercase #27929
Labels
in: data
Issues in data modules (jdbc, orm, oxm, tx)
status: superseded
An issue that has been superseded by another
type: regression
A bug that is also a regression
When pojo contains eMail field and Lombok generates setEMail accessor, then BeanPropertyRowMappers underscoreName is _e_mail, which breaks database integration. Symptom appeared with Spring 5.3 from commit 6316a35
The text was updated successfully, but these errors were encountered: