- 16 Aug, 2018 4 commits
-
-
Stephane Nicoll authored
Closes gh-14002
-
qct authored
See gh-14002
-
Andy Wilkinson authored
* gh-14056: Use Collections.list() where possible
-
dreis2211 authored
Closes gh-14056
-
- 13 Aug, 2018 4 commits
-
-
Andy Wilkinson authored
The -link parameters passed into the javadoc executable are used as-is. For example, redirects are not followed. Unlike 3.x, 2.x of the Maven javadoc plugin does not attempt to follow redirects before links are passed to the javadoc executable. As a result, for external links to work, the links that we provide must be canonical and produce a 200 response when accessed. Closes gh-14031
-
Andy Wilkinson authored
Closes gh-14011
-
Stephane Nicoll authored
* pr/14046: Fix freemarker documentation link
-
frohwerk authored
Closes gh-14046
-
- 10 Aug, 2018 1 commit
-
-
Andy Wilkinson authored
Closes gh-14040
-
- 08 Aug, 2018 2 commits
-
-
Stephane Nicoll authored
* pr/14001: Invoke Inflater.end() in ZipInflaterInputStream.close()
-
Johnny Lim authored
Closes gh-14001
-
- 03 Aug, 2018 1 commit
-
-
Stephane Nicoll authored
See gh-13988
-
- 02 Aug, 2018 2 commits
-
-
Stephane Nicoll authored
* pr/13985: Upgrade maven wrapper to Maven 3.5.4
-
Raja Kolli authored
Closes gh-13985
-
- 30 Jul, 2018 2 commits
-
-
Stephane Nicoll authored
-
Spring Buildmaster authored
-
- 27 Jul, 2018 2 commits
-
-
Stephane Nicoll authored
Closes gh-13917
-
Stephane Nicoll authored
Closes gh-13906
-
- 26 Jul, 2018 2 commits
-
-
Stephane Nicoll authored
Closes gh-13883
-
Stephane Nicoll authored
See gh-13917
-
- 25 Jul, 2018 1 commit
-
-
Stephane Nicoll authored
-
- 24 Jul, 2018 2 commits
-
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Co-authored-by:
Andy Bell <andyrbell@gmail.com> Closes gh-13863
-
- 20 Jul, 2018 4 commits
-
-
Andy Wilkinson authored
* gh-13818: Add null guards for getBeanDefinition() in BeanTypeRegistry
-
Johnny Lim authored
Closes gh-13818
-
Andy Wilkinson authored
Closes gh-13839
-
Andy Wilkinson authored
Closes gh-13838
-
- 18 Jul, 2018 2 commits
-
-
Andy Wilkinson authored
Closes gh-13807
-
Andy Wilkinson authored
Closes gh-13803
-
- 17 Jul, 2018 3 commits
-
-
Madhura Bhave authored
-
Stephane Nicoll authored
* pr/13792: Add missing @Test in RestarterTests
-
dreis2211 authored
Closes gh-13792
-
- 16 Jul, 2018 2 commits
-
-
Stephane Nicoll authored
* pr/13779: Remove carriage returns in TypeUtils.getJavaDoc()
-
Johnny Lim authored
Closes gh-13779
-
- 13 Jul, 2018 2 commits
-
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Closes gh-13601
-
- 12 Jul, 2018 2 commits
-
-
Stephane Nicoll authored
* pr/13755: Fix typo
-
Johnny Lim authored
Closes gh-13755
-
- 11 Jul, 2018 2 commits
-
-
Andy Wilkinson authored
Previously, when a bean was overridden and its type changes, BeanTypeRegistry could be left with a stale view of the bean's type. This would lead to incorrect bean condition evaluation as conditions would match or not match based on the bean's old type. This commit updates the type registry to refresh its view of a bean's type when its definition changes. Closes gh-13588
-
Andy Wilkinson authored
Previously, the initialization of StandardServletEnvironment's property sources in SpringBootServletInitializer led to debug logging calls being made before the LoggingSystem had been initialized. As a result, the system's default configuration was used and, in the case of Logback at least, the debug logging was output to System.out in a war deployment. This commit updates SpringBootServletInitializer to delay the initialization of StandardServletEnvironment's property sources until after the LoggingSystem has been initialized, but still in time for active profiles to be configured via servlet context parameters (see gh-9972). Closes gh-13736
-