Go to file
Sam Brannen 2567b20949 Upgrade to spring-javaformat 0.0.28 and downgrade to Checkstyle 8.41
In order to be able to use text blocks and other new Java language
features, we are upgrading to a recent version of Checkstyle.

The latest version of spring-javaformat-checkstyle (0.0.28) is built
against Checkstyle 8.32 which does not include support for language
features such as text blocks. Support for text blocks was added in
Checkstyle 8.36.

In addition, there is a binary compatibility issue between
spring-javaformat-checkstyle 0.0.28 and Checkstyle 8.42. Thus we cannot
use Checkstyle 8.42 or higher.

In this commit, we therefore upgrade to spring-javaformat-checkstyle
0.0.28 and downgrade to Checkstyle 8.41.

This change is being applied to `5.3.x` as well as `main` in order to
benefit from the enhanced checking provided in more recent versions of
Checkstyle.

Closes gh-27481
2021-09-28 10:29:31 +02:00
.github
buildSrc Upgrade to JApicmp Gradle Plugin 0.3.0 2021-09-15 14:40:42 +02:00
ci Watch 5.3.x branch in the CI pipeline 2021-09-15 12:17:07 +02:00
framework-bom
gradle Remove Eclipse Web Tools Platform (WTP) configuration 2021-09-21 12:37:51 +02:00
integration-tests
spring-aop Upgrade to spring-javaformat 0.0.28 and downgrade to Checkstyle 8.41 2021-09-28 10:29:31 +02:00
spring-aspects Upgrade to spring-javaformat 0.0.28 and downgrade to Checkstyle 8.41 2021-09-28 10:29:31 +02:00
spring-beans Upgrade to spring-javaformat 0.0.28 and downgrade to Checkstyle 8.41 2021-09-28 10:29:31 +02:00
spring-context Upgrade to spring-javaformat 0.0.28 and downgrade to Checkstyle 8.41 2021-09-28 10:29:31 +02:00
spring-context-indexer
spring-context-support
spring-core Upgrade to spring-javaformat 0.0.28 and downgrade to Checkstyle 8.41 2021-09-28 10:29:31 +02:00
spring-expression Upgrade to spring-javaformat 0.0.28 and downgrade to Checkstyle 8.41 2021-09-28 10:29:31 +02:00
spring-instrument
spring-jcl
spring-jdbc Upgrade to spring-javaformat 0.0.28 and downgrade to Checkstyle 8.41 2021-09-28 10:29:31 +02:00
spring-jms Upgrade to spring-javaformat 0.0.28 and downgrade to Checkstyle 8.41 2021-09-28 10:29:31 +02:00
spring-messaging Upgrade to spring-javaformat 0.0.28 and downgrade to Checkstyle 8.41 2021-09-28 10:29:31 +02:00
spring-orm
spring-oxm Avoid usage of deprecated Gradle API in spring-oxm.gradle 2021-09-14 11:35:12 +02:00
spring-r2dbc Migrate CoroutinesUtils to Java 2021-09-13 17:39:45 +02:00
spring-test Upgrade to spring-javaformat 0.0.28 and downgrade to Checkstyle 8.41 2021-09-28 10:29:31 +02:00
spring-tx Migrate CoroutinesUtils to Java 2021-09-13 17:39:45 +02:00
spring-web Upgrade to spring-javaformat 0.0.28 and downgrade to Checkstyle 8.41 2021-09-28 10:29:31 +02:00
spring-webflux Upgrade to spring-javaformat 0.0.28 and downgrade to Checkstyle 8.41 2021-09-28 10:29:31 +02:00
spring-webmvc Upgrade to spring-javaformat 0.0.28 and downgrade to Checkstyle 8.41 2021-09-28 10:29:31 +02:00
spring-websocket Upgrade to spring-javaformat 0.0.28 and downgrade to Checkstyle 8.41 2021-09-28 10:29:31 +02:00
src Upgrade to spring-javaformat 0.0.28 and downgrade to Checkstyle 8.41 2021-09-28 10:29:31 +02:00
.editorconfig
.gitattributes
.gitignore
.mailmap
CODE_OF_CONDUCT.adoc
CONTRIBUTING.md
LICENSE.txt
README.md
SECURITY.md
build.gradle Upgrade to spring-javaformat 0.0.28 and downgrade to Checkstyle 8.41 2021-09-28 10:29:31 +02:00
gradle.properties Next development version (v5.3.11-SNAPSHOT) 2021-09-15 07:24:10 +00:00
gradlew
gradlew.bat
import-into-eclipse.md About notes about AJDT and Kotlin not supported in Eclipse 4.21 2021-09-21 14:23:02 +02:00
import-into-idea.md
settings.gradle Migrate CoroutinesUtils to Java 2021-09-13 17:39:45 +02:00

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

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

License

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