- 08 Nov, 2016 14 commits
-
-
Spring Buildmaster authored
-
Stephane Nicoll authored
Closes gh-7347
-
Andy Wilkinson authored
Artemis's on-demand queue cretaion appears to be rather flakey, sometimes failing with a NullPointerException. This commit ensures that the queue used by the sample is created during start up rather than on demand. This will hopefully make the test that runs the sample more robust. Closes gh-7346
-
Andy Wilkinson authored
-
Andy Wilkinson authored
The changes made in 6a2ac080 mean that getSecurity() on ManagementServerProperties will no longer return null when Spring Security is on the classpath. This had the unwanted side-effect of causing the health endpoint to hide its details when Spring Security was not on the classpath. This commit reinstates the previous behaviour by only considering the health endpoint to be secure if Spring Security is on the classpath and management.security.enabled is true. Closes gh-7345
-
Andy Wilkinson authored
Closes gh-7334
-
Andy Wilkinson authored
* gh-7334: Reinstate LaunchedURLClassLoader's registration as parallel capable
-
dreis authored
Closes gh-7334
-
Stephane Nicoll authored
This commits makes sure that customizations on `DispatcherServlet` are also applied to the `TestDispatcherServlet` that `MockMvc` is using internally. Closes gh-5891
-
Stephane Nicoll authored
Closes gh-7213
-
Andy Wilkinson authored
Closes gh-7342
-
Andy Wilkinson authored
Closes gh-7341
-
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 14 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
-