Skip to content

v1.25.3

Compare
Choose a tag to compare
@ghik ghik released this 08 Dec 17:15
· 2349 commits to master since this release

New features in commons-spring

  • ScalaParameterNameDiscoverer - a ParameterNameDiscoverer implementation which uses Java 8 reflection to obtain parameter names or falls back to Scala runtime reflection when under older Java or when parameter names are not present in bytecode
  • ScalaDefaultValuesInjector - a BeanFactoryPostProcessor implementation which injects default values of Scala constructor and factory method arguments into bean definitions if they are lacking.