Downloading Spring Framework 3.2.x
        Posted  
        
            by 
                PM 77-1
            
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by PM 77-1
        
        
        
        Published on 2013-08-21T21:47:33Z
        Indexed on 
            2013/10/20
            3:54 UTC
        
        
        Read the original article
        Hit count: 153
        
I'm looking at springsource community download site.
It shows that 3.2.4 is the latest general release. Its zip file has dist suffix and the content is different than the latest in 3.1 branch 3.1.4 (which does not have dist ending).  
3.1.4 has the following directories:
- dist
 - projects
 - src
 
dist folder contains org.springframework...* jars.
3.2.4 has the following directories:
- docs
 - libs
 - schema
 
lib folder contains spring-... jars
Was there a major change between 3.1 and 3.2 releases?  
According to this accepted answer there was but I was not able to find anything about it.
Does anybody have any particulars?
Should I get 3.1.4 for now?
© Stack Overflow or respective owner