Commit Graph

689 Commits

Author SHA1 Message Date
Spring Operator
2aabd0dc70 URL Cleanup (#67)
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://maven.apache.org/xsd/maven-4.0.0.xsd with 1 occurrences migrated to:
  https://maven.apache.org/xsd/maven-4.0.0.xsd ([https](https://maven.apache.org/xsd/maven-4.0.0.xsd) result 200).
* http://spring.io/projects/spring-session-data-mongodb with 1 occurrences migrated to:
  https://spring.io/projects/spring-session-data-mongodb ([https](https://spring.io/projects/spring-session-data-mongodb) result 200).
* http://www.apache.org/licenses/LICENSE-2.0 with 4 occurrences migrated to:
  https://www.apache.org/licenses/LICENSE-2.0 ([https](https://www.apache.org/licenses/LICENSE-2.0) result 200).
* http://static.springframework.org/spring/docs/4.1.x/javadoc-api (301) with 1 occurrences migrated to:
  https://docs.spring.io/spring/docs/4.1.x/javadoc-api ([https](https://static.springframework.org/spring/docs/4.1.x/javadoc-api) result 301).
* http://docs.oracle.com/javase/6/docs/api with 1 occurrences migrated to:
  https://docs.oracle.com/javase/6/docs/api ([https](https://docs.oracle.com/javase/6/docs/api) result 302).
* http://repo.spring.io with 2 occurrences migrated to:
  https://repo.spring.io ([https](https://repo.spring.io) result 302).
* http://repo.spring.io/libs-snapshot with 2 occurrences migrated to:
  https://repo.spring.io/libs-snapshot ([https](https://repo.spring.io/libs-snapshot) result 302).

# Ignored
These URLs were intentionally ignored.

* http://maven.apache.org/POM/4.0.0 with 2 occurrences
* http://www.w3.org/2001/XMLSchema-instance with 1 occurrences
2019-03-27 12:24:40 +01:00
Spring Operator
76ef60d789 URL Cleanup (#62)
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 32 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:43:45 -05:00
Greg Turnquist
e035db493c Polishing. 2019-02-23 13:12:46 -06:00
Greg Turnquist
48fe38d533 Continue development on v2.0.6.BUILD-SNAPSHOT 2019-02-23 13:09:29 -06:00
Greg Turnquist
1ef5990fb4 Releasing Spring Session for MongoDB v2.0.5.RELEASE 2019-02-23 13:09:21 -06:00
Greg Turnquist
38e8ce3e0d Polish 2.0.x pipeline. 2019-02-23 12:48:48 -06:00
Greg Turnquist
7c29745a0a Polish release pipeline 2018-12-19 14:21:57 -06:00
Greg Turnquist
872dd36b2e Fix pipelines 2018-12-19 14:02:06 -06:00
Greg Turnquist
c131de1301 Upgrade Spring Security 2018-12-19 13:15:36 -06:00
Greg Turnquist
64d2f359d9 Continue development on v2.0.5.BUILD-SNAPSHOT 2018-11-28 12:14:07 -06:00
Greg Turnquist
6d6b1a6325 Upgrade Spring portfolio 2018-11-28 12:10:18 -06:00
Greg Turnquist
4c67b43fe7 Automated release process
* Scriptify rolling the version numbers.
* Delegate building release versions on the CI server.
* Add ability to promot to bintray.
* Add ability to sync to maven central.
* Add ability to promote to bintray
2018-11-28 12:05:53 -06:00
Greg Turnquist
b6f6147ea2 Upgrade to latest portfolio versions 2018-11-26 10:10:48 -06:00
Greg Turnquist
921481dde8 Fine tune triggers for pull requests 2018-11-19 13:55:20 -06:00
Greg Turnquist
c95d0c71e3 Add maven wrapper 2018-11-07 17:37:30 -06:00
Greg Turnquist
a3a98c8508 Introduce concourse 2018-11-07 17:31:48 -06:00
Greg Turnquist
477ed57822 Backport support for Java 11 2018-08-28 10:57:13 -05:00
Greg Turnquist
6e25cfd0ac Establish 2.0.x branch
Set up goals to verify 2.0 builds work with related stables releases and snapshots, but will also work with 2.1.
2018-08-03 12:08:57 -05:00
Greg Turnquist
a2bfa4d39d Allow custom ObjectMapper to be injected
Jackson-based session converter now allows a custom ObjectMapper to be injected.

Resolves #27.
2018-08-03 10:22:55 -05:00
Greg Turnquist
9e902ea50f Continue development 2018-08-02 15:38:45 -05:00
Greg Turnquist
c3e50d8c58 Release Spring Session MongoDB 2.0.3.RELEASE 2018-08-02 15:31:19 -05:00
Greg Turnquist
b2dfa69b3d Utilize container's classloader
Resolves #15
2018-08-02 12:57:39 -05:00
Greg Turnquist
bc59817693 Simplify using Jackson's covariant API
Resolves #4
2018-07-31 16:27:06 -05:00
Patrick Gotthard
4e7861db26 Improve documentation
Since Spring Session MongoDB uses JdkMongoSessionConverter as default it is not necessary to declare it when using Spring Security. This update should clarify this fact.
2018-07-31 17:17:19 -04:00
Greg Turnquist
4f0da9b17f Introduce Reactor Californium and Spring Session 2.1
* Introduce convergence plugin to avoid conflicting library versions
* Introduce Spring Session 2.1 and Reactor Californium for profiles using Spring Framework 5.1/Spring Security 5.1.
2018-07-31 16:07:04 -05:00
Greg Turnquist
2ed746d151 Add a Spring Framework 5.1 profile 2018-05-30 15:01:43 -05:00
Greg Turnquist
3a54ee63a1 Switch to CircleCI 2018-05-17 12:07:48 -05:00
Greg Turnquist
d4539f4ca8 Only deploy designated option to artifactory 2018-05-10 13:16:20 -05:00
Greg Turnquist
4e42a83ca8 Add support for Java 10 2018-05-10 10:50:19 -05:00
Greg Turnquist
3eff1ac525 Upgrade Mockito 2018-05-09 14:50:18 -05:00
Greg Turnquist
8904bebae9 Enhance issue/PR templates asking for details 2018-03-15 10:39:58 -05:00
Greg Turnquist
8df9152650 Include link to Spring Session gitter channel 2018-02-21 12:22:05 -06:00
Greg Turnquist
6d07a5511f Polishing. 2018-02-20 12:08:54 -06:00
Greg Turnquist
f997566f76 Polish docs 2018-02-20 12:03:09 -06:00
Greg Turnquist
74a67f52c6 Fix link to dependencies 2018-02-20 12:00:31 -06:00
Greg Turnquist
ec35044dad Fix links to Spring Session MongoDB examples 2018-02-20 11:30:50 -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
671e16bf86 Release Spring Session MongoDB 2.0.1.RELEASE 2018-02-20 10:15:18 -06:00
Greg Turnquist
26655f1961 Upgrade to Spring Session 2.0.2.RELEASE 2018-02-20 10:13:48 -06:00
Greg Turnquist
7a4e14cfbf Make Jackson operational.
Resolves https://github.com/spring-projects/spring-session/issues/913
2018-02-19 16:53:27 -06:00
Greg Turnquist
fde5a85f49 Upgrade to latest Spring/Data/Security/Session/Reactor 2018-02-19 15:42:09 -06:00
Greg Turnquist
35b0936b49 Continue development 2018-01-11 05:57:26 -06:00
Greg Turnquist
9298c3813f Release Spring Session MongoDB 2.0.0.RELEASE 2018-01-10 18:00:23 -06:00
Greg Turnquist
a8b0fa992b Update 'next' profiles 2018-01-10 17:07:11 -06:00
Greg Turnquist
f2a6caa6fd Introduce Session-based events
Resolves #22.
2018-01-10 17:01:37 -06:00
Greg Turnquist
b77a7b3c67 Upgrade to Spring Session Core 2.0.0.RELEASE 2018-01-10 16:05:23 -06:00
Greg Turnquist
b22cc99899 Handle removing sessions that don't exist
Resolves #21
2018-01-10 15:52:45 -06:00
Greg Turnquist
6be92ebbfe Continue development 2017-11-28 00:05:03 -06:00
Greg Turnquist
3a165c3b49 Release Spring Session MongoDB 2.0.0.RC2 2017-11-27 23:49:18 -06:00