You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 4, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: CONTRIBUTING.adoc
+4-4
Original file line number
Diff line number
Diff line change
@@ -12,21 +12,21 @@ By participating, you are expected to uphold this code. Please report unaccepta
12
12
None of these is essential for a pull request, but they will all help. They can also be
13
13
added after the original pull request but before a merge.
14
14
15
-
* Use the Spring Data code format conventions. If you use Eclipse you can import formatter settings using the `eclipse-code-formatter.xml` file from the https://raw.githubusercontent.com/spring-projects/spring-data-build/master/etc/ide/eclipse-formatting.xml[Spring Data Build] project. If using IntelliJ, you can use the http://plugins.jetbrains.com/plugin/6546[Eclipse Code Formatter Plugin] to import the same file.
15
+
* Use the Spring Data code format conventions. If you use Eclipse you can import formatter settings using the `eclipse-code-formatter.xml` file from the https://raw.githubusercontent.com/spring-projects/spring-data-build/master/etc/ide/eclipse-formatting.xml[Spring Data Build] project. If using IntelliJ, you can use the https://plugins.jetbrains.com/plugin/6546[Eclipse Code Formatter Plugin] to import the same file.
16
16
* Make sure all new `.java` files to have a simple Javadoc class comment with at least an `@author` tag identifying you, and preferably at least a paragraph on what the class is for.
17
17
* Add the ASF license header comment to all new `.java` files (copy from existing files in the project)
18
18
* Add yourself as an `@author` to the .java files that you modify substantially (more than cosmetic changes).
19
19
* Add some Javadocs and, if you change the namespace, some XSD doc elements.
20
20
* A few unit tests would help a lot as well -- someone has to do it.
21
21
* If no-one else is using your branch, please rebase it against the current master (or other target branch in the main project).
22
-
* When writing a commit message please follow http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html[these conventions], if you are fixing an existing issue please add `Fixes gh-XXXX` at the end of the commit message (where XXXX is the issue number).
22
+
* When writing a commit message please follow https://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html[these conventions], if you are fixing an existing issue please add `Fixes gh-XXXX` at the end of the commit message (where XXXX is the issue number).
23
23
* By the way, any contributions are likely to be polished. Don't worry! Just use it as a learning experience as you are slowly jürgenized.
24
24
25
25
== Using GitHub issues
26
26
27
27
We use GitHub issues to track bugs and enhancements. If you have a general usage question
28
-
please ask on http://stackoverflow.com[Stack Overflow]. The Spring Session team and the
29
-
broader community monitor the http://stackoverflow.com/tags/spring-session[`spring-session`]
28
+
please ask on https://stackoverflow.com[Stack Overflow]. The Spring Session team and the
29
+
broader community monitor the https://stackoverflow.com/tags/spring-session[`spring-session`]
30
30
tag.
31
31
32
32
If you are reporting a bug, please help to speed up problem diagnosis by providing as much
Copy file name to clipboardExpand all lines: README.adoc
+1-1
Original file line number
Diff line number
Diff line change
@@ -130,7 +130,7 @@ By participating, you are expected to uphold this code. Please report unaccepta
130
130
131
131
= Spring Session Project Site
132
132
133
-
You can find the documentation, issue management, support, samples, and guides for using Spring Session MongoDB at http://projects.spring.io/spring-session-data-mongodb/
133
+
You can find the documentation, issue management, support, samples, and guides for using Spring Session MongoDB at https://projects.spring.io/spring-session-data-mongodb/
Copy file name to clipboardExpand all lines: src/main/asciidoc/guides/boot-mongo.adoc
+1-1
Original file line number
Diff line number
Diff line change
@@ -92,7 +92,7 @@ spring.data.mongodb.port=27018
92
92
spring.data.mongodb.database=prod
93
93
----
94
94
95
-
For more information, refer to http://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/#boot-features-connecting-to-mongodb[Connecting to MongoDB] portion of the Spring Boot documentation.
95
+
For more information, refer to https://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/#boot-features-connecting-to-mongodb[Connecting to MongoDB] portion of the Spring Boot documentation.
Copy file name to clipboardExpand all lines: src/main/asciidoc/index.adoc
+2-2
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ Spring Session MongoDB provides an API and implementations for managing a user's
12
12
[[introduction]]
13
13
== Introduction
14
14
15
-
For an introduction to Spring Session as a whole, visit http://docs.spring.io/spring-session/docs/{spring-session-version}/reference/html5/[Spring Session] itself.
15
+
For an introduction to Spring Session as a whole, visit https://docs.spring.io/spring-session/docs/{spring-session-version}/reference/html5/[Spring Session] itself.
16
16
17
17
[[samples]]
18
18
== Samples and Guides (Start Here)
@@ -104,7 +104,7 @@ Please find additional information below.
104
104
[[community-support]]
105
105
=== Support
106
106
107
-
You can get help by asking questions on http://stackoverflow.com/questions/tagged/spring-session[StackOverflow with the tag spring-session].
107
+
You can get help by asking questions on https://stackoverflow.com/questions/tagged/spring-session[StackOverflow with the tag spring-session].
108
108
Similarly we encourage helping others by answering questions on StackOverflow.
0 commit comments