Results 1 to 3 of 3

Thread: Spring JavaConfig 1.0.0.M4 Released

  1. #1
    Join Date
    Apr 2007
    Posts
    307

    Default Spring JavaConfig 1.0.0.M4 Released

    Dear Spring Community,

    We are pleased to announce that Spring JavaConfig 1.0.0.M4 is now available.

    Download | Reference Docs | API Docs

    Major Highlights
    • @AnnotationDrivenTx - support for declarative transaction management
    • @AnnotationDrivenConfig - support for @Autowired, @Resource, et al.
    • @ComponentScan - scan for @Component classes directly from JavaConfig
    • @AspectJAutoProxy - first-class support for @Aspect beans
    • @MBeanExport - first class support for exporting JMX MBeans
    • Complete PetClinic sample now available with distribution demonstrating use of JavaConfig
    • Improved support for externalized values with @ExternalValue and @PropertiesValueSource
    • @ImportXml - bootstrap Spring XML bean definitions from JavaConfig
    • Improved error handling
    • ... and dozens of other resolved issues


    Please give this milestone a test drive, and provide your feedback through the Spring JavaConfig Forum or Issue Tracker. For more information, visit the Spring JavaConfig Home.
    Chris Beams
    Spring Framework committer, VMware
    http://github.com/cbeams

  2. #2
    Join Date
    Aug 2008
    Location
    Billings, Montana
    Posts
    47

    Default

    Congratulations Chris on this major milestone. SJC rocks!

    -Arul

  3. #3
    Join Date
    May 2007
    Posts
    157

    Default

    Will, besides SpringSource Milestone Maven Repo, javaconfig 1.0.0.M4 be released on Maven central repo? Latest one in Maven central at the moment is 1.0.0.m3.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •