Skip to content

Commit dcb4f1f

Browse files
authored
Merge pull request #1 from spring-projects/master
feat(master):pull master
2 parents f2ee184 + e6d206b commit dcb4f1f

File tree

3,143 files changed

+105947
-63676
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,143 files changed

+105947
-63676
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<!--
2+
!!! For Security Vulnerabilities, please go to https://pivotal.io/security !!!
3+
-->
4+
**Affects:** \<Spring Framework version>
5+
6+
---
7+
<!--
8+
Thanks for taking the time to create an issue. Please read the following:
9+
10+
- Questions should be asked on Stack Overflow.
11+
- For bugs, specify affected versions and explain what you are trying to do.
12+
- For enhancements, provide context and describe the problem.
13+
14+
Issue or Pull Request? Create only one, not both. GitHub treats them as the same.
15+
If unsure, start with an issue, and if you submit a pull request later, the
16+
issue will be closed as superseded.
17+
-->

CONTRIBUTING.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ If you have a question, check StackOverflow using
2929
Find an existing discussion or start a new one if necessary.
3030

3131
If you suspect an issue, perform a search in the
32-
[JIRA issue tracker](https://jira.spring.io/browse/SPR), using a few different keywords.
32+
[GitHub issue tracker](https://github.com/spring-projects/spring-framework/issues), using a few different keywords.
3333
When you find related issues and discussions, prior or current, it helps you to learn and
3434
it helps us to make a decision.
3535

@@ -42,7 +42,7 @@ Before you create a ticket, please take the time to [research first](#discuss).
4242

4343
If creating a ticket after a discussion on StackOverflow, please provide a self-sufficient description in the ticket, independent of the details on StackOverview. We understand this is extra work but the issue tracker is an important place of record for design discussions and decisions that can often be referenced long after the fix version, for example to revisit decisions, to understand the origin of a feature, and so on.
4444

45-
When ready create a ticket in the [JIRA issue tracker](https://jira.spring.io/browse/SPR).
45+
When ready create a ticket in the [GitHub issue tracker](https://github.com/spring-projects/spring-framework/issues).
4646

4747
#### Ticket Lifecycle
4848

@@ -66,7 +66,7 @@ automatically when you submit a pull request.
6666

6767
1. For all but the most trivial of contributions, please [create a ticket](#create-a-ticket).
6868
The purpose of the ticket is to understand and discuss the underlying issue or feature.
69-
We use the JIRA issue tracker as the preferred place of record for conversations and
69+
We use the GitHub issue tracker as the preferred place of record for conversations and
7070
conclusions. In that sense discussions directly under a PR are more implementation detail
7171
oriented and transient in nature.
7272

@@ -75,21 +75,21 @@ oriented and transient in nature.
7575
Backports to prior versions will be considered on a case-by-case basis and reflected as
7676
the fix version in the issue tracker.
7777

78-
1. Use short branch names, preferably based on the JIRA issue (e.g. `SPR-1234`), or
79-
otherwise using succinct, lower-case, dash (-) delimited names, such as `fix-warnings'.
78+
1. Use short branch names, preferably based on the GitHub issue (e.g. `22276`), or
79+
otherwise using succinct, lower-case, dash (-) delimited names, such as `fix-warnings`.
8080

8181
1. Choose the granularity of your commits consciously and squash commits that represent
8282
multiple edits or corrections of the same logical change. See
8383
[Rewriting History section of Pro Git](http://git-scm.com/book/en/Git-Tools-Rewriting-History)
8484
for an overview of streamlining commit history.
8585

8686
1. Format commit messages using 55 characters for the subject line, 72 lines for the
87-
description, followed by related issues, e.g. `Issues: SPR-1234, SPR-1235`.
87+
description, followed by the issue fixed, e.g. `Fixes #22276`.
8888
See the
8989
[Commit Guidelines section of Pro Git](http://git-scm.com/book/en/Distributed-Git-Contributing-to-a-Project#Commit-Guidelines)
9090
for best practices around commit messages and use `git log` to see some examples.
9191

92-
1. List the JIRA issue number in the PR description.
92+
1. List the GitHub issue number in the PR description.
9393

9494
If accepted, your contribution may be heavily modified as needed prior to merging.
9595
You will likely retain author attribution for your Git commits granted that the bulk of
@@ -116,7 +116,7 @@ defines the source file coding standards we use along with some IDEA editor sett
116116

117117
The reference documentation is in the [src/docs/asciidoc](src/docs/asciidoc) directory and, in
118118
[Asciidoctor](http://asciidoctor.org/) format. For trivial changes, you may be able to browse,
119-
edit source files, and submit directly from Github.
119+
edit source files, and submit directly from GitHub.
120120

121121
When making changes locally, use `./gradlew asciidoctor` and then browse the result under
122122
`build/asciidoc/html5/index.html`.

README.md

Lines changed: 9 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,48 +1,30 @@
11
# <img src="src/docs/asciidoc/images/spring-framework.png" width="80" height="80"> Spring Framework
22

3-
This is the home of the Spring Framework, the foundation for all
4-
[Spring projects](https://spring.io/projects). Together the Spring Framework and the family of Spring projects make up what we call "Spring".
3+
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 is often referred to simply as "Spring".
54

6-
Spring provides everything you need beyond the Java language to create enterprise
7-
applications in a wide range of scenarios and architectures. Please read the
8-
[Overview](https://docs.spring.io/spring/docs/current/spring-framework-reference/overview.html#spring-introduction)
9-
section in the reference for a more complete introduction.
5+
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](https://docs.spring.io/spring/docs/current/spring-framework-reference/overview.html#spring-introduction) section as reference for a more complete introduction.
106

117
## Code of Conduct
128

13-
This project is governed by the [Spring Code of Conduct](CODE_OF_CONDUCT.adoc).
14-
By participating you are expected to uphold this code.
15-
Please report unacceptable behavior to [email protected].
9+
This project is governed by the [Spring Code of Conduct](CODE_OF_CONDUCT.adoc). By participating, you are expected to uphold this code of conduct. Please report unacceptable behavior to [email protected].
1610

1711
## Access to Binaries
1812

19-
For access to artifacts or a distribution zip, see the
20-
[Spring Framework Artifacts](https://github.com/spring-projects/spring-framework/wiki/Spring-Framework-Artifacts)
21-
wiki page.
13+
For access to artifacts or a distribution zip, see the [Spring Framework Artifacts](https://github.com/spring-projects/spring-framework/wiki/Spring-Framework-Artifacts) wiki page.
2214

2315
## Documentation
2416

25-
The Spring Frameworks maintains reference documentation
26-
([published](http://docs.spring.io/spring-framework/docs/current/spring-framework-reference/) and
27-
[source](src/docs/asciidoc)),
28-
Github [wiki pages](https://github.com/spring-projects/spring-framework/wiki), and an
29-
[API reference](http://docs.spring.io/spring-framework/docs/current/javadoc-api/).
30-
There are also [guides and tutorials](https://spring.io/guides) across Spring projects.
17+
The Spring Framework maintains reference documentation ([published](http://docs.spring.io/spring-framework/docs/current/spring-framework-reference/) and [source](src/docs/asciidoc)), Github [wiki pages](https://github.com/spring-projects/spring-framework/wiki), and an
18+
[API reference](http://docs.spring.io/spring-framework/docs/current/javadoc-api/). There are also [guides and tutorials](https://spring.io/guides) across Spring projects.
3119

3220
## Build from Source
3321

34-
See the [Build from Source](https://github.com/spring-projects/spring-framework/wiki/Build-from-Source)
35-
wiki page and also [CONTRIBUTING.md](CONTRIBUTING.md).
22+
See the [Build from Source](https://github.com/spring-projects/spring-framework/wiki/Build-from-Source) Wikipedia page and the [CONTRIBUTING.md](CONTRIBUTING.md) file.
3623

3724
## Stay in Touch
3825

39-
Follow [@SpringCentral](https://twitter.com/springcentral),
40-
[@SpringFramework](https://twitter.com/springframework), and its
41-
[team members](https://twitter.com/springframework/lists/team/members) on Twitter.
42-
In-depth articles can be found at [The Spring Blog](http://spring.io/blog/),
43-
and releases are announced via our [news feed](http://spring.io/blog/category/news).
26+
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](http://spring.io/blog/), and releases are announced via our [news feed](http://spring.io/blog/category/news).
4427

4528
## License
4629

47-
The Spring Framework is released under version 2.0 of the
48-
[Apache License](http://www.apache.org/licenses/LICENSE-2.0).
30+
The Spring Framework is released under version 2.0 of the [Apache License](http://www.apache.org/licenses/LICENSE-2.0).

0 commit comments

Comments
 (0)