datazuul opened a new pull request, #19: URL: https://github.com/apache/empire-db/pull/19
Upgrading to BeanUtils2 enables mapping to target bean properties of additional types, especially: URI, UUID, LocalDate, LocalDateTime, LocalTime, OffsetDateTime, OffsetTime, ZonedDateTime Mapping from Timestamp to LocalDateTime was not possible before when using context.getUtils().queryBean(cmd, User.class); for User having created and lastModified fields of type LocalDateTime (No big migrations needed, just renaming package to beanutils2) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
