Go to file
Carter Kozak e2febbdd8c Remove unnecessary iterator allocation in type handlers
HandlerMethodReturnValueHandlerComposite and
AbstractMethodMessageHandler iterate using index over collections
implementing RandomAccess to avoid unnecessary iterators.
2018-04-11 21:39:32 -04:00
.settings/gradle
buildSrc
gradle
spring-aop Polishing 2018-04-11 16:05:35 +02:00
spring-aspects Upgrade framework build to JPA 2.2 and JTA 1.3 2018-04-11 16:06:10 +02:00
spring-beans MethodHandles.Lookup.defineClass for CGLIB class definition purposes 2018-04-11 12:47:55 +02:00
spring-context MethodHandles.Lookup.defineClass for CGLIB class definition purposes 2018-04-11 12:47:55 +02:00
spring-context-indexer Upgrade framework build to JPA 2.2 and JTA 1.3 2018-04-11 16:06:10 +02:00
spring-context-support
spring-core Restore org.springframework.cglib.core.KeyFactoryCustomizer.class 2018-04-11 15:41:40 +02:00
spring-expression
spring-framework-bom
spring-instrument
spring-jcl
spring-jdbc Upgrade framework build to JPA 2.2 and JTA 1.3 2018-04-11 16:06:10 +02:00
spring-jms Upgrade framework build to JPA 2.2 and JTA 1.3 2018-04-11 16:06:10 +02:00
spring-messaging Remove unnecessary iterator allocation in type handlers 2018-04-11 21:39:32 -04:00
spring-orm Upgrade framework build to JPA 2.2 and JTA 1.3 2018-04-11 16:06:10 +02:00
spring-oxm
spring-test Clean up deprecation warning in spring-test 2018-04-11 12:03:55 +02:00
spring-tx Upgrade framework build to JPA 2.2 and JTA 1.3 2018-04-11 16:06:10 +02:00
spring-web Remove write pausing in Undertow response 2018-04-11 14:27:27 -04:00
spring-webflux Improve WebClient test with ParameterizedTypeReference 2018-04-11 16:19:53 -04:00
spring-webmvc Proper exception for controller method return types that do not work with MvcUriComponentsBuilder (e.g. final classes) 2018-04-11 16:05:54 +02:00
spring-websocket
src Document why "charset=UTF-8" is specified for JSON 2018-04-09 12:03:17 +02:00
.editorconfig
.gitignore
.mailmap
CODE_OF_CONDUCT.adoc
CONTRIBUTING.md
README.md
build.gradle Upgrade framework build to Tomcat 9.0 and Undertow 2.0 2018-04-11 16:06:26 +02:00
gradle.properties
gradlew
gradlew.bat
import-into-eclipse.bat
import-into-eclipse.sh
import-into-idea.md
settings.gradle

README.md

Spring Framework

This is the home of the Spring Framework, the foundation for all Spring projects. Together the Spring Framework and the family of Spring projects make up what we call "Spring".

Spring provides everything you need beyond the Java language to create enterprise applications in a wide range of scenarios and architectures. Please read the Overview section in the reference for a more complete introduction.

Code of Conduct

This project is governed by the Spring Code of Conduct. By participating you are expected to uphold this code. Please report unacceptable behavior to spring-code-of-conduct@pivotal.io.

Access to Binaries

For access to artifacts or a distribution zip, see the Spring Framework Artifacts wiki page.

Documentation

The Spring Frameworks maintains reference documentation (published and source), Github wiki pages, and an API reference. There are also guides and tutorials across Spring projects.

Build from Source

See the Build from Source wiki page and also CONTRIBUTING.md.

Stay in Touch

Follow @SpringCentral, @SpringFramework, and its team members on Twitter. In-depth articles can be found at The Spring Blog, and releases are announced via our news feed.

License

The Spring Framework is released under version 2.0 of the Apache License.