- 15 Nov, 2018 21 commits
-
-
Phillip Webb authored
-
Phillip Webb authored
Add a `JettyAccessLogCustomizer` to customize management access logs when the management server is running on a different port. Closes gh-15041
-
Phillip Webb authored
-
Phillip Webb authored
-
Phillip Webb authored
Update CI scripts to use the Bintray API key rather than the password when making curl calls. Closes gh-15015
-
Phillip Webb authored
See gh-15179
-
Phillip Webb authored
-
Phillip Webb authored
* pr/15182: Polish "Skip scoped targets when determining endpoints" Skip scoped targets when determining endpoints
-
Phillip Webb authored
See gh-15182
-
Rahul Ahuja authored
Update `EndpointDiscoverer` to filter out scoped target beans when finding endpoints. Closes gh-15182
-
Phillip Webb authored
-
Phillip Webb authored
* pr/15179: Fix CI Java 11 references
-
Toshiaki Maki authored
Closes gh-15179
-
Andy Wilkinson authored
Closes gh-15171
-
Stephane Nicoll authored
This commit fixes a regression that wrongly changed the default unit of multipart properties from bytes to megabytes. Closes gh-15162
-
Stephane Nicoll authored
-
Phillip Webb authored
-
Phillip Webb authored
-
Phillip Webb authored
Update `EmbeddedWebApplicationContext` so that Servlet related resolvable dependencies are registered in `postProcessBeanFactory`. This allows a `ServletReqest` to be autowired into an early initialized bean and brings parity with WAR based deployments. Closes gh-14990
-
Phillip Webb authored
* pr/15176: Fixed typo in maven site documentation
-
Ryan Scheidter authored
Closes gh-15176
-
- 14 Nov, 2018 6 commits
-
-
Phillip Webb authored
Update `AnnotationsPropertySource` to ensure that `null` results from `findMergedAnnotation` are not added to the annotation list. Prior to this commit, if `findMergedAnnotation` returned `null` then `AnnotationsPropertySource.collectProperties` would throw an NPE. Although `findMergedAnnotation` should never return `null`, we're best off being defensive so that bugs such as SPR-17495 won't cause problems. Closes gh-15175
-
Brian Clozel authored
Closes gh-15027
-
Brian Clozel authored
Closes gh-14292
-
Madhura Bhave authored
-
Madhura Bhave authored
* gh-15169: Remove unnecessary echo in release notes script
-
Johnny Lim authored
Closes gh-15169
-
- 13 Nov, 2018 13 commits
-
-
Phillip Webb authored
-
Phillip Webb authored
Closes gh-15158
-
Phillip Webb authored
-
Phillip Webb authored
Closes gh-15160
-
Phillip Webb authored
-
Phillip Webb authored
Closes gh-15159
-
Stephane Nicoll authored
* pr/15144: Add reference to ArangoDB starter
-
Mark Vollmary authored
Closes gh-15144
-
Phillip Webb authored
-
Phillip Webb authored
See gh-15158
-
Phillip Webb authored
See gh-15158
-
Phillip Webb authored
-
Phillip Webb authored
Fix `curl` to follow redirects and use the correct `strip` variable. See gh-15158
-