- 13 Apr, 2016 10 commits
-
-
Spring Buildmaster authored
-
Phillip Webb authored
-
Phillip Webb authored
* context-close: Close the context in TypeExcludeFilterTests
-
Johnny Lim authored
Closes gh-5672
-
Phillip Webb authored
* patch-50: Remove a test doing nothing
-
Johnny Lim authored
Closes gh-5673
-
Phillip Webb authored
-
Phillip Webb authored
-
Phillip Webb authored
-
Phillip Webb authored
-
- 12 Apr, 2016 19 commits
-
-
Phillip Webb authored
* pull5667: Fix potential NPE in RedisAutoConfiguration
-
oEmbedler Inc authored
Closes gh-5667
-
Phillip Webb authored
-
Phillip Webb authored
* pull5053: Make UserInfoTokenServices.getPrincipal protected
-
Sergey Pauk authored
Update UserInfoTokenServices.getPrincipal() so that it can be overridden by subclasses to allow a custom authenticated principal to be returned from the authorized request parameters. Fixes gh-5053
-
Phillip Webb authored
Update RelaxedDataBinder.extendCollectionIfNecessary to use the current index when checking if the path node is an array. Fixes gh-5635
-
Phillip Webb authored
Update CentralDirectoryParser to reduce the number of objects created when parsing the central directory. A single CentralDirectoryFileHeader object is now reused as entries are parsed. Fixes gh-5260
-
Phillip Webb authored
-
Phillip Webb authored
-
Phillip Webb authored
Update tests that use `doWithBlockedPort` so that the port is obtained and bound early to ensure that something else doesn't grab it.
-
Andy Wilkinson authored
When spring-boot-docs is built on Windows, Maven logs a warning: [WARNING] The POM for org.crashub:crash.shell:jar:1.3.2 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details The build then fails as a class in crash.cli, a dependency of crash.shell, is unavailable. The failure’s due to a hardcoded path in the pom that Maven needs to be absolute and isn’t on Windows. See https://jira.exoplatform.org/browse/CRASH-247 for details. This commit works around the problem by explicitly declaring crash.shell’s one dependency directly. The warning is still logged but it’s now benign. Closes gh-5633
-
Andy Wilkinson authored
-
Andy Wilkinson authored
5e0ba6ea added support for reading a jar manifest's Class-Path attribute when resolving changeable URLs from a URLClassLoader, however it did not handle relative URLs, i.e. URLs without a protocol, correctly. This commit updates ChangeableUrls so that it uses the URL of the JAR that contains the manifest as the base for any new URLs that are created. When the Class-Path entry is relative, this base will be used. When the Class-Path entry is absolutee, URL's constructor will ignore the supplied base. Closes gh-5665
-
Andy Wilkinson authored
* gh-5324: Polish "Allow Jetty's ThreadPool to be customized" (gh-5324) Allow Jetty's ThreadPool to be customized
-
Andy Wilkinson authored
-
Henri Kerola authored
This commit enhances JettyEmbeddedServletContainerFactory to allow Jetty to be created with a custom ThreadPool via a new setThreadPool(ThreadPool) method. Closes gh-5324
-
Stephane Nicoll authored
* pr/5661: Polish
-
Johnny Lim authored
Closes gh-5661
-
Stephane Nicoll authored
-
- 11 Apr, 2016 11 commits
-
-
Andy Wilkinson authored
Closes gh-5566
-
Andy Wilkinson authored
The ServerConnector class doesn’t exist in Jetty 8 so we have to resort to reflection to create and configure a SelectChannelConnector instead. Closes gh-5649 See gh-5380
-
Phillip Webb authored
Acceptors and Selectors aren't supported with Jetty 8. See gh-5380
-
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
-