Skip to content

Commit 6c341ac

Browse files
authored
Merge branch 'spring-projects:main' into master
2 parents 215712d + 12315d5 commit 6c341ac

File tree

3,571 files changed

+76203
-84538
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

3,571 files changed

+76203
-84538
lines changed

.github/ISSUE_TEMPLATE.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
!!! For Security Vulnerabilities, please go to https://pivotal.io/security !!!
2+
!!! For Security Vulnerabilities, please go to https://spring.io/security-policy !!!
33
-->
44
**Affects:** \<Spring Framework version>
55

@@ -14,4 +14,4 @@ Thanks for taking the time to create an issue. Please read the following:
1414
Issue or Pull Request? Create only one, not both. GitHub treats them as the same.
1515
If unsure, start with an issue, and if you submit a pull request later, the
1616
issue will be closed as superseded.
17-
-->
17+
-->

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,6 @@ out
4141
test-output
4242
atlassian-ide-plugin.xml
4343
.gradletasknamecache
44+
45+
# VS Code
46+
.vscode/

CONTRIBUTING.md

+16-15
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ First off, thank you for taking the time to contribute! :+1: :tada:
66

77
* [Code of Conduct](#code-of-conduct)
88
* [How to Contribute](#how-to-contribute)
9-
* [Discuss](#discuss)
9+
* [Ask questions](#ask-questions)
1010
* [Create an Issue](#create-an-issue)
1111
* [Issue Lifecycle](#issue-lifecycle)
1212
* [Submit a Pull Request](#submit-a-pull-request)
@@ -22,11 +22,10 @@ Please report unacceptable behavior to spring-code-of-conduct@pivotal.io.
2222

2323
### How to Contribute
2424

25-
#### Discuss
25+
#### Ask questions
2626

2727
If you have a question, check Stack Overflow using
28-
[this list of tags](https://stackoverflow.com/questions/tagged/spring+or+spring-mvc+or+spring-aop+or+spring-jdbc+or+spring-transactions+or+spring-annotations+or+spring-jms+or+spring-el+or+spring-test+or+spring+or+spring-remoting+or+spring-orm+or+spring-jmx+or+spring-cache+or+spring-webflux?tab=Newest).
29-
Find an existing discussion, or start a new one if necessary.
28+
[this list of tags](https://stackoverflow.com/questions/tagged/spring+or+spring-mvc+or+spring-aop+or+spring-jdbc+or+spring-transactions+or+spring-annotations+or+spring-jms+or+spring-el+or+spring-test+or+spring+or+spring-remoting+or+spring-orm+or+spring-jmx+or+spring-cache+or+spring-webflux?tab=Newest). Find an existing discussion, or start a new one if necessary.
3029

3130
If you believe there is an issue, search through
3231
[existing issues](https://github.com/spring-projects/spring-framework/issues) trying a
@@ -39,14 +38,18 @@ decision.
3938

4039
Reporting an issue or making a feature request is a great way to contribute. Your feedback
4140
and the conversations that result from it provide a continuous flow of ideas. However,
42-
before creating a ticket, please take the time to [discuss and research](#discuss) first.
41+
before creating a ticket, please take the time to [ask and research](#ask-questions) first.
4342

44-
If creating an issue after a discussion on Stack Overflow, please provide a description
43+
If you create an issue after a discussion on Stack Overflow, please provide a description
4544
in the issue instead of simply referring to Stack Overflow. The issue tracker is an
4645
important place of record for design discussions and should be self-sufficient.
4746

48-
Once you're ready, create an issue on
49-
[GitHub](https://github.com/spring-projects/spring-framework/issues).
47+
Once you're ready, create an issue on [GitHub](https://github.com/spring-projects/spring-framework/issues).
48+
49+
Many issues are caused by subtle behavior, typos, and unintended configuration.
50+
Creating a [Minimal Reproducible Example](https://stackoverflow.com/help/minimal-reproducible-example)
51+
(starting with https://start.spring.io for example) of the problem helps the team
52+
quickly triage your issue and get to the core of the problem.
5053

5154
#### Issue Lifecycle
5255

@@ -72,7 +75,7 @@ to start a discussion first or have already created an issue, once a pull reques
7275
created, we will close the issue as superseded by the pull request, and the discussion
7376
about the issue will continue under the pull request.
7477

75-
1. Always check out the `master` branch and submit pull requests against it
78+
1. Always check out the `main` branch and submit pull requests against it
7679
(for target version see [settings.gradle](settings.gradle)).
7780
Backports to prior versions will be considered on a case-by-case basis and reflected as
7881
the fix version in the issue tracker.
@@ -125,10 +128,8 @@ The reference documentation is in the [src/docs/asciidoc](src/docs/asciidoc) dir
125128
edit source files, and submit directly from GitHub.
126129

127130
When making changes locally, execute `./gradlew asciidoctor` and then browse the result under
128-
`build/asciidoc/html5/index.html`.
131+
`build/docs/ref-docs/html5/index.html`.
132+
133+
Asciidoctor also supports live editing. For more details see
134+
[AsciiDoc Tooling](https://docs.asciidoctor.org/asciidoctor/latest/tooling/).
129135

130-
Asciidoctor also supports live editing. For more details read
131-
[Editing AsciiDoc with Live Preview](https://asciidoctor.org/docs/editing-asciidoc-with-live-preview/).
132-
Note that if you choose the
133-
[System Monitor](https://asciidoctor.org/docs/editing-asciidoc-with-live-preview/#using-a-system-monitor)
134-
option, you can find a Guardfile under `src/docs/asciidoc`.

README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# <img src="src/docs/spring-framework.png" width="80" height="80"> Spring Framework [![Build Status](https://ci.spring.io/api/v1/teams/spring-framework/pipelines/spring-framework-5.3.x/jobs/build/badge)](https://ci.spring.io/teams/spring-framework/pipelines/spring-framework-5.3.x?groups=Build")
1+
# <img src="src/docs/spring-framework.png" width="80" height="80"> Spring Framework [![Build Status](https://ci.spring.io/api/v1/teams/spring-framework/pipelines/spring-framework-5.3.x/jobs/build/badge)](https://ci.spring.io/teams/spring-framework/pipelines/spring-framework-5.3.x?groups=Build") [![Revved up by Gradle Enterprise](https://img.shields.io/badge/Revved%20up%20by-Gradle%20Enterprise-06A0CE?logo=Gradle&labelColor=02303A)](https://ge.spring.io/scans?search.rootProjectNames=spring)
22

33
This is the home of the Spring Framework: the foundation for all [Spring projects](https://spring.io/projects). Collectively the Spring Framework and the family of Spring projects are often referred to simply as "Spring".
44

@@ -25,6 +25,10 @@ See the [Micro-Benchmarks](https://github.com/spring-projects/spring-framework/w
2525

2626
See the [Build from Source](https://github.com/spring-projects/spring-framework/wiki/Build-from-Source) Wiki page and the [CONTRIBUTING.md](CONTRIBUTING.md) file.
2727

28+
## Continuous Integration Builds
29+
30+
Information regarding CI builds can be found in the [Spring Framework Concourse pipeline](ci/README.adoc) documentation.
31+
2832
## Stay in Touch
2933

3034
Follow [@SpringCentral](https://twitter.com/springcentral), [@SpringFramework](https://twitter.com/springframework), and its [team members](https://twitter.com/springframework/lists/team/members) on Twitter. In-depth articles can be found at [The Spring Blog](https://spring.io/blog/), and releases are announced via our [news feed](https://spring.io/blog/category/news).

SECURITY.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ wiki page.
88

99
## Reporting a Vulnerability
1010

11-
Please see https://pivotal.io/security.
11+
Please see https://spring.io/security-policy.

0 commit comments

Comments
 (0)