- 01 Feb, 2018 7 commits
-
-
Andy Wilkinson authored
See gh-11397
-
Stephane Nicoll authored
* pr/11874: Remove obsolete comment
-
dreis2211 authored
Closes gh-11874
-
Stephane Nicoll authored
* pr/11871: Polish
-
Johnny Lim authored
Closes gh-11871
-
Madhura Bhave authored
-
Madhura Bhave authored
Closes gh-11420
-
- 31 Jan, 2018 16 commits
-
-
Andy Wilkinson authored
Closes gh-11504
-
Andy Wilkinson authored
See gh-11870
-
Andy Wilkinson authored
Closes gh-11225
-
Andy Wilkinson authored
* gh-11866: Add dependency management for remaining REST Assured modules Add dependency management for io.rest-assured:spring-mock-mvc
-
Stephane Nicoll authored
This commit makes sure that caching is enabled if an operation has nullable parameters and the actual invocation provides null values. Closes gh-11795
-
Andy Wilkinson authored
Close gh-11866
-
Tony Findeisen authored
See gh-11866
-
Andy Wilkinson authored
Closes gh-10138
-
Stephane Nicoll authored
-
Andy Wilkinson authored
Previously, the ordering of the entries in an archive produced by BootJar was different to the ordering of the entries in an archive produced by BootWar. The latter placed application classes before any nested jars, whereas the former was the other way around. This commit updates BootJar to use the same ordering as BootWar and adds tests to verify that the ordering is the following: 1. Loader classes 2. Application classes (BOOT-INF/classes or WEB-INF/classes) 3. Nested jars (BOOT-INF/lib or WEB-INF/lib) 4. Provided nested jars in a war (WEB-INF/lib-provided) The tests also verify that the position of a library is not affected by it requiring unpacking. See gh-11695 See gh-11696
-
Phillip Webb authored
-
Phillip Webb authored
Stop running apply-plugin tests as part of the build since during a release the version number will change and the jar will not be available. Fixes gh-11857
-
Jon Schneider authored
Update `CompositeMeterRegistryPostProcessor` to use constructor autowiring for `Clock` detection. Fixes gh-11856
-
Phillip Webb authored
Update a couple of the `spring-boot-gradle-plugin` sample gradle flies so that they include the running classpath. The additional lines are contained within a tag which is ultimately filtered from the final documentation. Fixes gh-11857
-
Phillip Webb authored
-
Phillip Webb authored
-
- 30 Jan, 2018 17 commits
-
-
Spring Buildmaster authored
-
Madhura Bhave authored
-
Phillip Webb authored
-
Phillip Webb authored
This reverts commit e5fb9c56.
-
Phillip Webb authored
-
Phillip Webb authored
-
Phillip Webb authored
Update embedded launch script to no longer change ownership of files or folders that already exist. Fixes gh-11397
-
Phillip Webb authored
* pr/11848: All CLI support for Windows MINGW environments
-
Jacques Stadler authored
Closes gh-11848
-
Andy Wilkinson authored
* gh-11852: Polish "Aggregate max statistics in metrics endpoint with Double#max" Aggregate max statistics in metrics endpoint with Double#max
-
Andy Wilkinson authored
Closes gh-11852
-
Jon Schneider authored
See gh-11852
-
Phillip Webb authored
-
Andy Wilkinson authored
* gh-11815: Use Spring Session BOM in dependency management
-
Vedran Pavic authored
Closes gh-11815
-
Andy Wilkinson authored
This reverts commit d908d0e8. See gh-11830
-
Stephane Nicoll authored
-