Skip to content

Constretto 2.2

Sondre Eikanger Kvalø edited this page Feb 12, 2015 · 1 revision

What's new in 2.2.1

  • Support for specifying default values for Spring property placeholders (i.e ${missingValue:default}). Contributed by PavlikPolivka - pull request #46
  • Updated Spring dependencies to v. 3.2.11

What's new in 2.2.0

  • Improved support for Spring Java Config (issue #41) example
  • Added support for a simple mapping api method as contributed by kenglxn in pull request #41
  • Upgraded Spring dependency to 3.2.9.RELEASE (4.x will be supported in the next major version)
  • Removed direct dependency on commons-logging (the constretto-spring module still has a transitive dependency on it in through its dependency on Spring-Core)
  • Upgraded AspectJ to 1.7.4
  • Upgraded Commons Beanutils to 1.9.1
  • No longer depends on commons-logging. Depends on slf4j-api instead, making it easier to configure your own logging backend
Clone this wiki locally