Results 1 to 3 of 3

Thread: GA Release timeline?

Hybrid View

  1. #1
    Join Date
    Nov 2009
    Location
    Boston,MA
    Posts
    8

    Default GA Release timeline?

    Folks,

    I couldn't find any information about a GA release schedule for the complete JavaConfig project, is there one scheduled?

    I noticed that a handful of JavaConfig features made it into Spring 3, but I couldn't find things like @ExternalBean...

    Any timeline for when they will be released GA?

    Thanks,

    Matt

  2. #2
    Join Date
    Apr 2007
    Posts
    307

    Default

    Hi Matt,

    There won't be a 1.0 GA release for the JavaConfig project. As you mentioned below, the core functionality has been moved into the core framework for 3.0.

    @ExternalBean is no longer necessary in light of simply using @Autowired.

    If there are other features that you're missing, feel free to ask about them here, or search for / add issues in JIRA.
    Chris Beams
    Spring Framework committer, VMware
    http://github.com/cbeams

  3. #3
    Join Date
    Aug 2008
    Posts
    9

    Default @ComponentScan in Spring 3?

    Hi Chris,

    One feature that seems to not have made it into Spring 3 is @ComponentScan. Is there an alternative way to do this in Spring 3 that I'm overlooking? If not, is this slated to be migrated from JavaConfig to Spring 3?

Posting Permissions

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