1.1.3
sai-pullabhotla
released this
14 Dec 03:17
·
131 commits
to master
since this release
- Fixed an issue with the way Catatumbo was determining the accessor method names for the fields of an entity. In some rare cases, the expected method names were not matching the method names produced by popular IDEs. For example, if you have a field named
aUser
, Catatumbo was expectingsetAUser
andgetAuser
methods, while the IDEs generatesetaUser
andgetaUser
. This fix makes Catatumbo to be compliant with IDEs and JavaBeans standards. See Issue #96 for more details.