v2.4.0
What's Changed
- New
keys()
method inConfig
returns anIterable
, instead of anIterator
by @kilink in #649 - Property objects returned by
DefaultPropertyFactory
now have a usefultoString()
by @smadappa in #610 - Small performance update: Call getParameterCount on Method by @kilink in #650
- Fix issues identified by errorprone by @kilink in #648
New Contributors
Full Changelog: v2.3.21...v2.4.0