Skip to content

v2.7.10

Latest
Compare
Choose a tag to compare
@rgallardo-netflix rgallardo-netflix released this 24 May 18:39
ffed4cb

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 or l (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