- 17 Oct, 2016 2 commits
-
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Cassandra sometimes takes a long time when dropping the test keyspace. This results in the test failing due to an exception being thrown. This commit attempts to make the tests more robust by catching and logging any exceptions thrown during server cleanup.
-
- 15 Oct, 2016 3 commits
-
-
Stephane Nicoll authored
-
Stephane Nicoll authored
* pr/7166: Upgrade to Spring Integration Java DSL 1.2.0.RELEASE
-
Artem Bilan authored
Closes gh-7166
-
- 14 Oct, 2016 5 commits
-
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-7136
-
Andy Wilkinson authored
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-7092 Closes gh-7093
-
- 13 Oct, 2016 12 commits
-
-
Andy Wilkinson authored
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Previously, a relative PID folder was not handled correctly when running stop, status, or force_reload. This meant that a service could be started when configured to use a relative pid file, but then could not be stopped. The PID folder should be treated as relative to the service's jar file. This commit updates stop, status, and force_reload to push the jar file's directory so that this is now the case for those three commands. Closes gh-7092
-
Andy Wilkinson authored
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-7144
-
Andy Wilkinson authored
Closes gh-7145
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-7159
-
Andy Wilkinson authored
-
Andy Wilkinson authored
See gh-7136
-
Andy Wilkinson authored
1.6.4 snapshots are required for compatibility with Spring Retry 1.2 See gh-7158
-
- 12 Oct, 2016 18 commits
-
-
Phillip Webb authored
-
Madhura Bhave authored
Update EndpointHandlerMapping so that it can be subclasses easily. Subclasses can override the `path` that is used to map the endpoint, allowing different mapping strategies to be used. See gh-7108
-
Madhura Bhave authored
Add an additional method to EndpointHandlerMapping which allows endpoints of a specific type to be returned. See gh-7108
-
Madhura Bhave authored
Introduce a new NamedMvcEndpoint interface which can be used when an MvcEndpoint also has a logical name. Existing MvcEndpoints have been reworked to implement the NamedMvcEndpoint interface. Fixes gh-7156
-
Madhura Bhave authored
Add a @ConditionalOnCloudPlatform annotation that matches based on the active ClouldPlatform. Fixes gh-7155
-
Madhura Bhave authored
Remove EndpointWebMvcManagementContextConfiguration `disabled` logic since the configuration should even be processed when the management port is `-1`. Closes gh-7154
-
Madhura Bhave authored
Fix the TestEndpoint constructor to use an ID parameter rather than path.
-
Stephane Nicoll authored
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Rather than disabling checkstyle altogether, this commit enables it again, relaxing the javadoc requirement only. See gh-7142
-
Stephane Nicoll authored
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Closes gh-7142
-
Stephane Nicoll authored
-
Stephane Nicoll authored
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Closes gh-7147
-
Phillip Webb authored
-