Commit Graph

43 Commits

Author SHA1 Message Date
Greg Turnquist
4d4e44974e Polishing the README. 2019-06-05 16:05:35 -05:00
Greg Turnquist
9276f1b121 Introduce Jenkins CI. 2019-06-05 13:33:36 -05:00
Greg Turnquist
c507bb2d2a Fix Project Status for all three supported versions. 2019-04-25 12:25:57 -05:00
Greg Turnquist
2b23e952cc Upgrade pipeline to use new Concourse features. 2019-04-24 10:34:18 -05:00
Spring Operator
3c3208dea1 URL Cleanup (#72)
This commit updates URLs to prefer the https protocol. Redirects are not followed to avoid accidentally expanding intentionally shortened URLs (i.e. if using a URL shortener).

# Fixed URLs

## Fixed Success
These URLs were switched to an https URL with a 2xx status. While the status was successful, your review is still recommended.

* [ ] http://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/ with 1 occurrences migrated to:
  https://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/ ([https](https://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/) result 200).
* [ ] http://docs.spring.io/spring-session/docs/ with 1 occurrences migrated to:
  https://docs.spring.io/spring-session/docs/ ([https](https://docs.spring.io/spring-session/docs/) result 200).
* [ ] http://projects.spring.io/spring-session-data-mongodb/ with 1 occurrences migrated to:
  https://projects.spring.io/spring-session-data-mongodb/ ([https](https://projects.spring.io/spring-session-data-mongodb/) result 200).
* [ ] http://stackoverflow.com with 1 occurrences migrated to:
  https://stackoverflow.com ([https](https://stackoverflow.com) result 200).
* [ ] http://stackoverflow.com/questions/tagged/spring-session with 1 occurrences migrated to:
  https://stackoverflow.com/questions/tagged/spring-session ([https](https://stackoverflow.com/questions/tagged/spring-session) result 200).
* [ ] http://stackoverflow.com/tags/spring-session with 1 occurrences migrated to:
  https://stackoverflow.com/tags/spring-session ([https](https://stackoverflow.com/tags/spring-session) result 200).
* [ ] http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html with 1 occurrences migrated to:
  https://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html ([https](https://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html) result 200).
* [ ] http://contributor-covenant.org with 1 occurrences migrated to:
  https://contributor-covenant.org ([https](https://contributor-covenant.org) result 301).
* [ ] http://contributor-covenant.org/version/1/3/0/ with 1 occurrences migrated to:
  https://contributor-covenant.org/version/1/3/0/ ([https](https://contributor-covenant.org/version/1/3/0/) result 301).
* [ ] http://plugins.jetbrains.com/plugin/6546 with 1 occurrences migrated to:
  https://plugins.jetbrains.com/plugin/6546 ([https](https://plugins.jetbrains.com/plugin/6546) result 301).

# Ignored
These URLs were intentionally ignored.

* http://localhost:8080/ with 2 occurrences
2019-03-27 12:26:23 +01:00
Greg Turnquist
9bdef544c6 Upgrade to support Spring Boot 2.2.
* Remove unused profiles and plugins from the build.
* Update the main README.
2019-03-19 10:08:37 -05:00
Spring Operator
841fcb9cf4 URL Cleanup (#63)
This commit updates URLs to prefer the https protocol. Redirects are not followed to avoid accidentally expanding intentionally shortened URLs (i.e. if using a URL shortener).

# Fixed URLs

## Fixed Success
These URLs were switched to an https URL with a 2xx status. While the status was successful, your review is still recommended.

* http://www.apache.org/licenses/ with 1 occurrences migrated to:
  https://www.apache.org/licenses/ ([https](https://www.apache.org/licenses/) result 200).
* http://www.apache.org/licenses/LICENSE-2.0 with 38 occurrences migrated to:
  https://www.apache.org/licenses/LICENSE-2.0 ([https](https://www.apache.org/licenses/LICENSE-2.0) result 200).
* http://www.apache.org/licenses/LICENSE-2.0.html with 2 occurrences migrated to:
  https://www.apache.org/licenses/LICENSE-2.0.html ([https](https://www.apache.org/licenses/LICENSE-2.0.html) result 200).
2019-03-14 20:44:04 -05:00
Greg Turnquist
af179bdf54 Improve pipeline. 2019-02-23 12:18:13 -06:00
Greg Turnquist
f9378b171b Polish build procedures. 2018-11-27 11:38:34 -06:00
Greg Turnquist
c96b9b4934 Introduce release-creating script 2018-11-27 11:05:20 -06:00
Greg Turnquist
42ecac8858 Polishing 2018-11-19 14:20:07 -06:00
Greg Turnquist
afd6e5c394 Add JDK 12 test jobs 2018-11-19 14:18:56 -06:00
Greg Turnquist
daf3f2f323 Polishing 2018-11-19 13:56:35 -06:00
Greg Turnquist
e458841106 Fine tune triggers for pull requests 2018-11-19 13:54:44 -06:00
Greg Turnquist
efb1531634 Introduce concourse 2018-11-07 17:19:38 -06:00
Greg Turnquist
1cb9a47767 Upgrade dependencies. 2018-10-15 13:58:15 -05:00
Greg Turnquist
3a54ee63a1 Switch to CircleCI 2018-05-17 12:07:48 -05:00
Greg Turnquist
8df9152650 Include link to Spring Session gitter channel 2018-02-21 12:22:05 -06:00
Greg Turnquist
acb825f5d7 Continue development 2018-02-20 10:43:42 -06:00
Greg Turnquist
fc7c5fbf15 Release Spring Session MongoDB 2.0.2.RELEASE 2018-02-20 10:34:07 -06:00
Greg Turnquist
8880a84856 Polish docs 2017-06-26 17:59:23 -05:00
Greg Turnquist
02097409d4 Prep for snapshot/releases
* Add profiles to handle snapshot/milestone/central releases
* Update process documentation
2017-05-24 15:11:24 -05:00
Greg Turnquist
436cdb38a1 Enable Spring Session MongoDB 2017-05-24 14:15:27 -05:00
Rob Winch
5cfbeae161 Add Travis Badge
Issue gh-394
2016-03-14 12:42:03 -05:00
Rob Winch
ef904a4544 Add Code of Conduct
Fixes gh-351
2016-02-01 14:27:19 -06:00
Rob Winch
207e4e27b3 Add Gitter
Fixes gh-349
2016-01-31 23:00:11 -06:00
Jean-Pierre Bergamin
a32ee3935d Add projects subdomain in project page URL
While the projects subdomain is not necessary due to a redirect
it does provide a faster experience for users.

This commit adds the projects subdomain to the project URL to
avoid unnecessary redirects.

Fixes gh-220
2015-07-25 07:33:43 -05:00
Rob Winch
d2639570bb Update README to refer to reference documentation
Issue gh-41
2015-01-05 14:24:13 -06:00
Rob Winch
64a0312bf7 Start Documentation
Issue gh-41
2014-12-23 17:26:27 -06:00
Rob Winch
3254bc2bef Update README Dependency Management Section
- Use pom
- Update versions
- Use aggregate pom for release
- Polish repository name
2014-11-26 08:48:50 -06:00
Rob Winch
f1ea4793bb Remove throws Exception from Sample config 2014-10-27 11:27:59 -05:00
Rob Winch
d026dd6821 Add AbstractHttpSessionApplicationInitializer
This reduces the boilerplate code required to register Spring Session with
the servlet container.

Fixes gh-43
2014-09-30 14:13:26 -05:00
Rob Winch
417174388b Add EnableRedisHttpSession
Fixes gh-42
2014-09-30 13:40:15 -05:00
Rob Winch
2ca482f060 Add spring-version to README 2014-09-30 13:22:17 -05:00
Rob Winch
750ae663fc Create spring-session-data-redis pom 2014-09-30 10:09:47 -05:00
Rob Winch
0abbba0309 Polish Generics and Update Spring Version
We needed to update Spring Version to avoid
https://jira.spring.io/browse/SPR-11471
2014-09-30 09:07:46 -05:00
Rob Winch
6130a10d14 Remove Compiler Warnings
* Fixes Generics
* Remove unused imports
* Ignore serialize warnings in tests

Fixes gh-40
2014-09-29 22:00:46 -05:00
Rob Winch
903017285b Create ExpiringSession which extends Session
This provides a better separation for consumers of the API. Most users are
likely not interested in checking to see if a session is expired so they
can focus on the Session API.

Fixes #28
2014-07-30 12:10:56 -05:00
Rob Winch
8e553f5e4c Link to Benefits in Readme 2014-07-08 14:54:02 -05:00
Rob Winch
df280f956b Polish Updating Dependencies in README 2014-07-08 14:52:10 -05:00
Rob Winch
6d815b4e81 Add Building with Gradle header 2014-07-02 16:47:17 -05:00
Rob Winch
ad5b96d617 Add Documentation
Fixes #9
2014-07-02 16:45:18 -05:00
Rob Winch
fe6c5d6503 Initial 2014-06-20 16:04:27 -05:00