Skip to content

Commit 832b123

Browse files
authored
Merge pull request spring-projects#1 from spring-projects/main
update
2 parents 14ccb38 + 63697ca commit 832b123

File tree

8,852 files changed

+464608
-298208
lines changed

Some content is hidden

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

8,852 files changed

+464608
-298208
lines changed

.gitattributes

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Normalize line endings to LF.
2+
* text eol=lf
3+
4+
# Ensure that line endings for multipart files in spring-web are not modified.
5+
*.multipart -text
6+
7+
# Ensure that line endings for DOS batch files are not modified.
8+
*.bat -text
9+
10+
# Ensure the following are treated as binary.
11+
*.gif binary
12+
*.jar binary
13+
*.jpeg binary
14+
*.jpg binary
15+
*.png binary
16+
*.vsd binary

.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://spring.io/security-policy !!!
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+
-->
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name: "Validate Gradle Wrapper"
2+
on: [push, pull_request]
3+
4+
jobs:
5+
validation:
6+
name: "Validation"
7+
runs-on: ubuntu-latest
8+
steps:
9+
- uses: actions/checkout@v2
10+
- uses: gradle/wrapper-validation-action@v1

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ classes/
2121
/build
2222
buildSrc/build
2323
/spring-*/build
24+
/spring-core/kotlin-coroutines/build
25+
/framework-bom/build
26+
/integration-tests/build
2427
/src/asciidoc/build
2528
target/
2629

@@ -38,3 +41,6 @@ out
3841
test-output
3942
atlassian-ide-plugin.xml
4043
.gradletasknamecache
44+
45+
# VS Code
46+
.vscode/

.settings/gradle/com.springsource.sts.gradle.core.import.prefs

Lines changed: 0 additions & 9 deletions
This file was deleted.

.settings/gradle/com.springsource.sts.gradle.core.prefs

Lines changed: 0 additions & 5 deletions
This file was deleted.

.settings/gradle/com.springsource.sts.gradle.refresh.prefs

Lines changed: 0 additions & 9 deletions
This file was deleted.

CODE_OF_CONDUCT.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,5 @@ appropriate to the circumstances. Maintainers are obligated to maintain confiden
4040
with regard to the reporter of an incident.
4141

4242
This Code of Conduct is adapted from the
43-
http://contributor-covenant.org[Contributor Covenant], version 1.3.0, available at
44-
http://contributor-covenant.org/version/1/3/0/[contributor-covenant.org/version/1/3/0/]
43+
https://contributor-covenant.org[Contributor Covenant], version 1.3.0, available at
44+
https://contributor-covenant.org/version/1/3/0/[contributor-covenant.org/version/1/3/0/]

CONTRIBUTING-DOCUMENTATION.adoc

Lines changed: 0 additions & 51 deletions
This file was deleted.

0 commit comments

Comments
 (0)