- 17 Oct, 2016 2 commits
-
-
Stephane Nicoll authored
Switch the default value of `excludeDevtools` from `false` to `true` as it is more sensible to exclude such dependency by default. Closes gh-7170
-
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 2 commits
-
-
Stephane Nicoll authored
* pr/7166: Upgrade to Spring Integration Java DSL 1.2.0.RELEASE
-
Artem Bilan authored
Closes gh-7166
-
- 14 Oct, 2016 3 commits
-
-
Andy Wilkinson authored
Closes gh-7136
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-7092 Closes gh-7093
-
- 13 Oct, 2016 8 commits
-
-
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
Closes gh-7144
-
Andy Wilkinson authored
Closes gh-7145
-
Andy Wilkinson authored
Closes gh-7159
-
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 16 commits
-
-
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
Rather than disabling checkstyle altogether, this commit enables it again, relaxing the javadoc requirement only. See gh-7142
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Closes gh-7142
-
Stephane Nicoll authored
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Closes gh-7147
-
Phillip Webb authored
-
Phillip Webb authored
-
Phillip Webb authored
-
- 11 Oct, 2016 9 commits
-
-
Stephane Nicoll authored
Closes gh-7044
-
Stephane Nicoll authored
* pr/6666: Polish contribution Add Rabbit idleEventInterval property
-
Stephane Nicoll authored
Closes gh-6666
-
Maciej Walkowiak authored
This commit adds a property to configure how often idle container events should be published. See gh-6666
-
Stephane Nicoll authored
* pr/6645: Polish contribution Add workingDirectory option for Maven plugin run/start
-
Stephane Nicoll authored
Closes gh-6645
-
Plamen Totev authored
Add configuration option that specifies the working directory to use to run/start the application via the Maven plugin. Closes gh-6243
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-7138
-