- 08 Nov, 2016 2 commits
-
-
Andy Wilkinson authored
Closes gh-7340
-
Andy Wilkinson authored
Closes gh-7339
-
- 06 Nov, 2016 6 commits
-
-
Stephane Nicoll authored
* pr/7326: Polish contribution Add @Inherited to all AutoConfigure* classes
-
Stephane Nicoll authored
Closes gh-7326
-
sebastiankirsch authored
See gh-7326
-
Stephane Nicoll authored
Closes gh-7308
-
Stephane Nicoll authored
* pr/7299: Fix JWT token URI derivation
-
Vedran Pavic authored
Closes gh-7299
-
- 05 Nov, 2016 5 commits
-
-
Stephane Nicoll authored
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Closes gh-3888
-
Stephane Nicoll authored
* pr/7322: Polish
-
Johnny Lim authored
Closes gh-7322
-
- 04 Nov, 2016 1 commit
-
-
Phillip Webb authored
Update `RestTemplateBuilder` to support package private `requestFactory` classes. Fixes gh-7319
-
- 03 Nov, 2016 25 commits
-
-
Phillip Webb authored
-
Phillip Webb authored
Update `ManagementServerProperties` so that `security.sessions` no longer uses `SessionCreationPolicy` from Spring Security. We now use our own enun which allows `management.security.*` properties to be set without the risk of a `ClassNotFoundException`. Fixes gh-3888
-
Andy Wilkinson authored
Previously, if an exception was thrown during request handling after the response had been committed, i.e. after the status and headers had been written, the metrics filter would assume that it was a 500 response. This was potentially inaccurate as the status had already been sent to the client and before the exception was thrown and it may have been something other than a 500. This commit updates MetricsFilter so that it will use the status from the response if the response has been committed even when an exception is thrown. Closes gh-7277
-
Andy Wilkinson authored
Closes gh-7275
-
Madhura Bhave authored
Closes gh-6996
-
Andy Wilkinson authored
Closes gh-7298
-
Andy Wilkinson authored
Closes gh-7297
-
Andy Wilkinson authored
Closes gh-7296
-
Andy Wilkinson authored
Closes gh-7295
-
Andy Wilkinson authored
Closes gh-7294
-
Andy Wilkinson authored
Closes gh-7293
-
Andy Wilkinson authored
Closes gh-7292
-
Andy Wilkinson authored
Closes gh-7291
-
Andy Wilkinson authored
Closes gh-7290
-
Andy Wilkinson authored
Closes gh-7289
-
Andy Wilkinson authored
Closes gh-7288
-
Andy Wilkinson authored
Closes gh-7287
-
Andy Wilkinson authored
Closes gh-7286
-
Andy Wilkinson authored
Closes gh-7285
-
Andy Wilkinson authored
Closes gh-7284
-
Andy Wilkinson authored
Closes gh-7283
-
Andy Wilkinson authored
Closes gh-7282
-
Andy Wilkinson authored
Closes gh-7281
-
Stephane Nicoll authored
See gh-5137
-
Craig Andrews authored
If the resource chain is used, such as by using the `"spring.resources.chain.strategy.content.enabled"` property, resource chain caching can prevent the developer from seeing changes made to resources, so that caching should be disabled when DevTools is enabled. This commit sets the `"spring.resources.chain.cache"` property to `true` when devtools is enabled.
-
- 02 Nov, 2016 1 commit
-
-
Andy Wilkinson authored
See gh-7275
-