Thursday, June 21, 2012

Spring 3.2 M1 released...

Spring 3.2 comes with a lot of new stuff. Below is a brief listing of the features that are in 3.2 version:
  1. Initial support for asynchronous @Controller methods
  2. Early support for JCache-based cache providers
  3. Significant performance improvements in autowiring of non-singleton beans
  4. Initial delay support for @Scheduled
  5. Ability to choose between multiple executuors with @Async
  6. Enhanced bean profile selection using the not (!) operator
  7. 47 bugs fixed, 8 new features and 36 improvements implemented
There are a lot of other stuff.. checkout Spring source website ...

No comments:

Post a Comment