X Tutup
The Wayback Machine - https://web.archive.org/web/20200512135552/https://github.com/spring-projects/spring-framework
Skip to content
Java Kotlin Groovy AspectJ FreeMarker CSS
Branch: master
Clone or download

Latest commit

chenqimiao Use computeIfAbsent in ResourceBundleMessageSource
This commit optimizes code in ResourceBundleMessageSource
by using computeIfAbsent instead of putIfAbsent.

In addition, the content of some Javadoc has been adjusted.

Closes gh-25054
Latest commit 311b333 May 12, 2020

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.github Add "Affects" field to issue template Jan 18, 2019
buildSrc Upgrade to Gradle Enterprise 3.2 Apr 29, 2020
ci Add Release pipeline for Milestone versions May 7, 2020
framework-bom Remove BOM workaround Apr 28, 2020
gradle Upgrade to Gradle 6.4 May 6, 2020
integration-tests Upgrade to AssertJ 3.16 May 6, 2020
spring-aop Update Javadoc for LazyInitTargetSourceCreator May 12, 2020
spring-aspects Remove unnecessary dependency on spring-orm Feb 17, 2020
spring-beans Upgrade to AssertJ 3.16 May 6, 2020
spring-context-indexer Polish contribution Mar 26, 2020
spring-context-support Upgrade to AssertJ 3.16 May 6, 2020
spring-context Use computeIfAbsent in ResourceBundleMessageSource May 12, 2020
spring-core Deprecate support for RxJava 1.x May 11, 2020
spring-expression Upgrade to AssertJ 3.16 May 6, 2020
spring-instrument Delete obsolete log4j config Mar 18, 2020
spring-jcl Polishing Jan 28, 2020
spring-jdbc Introduce JdbcTransactionManager with SQLExceptionTranslator support May 6, 2020
spring-jms Upgrade to AssertJ 3.16 May 6, 2020
spring-messaging Upgrade to RSocket 1.0.0 May 12, 2020
spring-orm Fix faulty tests Apr 2, 2020
spring-oxm Use SingletonSupplier for XStream instance in XStreamMarshaller May 7, 2020
spring-test Update Javadoc for TestContextTransactionUtils May 11, 2020
spring-tx Align TransactionManagementConfigurer support in TCF with production May 11, 2020
spring-web Reject "/path/**/other" patterns in PathPatternParser May 11, 2020
spring-webflux Use weak ETags in VersionResourceResolver May 11, 2020
spring-webmvc Merge branch '5.2.x' May 12, 2020
spring-websocket Deprecate unused method May 8, 2020
src Deprecate support for RxJava 1.x May 11, 2020
.editorconfig Add EditorConfig Jun 12, 2017
.gitattributes Ensure line endings for binary files are not modified in Git Oct 18, 2019
.gitignore Rename non-Framework project modules Aug 21, 2019
.mailmap Change gopivotal.com to pivotal.io Oct 5, 2014
CODE_OF_CONDUCT.adoc URL Cleanup Mar 27, 2019
CONTRIBUTING.md Update StackOverflow link Apr 20, 2020
LICENSE.txt Add LICENSE.txt file Aug 20, 2019
README.md Move spring-framework.png to src/docs folder Apr 29, 2020
SECURITY.md Create SECURITY.md May 23, 2019
build.gradle Upgrade to RSocket 1.0.0 May 12, 2020
gradle.properties Next Development Version Apr 28, 2020
gradlew Upgrade to Gradle 6.4 May 6, 2020
gradlew.bat Upgrade to Gradle 6.4 May 6, 2020
import-into-eclipse.md Polishing regarding AJDT versions Jan 13, 2020
import-into-idea.md URL Cleanup Mar 27, 2019
settings.gradle Ensure that build directory exists before writing Apr 29, 2020

README.md

Spring Framework Build Status

This is the home of the Spring Framework: the foundation for all Spring projects. Collectively the Spring Framework and the family of Spring projects are often referred to simply as "Spring".

Spring provides everything required beyond the Java programming language for creating enterprise applications for a wide range of scenarios and architectures. Please read the Overview section as 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 of conduct. 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 Framework 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 the CONTRIBUTING.md file.

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.

You can’t perform that action at this time.
X Tutup