v2.7.10
What's Changed
- Improved support for collection types in configuration proxies (by @rgallardo-netflix in #724)
- Parametrized properties can return collections
- Default values for collection-returning methods can be specified with the
@DefaultValue
annotation, instead of only via default method implementations.
- Number parsing is more lenient. Whitespace around a number is trimmed, and longs can have a trailing
L
orl
(by @rgallardo-netflix in #725). - For property sources that return non-string values, we now handle numeric narrowing or widening conversions (by @rgallardo-netflix in #726).
All these changes should be fully backward compatible.
Full Changelog: v2.7.9...v2.7.10