- 11 Apr, 2016 15 commits
-
-
Andy Wilkinson authored
The instructions should have been updated as part of the work on gh-5267 so that the zip of all of the starter poms is available to the documentation's build. With that fixed, the current instructions still fail as the javadoc fails to generated as a result of org.springframework.boot:spring-boot:test-jar:tests being unavailable. This can be avoid by simply not trying to build the javadoc, i.e. by running generate-resources rather than install. Closes gh-5633
-
Stephane Nicoll authored
-
Andy Wilkinson authored
* gh-5652: Use the passed parameter in BuildInfo.coerceToStringValues()
-
Johnny Lim authored
Closes gh-5652
-
Phillip Webb authored
-
Phillip Webb authored
-
Phillip Webb authored
* notprofilesyaml: Polish profile negation in YAML sub-documents Support profile negation in YAML sub-documents
-
Phillip Webb authored
Closes gh-4953
-
Matt Benson authored
See gh-4953
-
Phillip Webb authored
* feature/gh-5333: Remove SolrAutoConfiguration @PreDestroy
-
Anand Shah authored
Remove @PreDestroy from SolrAutoConfiguration since the container will call the close method anyway. Fixes gh-5333 Closes gh-5339
-
Phillip Webb authored
* polish-20160411: Polish
-
Johnny Lim authored
-
Phillip Webb authored
Reinstate the defensive call of super.findResource() in LaunchedURLClassLoader. Closes gh-5650 See gh-486
-
Phillip Webb authored
-
- 10 Apr, 2016 24 commits
-
-
Phillip Webb authored
-
Phillip Webb authored
-
Phillip Webb authored
-
Phillip Webb authored
-
Phillip Webb authored
See gh-5287
-
Phillip Webb authored
Remove accidentally committed SizeThreshold class.
-
Phillip Webb authored
* windows-build-fixes: Fix some Windows build issues
-
Ruben Dijkstra authored
Closes gh-5640
-
Phillip Webb authored
* issue-5637-fix: Polish contribution Support max-http-header-size & max-http-post-size
-
Phillip Webb authored
-
Venil Noronha authored
Add `server.max-http-header-size` and `server.max-http-post-size` properties and deprecate `server.tomcat.max-http-header-size`. Fixes gh-5637 Closes gh-5641
-
Stephane Nicoll authored
-
Phillip Webb authored
-
Phillip Webb authored
* issue-5631-fix: Polish contribution Support ActiveMQ trusted packages
-
Phillip Webb authored
-
Venil Noronha authored
Ass support for white-listing specific packages or trusting all packages when using ActiveMQ. Fixes gh-5631 Closes gh-5644
-
Phillip Webb authored
-
Phillip Webb authored
-
Phillip Webb authored
-
Phillip Webb authored
Ensure any ChildManagementContext created to start a management server on a different port uses the same EmbeddedServletContainerFactory type. Fixes gh-5474
-
Phillip Webb authored
Update ServerProperties so that `null` values are not applied when customizing the EmbeddedServletContainerFactory. Primarily changed to stop `server.undertow.accesslog.enabled` from being blindly applied. Fixes gh-5515
-
Phillip Webb authored
Update the auto-configured MessageChannelMetricWriter with @ExportMetricWriter so that metrics are actually exported. Fixes gh-5517
-
Phillip Webb authored
Update JettyEmbeddedServletContainerFactory so that requests other than just GET, POST and HEAD are handled by the ErrorHandler. Fixes gh-5367
-
Phillip Webb authored
-
- 09 Apr, 2016 1 commit
-
-
Stephane Nicoll authored
-