mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
2fe74a4ef0
The contents of this file could be problematic as they were generated by spring-build with "org.springframework.core.jar" EBR-style naming, but this naming is incorrect when dealing with Maven-central style artifacts, e.g. spring-core.jar. While a well-formed INDEX.LIST may speed up classloading, the simplest solution to the issues listed below is simply to eliminate the file. This also means consistent treatment across 3.1.x and 3.2.x artifacts, as the new Gradle build in 3.2.x does not create these index files. Issue: SPR-6383, SPR-9208
SPRING FRAMEWORK 3.1.1 (February 2012) -------------------------------------- http://www.springsource.org 1. INTRODUCTION Spring Framework 3.1 builds on the Spring Framework 3.0 foundation with a focus on Java-based application configuration and MVC enhancements. 2. RELEASE NOTES This release comes with complete reference documentation. For further details, consult the provided javadoc for specific packages and classes. 3. DISTRIBUTION JAR FILES The Spring Framework module jar files can be found in the 'dist' directory. Note that this release does not contain a 'spring.jar' file anymore, in contrast to previous Spring generations. Furthermore, the jar file names now follow bundle repository conventions. 4. GETTING STARTED Please consult the blog examples at http://blog.springsource.com as well as sections of interest in the reference documentation. Sample applications and related material are provided as separate downloads.