Go to file
Dmitrii Bocharov ce778cee27 Fix spring-orm tests with eclipselink and Java 18+
See gh-31078
2023-10-24 16:49:58 +02:00
.github
buildSrc Polish "Order modifiers to align with JLS" 2023-10-17 16:16:58 +02:00
ci Configure JDK 22 compatibility build on CI 2023-10-19 13:59:13 +02:00
framework-api
framework-bom
framework-docs Clarify the semantic of lite mode 2023-10-24 16:00:48 +02:00
framework-platform Fix spring-orm tests with eclipselink and Java 18+ 2023-10-24 16:49:58 +02:00
gradle Configure JDK 22 compatibility build on CI 2023-10-19 13:59:13 +02:00
integration-tests Update copyright headers 2023-10-22 11:28:40 +02:00
spring-aop Polishing 2023-10-23 17:36:06 +02:00
spring-aspects Polish "Apply SingleSpaceSeparator Checkstyle module" 2023-10-22 14:18:18 +02:00
spring-beans Better error reporting when instance does not match factory method 2023-10-24 13:29:12 +02:00
spring-context Fix typo 2023-10-24 16:44:58 +02:00
spring-context-indexer
spring-context-support Apply SingleSpaceSeparator Checkstyle module 2023-10-22 14:09:57 +02:00
spring-core Consistent Class and array matching with Class comparison shortcut 2023-10-24 16:42:52 +02:00
spring-core-test Apply SingleSpaceSeparator Checkstyle module 2023-10-22 14:09:57 +02:00
spring-expression Apply SingleSpaceSeparator Checkstyle module 2023-10-22 14:09:57 +02:00
spring-instrument
spring-jcl
spring-jdbc Test quoted identifiers in schema in SimpleJdbcInsert 2023-10-24 14:36:10 +02:00
spring-jms Polishing 2023-10-23 16:56:40 +02:00
spring-messaging Polish "Apply SingleSpaceSeparator Checkstyle module" 2023-10-22 14:18:18 +02:00
spring-orm Fix spring-orm tests with eclipselink and Java 18+ 2023-10-24 16:49:58 +02:00
spring-oxm Polish "Apply SingleSpaceSeparator Checkstyle module" 2023-10-22 14:18:18 +02:00
spring-r2dbc Apply SingleSpaceSeparator Checkstyle module 2023-10-22 14:09:57 +02:00
spring-test MockMvcBuilder supports filter name in addition to initParams 2023-10-24 10:33:58 +01:00
spring-tx Polish "Apply SingleSpaceSeparator Checkstyle module" 2023-10-22 14:18:18 +02:00
spring-web Use StreamingHttpOutputMessage.Body.repeatable in OkHttp3ClientHttpRequest 2023-10-24 16:12:26 +02:00
spring-webflux Merge branch '6.0.x' 2023-10-24 10:57:09 +02:00
spring-webmvc Merge branch '6.0.x' 2023-10-24 12:58:31 +01:00
spring-websocket Polish "Apply SingleSpaceSeparator Checkstyle module" 2023-10-22 14:18:18 +02:00
src Polish "Apply SingleSpaceSeparator Checkstyle module" 2023-10-22 14:18:18 +02:00
.editorconfig
.gitattributes
.gitignore
.mailmap
.sdkmanrc
CODE_OF_CONDUCT.adoc
CONTRIBUTING.md
LICENSE.txt
README.md
SECURITY.md
build.gradle
gradle.properties
gradlew
gradlew.bat
import-into-eclipse.md
import-into-idea.md
settings.gradle
update_copyright_headers.sh

README.md

Spring Framework Build Status Revved up by Gradle Enterprise

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 of the reference documentation 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.

Micro-Benchmarks

See the Micro-Benchmarks wiki page.

Build from Source

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

Continuous Integration Builds

Information regarding CI builds can be found in the Spring Framework Concourse pipeline documentation.

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 releases feed.

License

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