- 27 Mar, 2019 5 commits
-
-
Andy Wilkinson authored
See gh-16316
-
Andy Wilkinson authored
See gh-16316
-
Andy Wilkinson authored
* gh-16316: Polish "Use HTTPS for external links wherever possible" Use HTTPS for external links wherever possible Closes gh-16316
-
Andy Wilkinson authored
See gh-16316
-
Spring Operator authored
See gh-16316
-
- 26 Mar, 2019 5 commits
-
-
Andy Wilkinson authored
* gh-16311: Polish "Use HTTPS for external links from XML files where possible" Use HTTPS for external links from XML files where possible
-
Andy Wilkinson authored
See gh-16311
-
Spring Operator authored
See gh-16311
-
Andy Wilkinson authored
* gh-16283: Use HTTPS to link to Apache License Closes gh-16283
-
Spring Operator authored
See gh-16283
-
- 20 Mar, 2019 1 commit
-
-
Andy Wilkinson authored
-
- 19 Mar, 2019 3 commits
-
-
Andy Wilkinson authored
* gh-16243: Polish "Update build and setup configuration to use HTTPS" Update build and setup configuration to use HTTPS Closes gh-16243
-
Andy Wilkinson authored
See gh-16243
-
Spring Operator authored
See gh-16243
-
- 28 Oct, 2016 1 commit
-
-
Stephane Nicoll authored
Previously, the algorithm that computes the String representation of a class reference and a property type was shared. This lead to generic information for group's `type` and `sourceType` property. This commit separates that logic in two: `getQualifiedName` is now responsible to generate a fully qualified class name while the existing `getType` is solely responsible to generate a type representation for the property. Only the latter has generic information. Closes gh-7236
-
- 12 Oct, 2016 1 commit
-
-
Stephane Nicoll authored
Closes gh-7147
-
- 04 Oct, 2016 2 commits
-
-
Stephane Nicoll authored
* pr/7073: Upgrade to Spring Integration 4.2.11
-
Gary Russell authored
Closes gh-7073
-
- 20 Sep, 2016 5 commits
-
-
Stephane Nicoll authored
-
Spring Buildmaster authored
-
Stephane Nicoll authored
Closes gh-6956
-
Stephane Nicoll authored
See gh-6956
-
Stephane Nicoll authored
See gh-6956
-
- 19 Sep, 2016 10 commits
-
-
Andy Wilkinson authored
Closes gh-6936
-
Andy Wilkinson authored
Closes gh-6935
-
Andy Wilkinson authored
Closes gh-6934
-
Andy Wilkinson authored
Closes gh-6933
-
Andy Wilkinson authored
Closes gh-6932
-
Andy Wilkinson authored
Closes gh-6931
-
Andy Wilkinson authored
Closes gh-6930
-
Andy Wilkinson authored
Closes gh-6929
-
Andy Wilkinson authored
Closes gh-6910
-
Andy Wilkinson authored
This is an alternative to the fix made in 3b52909f which removed the chown call entirely. Prior to 3b52909f, the ownership of $PID_FOLDER was always changed even when its value was /var/run. This was problematic as it could prevent other services from creating their pid folder or file. When a sub-folder is used, changing its ownership so that it’s owned by the user that will run the app is desirable as it limits access to the folder. Rather than removing the chown call entirely, this commit ensures that it only happens when a sub-folder is being used to hold the pid file. Closes gh-6532
-
- 18 Sep, 2016 2 commits
-
-
Andy Wilkinson authored
Closes gh-6914 (I hope)
-
Stephane Nicoll authored
-
- 16 Sep, 2016 5 commits
-
-
Phillip Webb authored
Update the launch script so that it no longer changes ownership of the PID_FOLDER. Commit b24e736c had changed the chown line from: chown "$run_user" "$PID_FOLDER/${identity}" to: chown "$run_user" "$PID_FOLDER" This meant that it was possible for the launch script to change ownership of `/var/run` and prevent later processes from writing to the folder. Since PID_FOLDER is created before the chown statement, and that the `checkPermissions` function runs to ensure that the PID file can be written, it appears that the chown is not even required. Fixes gh-6532
-
Phillip Webb authored
Add `spring.mvc.formcontent.putfilter.enabled` property to allow the HttpPutFormContentFilter to be disabled. Fixes gh-6519
-
Phillip Webb authored
Update `AbstractNestedCondition` to correctly group nested conditions on members. Fixes gh-6672
-
Phillip Webb authored
Closes gh-6835
-
Andy Wilkinson authored
See gh-6910
-