- 11 Apr, 2016 32 commits
-
-
Phillip Webb authored
-
Phillip Webb authored
-
Phillip Webb authored
* issue-5380-fix: Add Jetty `acceptors` and `selectors` support
-
Venil Noronha authored
Add support for Jetty `acceptors` and `selectors` configuration, either directly on the `JettyEmbeddedServletContainerFactory` or via `server.jetty.acceptors`/`server.jetty.selectors` server properties. Fixes gh-5380 Closes gh-5649
-
Phillip Webb authored
Fix accidental regression introduced when I tweaked the updated banner support (commit aaed87d1). See gh-5636
-
Phillip Webb authored
-
Phillip Webb authored
* add_banner_bean: Register printed banner in ApplicationContext
-
Michael J. Simons authored
Update SpringApplication to store the banner that was actually printed as a bean named `springBootBanner`. Closes gh-5636
-
Andy Wilkinson authored
-
Phillip Webb authored
Fixes gh-5647
-
Phillip Webb authored
-
Andy Wilkinson authored
Closes gh-5656
-
Stephane Nicoll authored
Our Windows build is failing currently because the couchbase server does not handle a socket connection within a second (the default). This commit adds a property to customize this option and set it to 10 sec in the sample. While investigating this issue, it turns out that while `CouchbaseConfiguration` is public, it is not really possible to extend it in user's configuration. This commit fixes this problem and add a test that demonstrates how it can be used. Closes gh-5657
-
Andy Wilkinson authored
Spring Session 1.2 has introduced two new modules. This commit expands Boot's dependency management to cover them. Closes gh-5634
-
Andy Wilkinson authored
Previously, the CLI would always use the class loader to try to locate a source file. This was contrary to the SourceOptions javadoc which states that the class loader is “used to try and load files that are not found in the local filesystem”. This provide to be problematic on Windows when a fully-qualified source file was supplied. The driver letter colon slash (e.g. c:/) at the start of the path is considered invalid for a class path resource by URLClassPath.Loader resulting in an IllegalArgumentException being thrown. A workaround for this URLClassPath behaviour was added in a71c9b5d. It was removed as part of reworking LaunchedURLClassLoader to use a conventional delegation model in 87fe0b2a. It was then reinstated in cc140b2c. This work around is undesirable as it causes LaunchedURLClassLoader’s behaviour to diverge from URLClassLoader’s behaviour (this is contrary to the comments in the test added in a71c9b5d which incorrectly tests the two class loader with different class paths. If the two class loaders are created with the same class path then their behaviour is the same). This commit updates SourceOptions to make its behaviour match its javadoc so that a search of the class path is only performed if the filename doesn’t exist on the filesystem. Furthermore, when running on Windows, if the filename is an absolute path no further searching is performed as the path cannot reliably be used to search the class path due to the behaviour of URLClassPath.Loader when given a path that is an absolute file path on Windows. This ensures that the user is presented with an error message indicating that the file could not be found. Closes gh-5650
-
Stephane Nicoll authored
-
Stephane Nicoll authored
The couchbase instance in our windows infra seems super slow. Trying to workaround that issue by increasing the connect timeout from 5 to 10 sec. See gh-5651
-
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 8 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
-