Releases: 42BV/beanmapper-spring-boot-starter
Releases · 42BV/beanmapper-spring-boot-starter
v5.0.5
What's Changed
- Updated BeanMapper-Spring to version 5.0.5, adding Diagnostics
Full Changelog: beanmapper-spring-boot-starter-5.0.4...beanmapper-spring-boot-starter-5.0.5
v5.0.4
- Updated BeanMapper-Spring to version 5.0.4
Full Changelog: beanmapper-spring-boot-starter-5.0.4...beanmapper-spring-boot-starter-5.0.4
beanmapper-spring-boot-starter-5.0.3
- Updated BeanMapper-Spring to version 5.0.3
v5.0.2
What's Changed
- Implementations of the LogicSecuredCheck-interface can now be marked and used as @Component-beans.
- Bump beanmapper-spring from 5.0.1 to 5.0.2
- Bump spring-boot from 3.0.2 to 3.2.1
Full Changelog: beanmapper-spring-boot-starter-5.0.1...beanmapper-spring-boot-starter-5.0.2
v4.1.1
- Updating to BeanMapper-Spring v4.1.1, due to Jackson vulnerability.
v4.1.0
- Updated BeanMapper and BeanMapper-Spring to v4.1.0
v4.0.1
- Updated BeanMapper and BeanMapper-Spring dependencies to version 4.0.1
v4.0.0
3.2.0
3.1.1
A bug with a possible circular spring bean dependency was resolved in this release.
BeanMapper bean creation depended on the existence of an AuthenticationManager bean, this check resulted in a circular dependency because this spring-security bean will only be created untill WebMvcAutoConfiguration has been completed. And MergedFormConfig will be created during this step because it's a WebMvcConfigurer. To complete the cycle, MergedFormConfig depends on a BeanMapper bean.