Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.3-next-M1
-
None
-
None
Description
Only BeanUtils#setProperty is used, i think we can easily reimplement it.
Its only
- get the property of the target class
- convert the a string value to the target type (only value types are allowed here!)
- set the property
- and a small property cache
should be ~300 lines of code vs a 250kb lib and dependency.