Skip to content

Feature/upgrade to beanutils2#19

Open
datazuul wants to merge 2 commits intoapache:masterfrom
datazuul:feature/upgrade-to-beanutils2
Open

Feature/upgrade to beanutils2#19
datazuul wants to merge 2 commits intoapache:masterfrom
datazuul:feature/upgrade-to-beanutils2

Conversation

@datazuul
Copy link
Contributor

@datazuul datazuul commented Feb 1, 2026

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant