- 03 Sep, 2015 17 commits
-
-
Spring Buildmaster authored
-
Phillip Webb authored
-
Phillip Webb authored
* gh-3741: Make it easier to subclass Launchers
-
Ilayaperumal Gopinathan authored
Change constructors from `package private` to `protected` for subclasses to use. Closes gh-3741
-
Phillip Webb authored
Introduce ManagementServletContext interface as a facade for ManagementServerProperties to resolve the package tangle between `o.s.boot.actuate.endpoint.mvc` and `o.s.boot.actuate` Fixes gh-3887
-
Phillip Webb authored
Fixes gh-3893
-
Phillip Webb authored
-
Phillip Webb authored
Update SpringApplicationContextLoader so that setRegisterShutdownHook is false for tests. Fixes gh-3763
-
Phillip Webb authored
-
Phillip Webb authored
See gh-3856
-
Andy Wilkinson authored
Previously, RemoteDevToolsAutoConfiguration would try to configure Spring Security if it was on the classpath. This led to a failure if Spring Security was on the classpath but its auto-configuration was disabled. This commit updates the auto-configuration to be conditional on the presence of Spring Security’s ObjectPostProcessor bean. See gh-3889
-
Andy Wilkinson authored
Previously, if an app had Spring Security on the classpath the remote devtools server would be secured using basic authentication. This prevented RemoteSpringApplication from uploading changes to the server as they would be rejected with a 401. This commit updates RemoteDevToolsAutoConfiguration to allow anonymous access to the remote server. CSRF protection is also disabled so that POST requests without a CSRF token will be accepted. Closes gh-3889
-
Stephane Nicoll authored
Closes gh-3892
-
Phillip Webb authored
This reverts commit 678f36cf.
-
Phillip Webb authored
-
Phillip Webb authored
Extract a HazelcastInstanceFactory class and cleanup some formatting. See gh-2942
-
Phillip Webb authored
-
- 02 Sep, 2015 23 commits
-
-
Andy Wilkinson authored
Closes gh-3880
-
Andy Wilkinson authored
Closes gh-3879
-
Andy Wilkinson authored
Closes gh-3878
-
Andy Wilkinson authored
Closes gh-3877
-
Andy Wilkinson authored
Closes gh-3876
-
Andy Wilkinson authored
Closes gh-3875
-
Andy Wilkinson authored
Closes gh-3874
-
Andy Wilkinson authored
Closes gh-3873
-
Andy Wilkinson authored
Closes gh-3872
-
Andy Wilkinson authored
Closes gh-3871
-
Andy Wilkinson authored
Closes gh-3870
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-3869
-
Andy Wilkinson authored
Closes gh-3779
-
Andy Wilkinson authored
Closes gh-3868
-
Stephane Nicoll authored
-
Stephane Nicoll authored
* pr/3831: Polish contribution Do not attempt to restart non-restartable jobs
-
Stephane Nicoll authored
Closes gh-3831
-
james authored
Closes gh-3830
-
Stephane Nicoll authored
-
Barry Lagerweij authored
Closes gh-3846
-
Stephane Nicoll authored
* pr/3866: Add link to Hazelcast documentation
-
Tommy Ludwig authored
Closes gh-3866
-