- 15 Apr, 2016 10 commits
-
-
Vedran Pavic authored
Closes gh-1045
-
Stephane Nicoll authored
* pr/5689: Additional jackson dependency management
-
Johnny Lim authored
This commit provide dependency management for `jackson-dataformat-cbor` and `jackson-dataformat-smile` Closes gh-5689
-
Stephane Nicoll authored
Closes gh-5675
-
Stephane Nicoll authored
Closes gh-5694
-
Stephane Nicoll authored
* pr/5684: Upgrade animal sniffer Java signature
-
Ruben Dijkstra authored
Closes gh-5684
-
Stephane Nicoll authored
* pr/5691: Polish
-
Johnny Lim authored
Closes gh-5691
-
Phillip Webb authored
-
- 14 Apr, 2016 3 commits
-
-
Phillip Webb authored
Rename Import*AutoConfiguration classes to AutoConfigure*. Fixes gh-5692
-
Stephane Nicoll authored
* pr/5685: Polish
-
Johnny Lim authored
Closes gh-5685
-
- 13 Apr, 2016 12 commits
-
-
Andy Wilkinson authored
Closes gh-5681
-
Stephane Nicoll authored
* pr/5662: Upgrade to Maven 3.3.9
-
Raja Dilip Kolli authored
Closes gh-5662
-
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 15 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
-