- 15 Aug, 2018 2 commits
-
-
Stephane Nicoll authored
* pr/14049: Polish
-
Johnny Lim authored
See gh-14049
-
- 14 Aug, 2018 3 commits
-
-
Madhura Bhave authored
Fixes gh-13955
-
Andy Wilkinson authored
Due to gradle/gradle#5510, using a lambda for a task action breaks up-to-date checks in certain circumstances. This commit updates JavaPluginAction to use an inner-class in place of a lambda for the action that it adds to JavaCompile tasks. A test has not been added as it does not appear to be possible to reproduce it with a TestKit-based test. Closes gh-14054
-
Stephane Nicoll authored
Closes gh-14053
-
- 13 Aug, 2018 11 commits
-
-
Madhura Bhave authored
Closes gh-14034
-
Madhura Bhave authored
If the web application type is set via properties, it is available only after binding. The environment needs to be converted to the appropriate type if it does not match. If a custom environment is set, it is not converted. Fixes gh-13977
-
Andy Wilkinson authored
The 3.0.1 version of the Maven Javadoc Plugin contains a bug [1] that means that a link URL must redirect otherwise it is ignored. [1] https://issues.apache.org/jira/browse/MJAVADOC-532
-
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
* gh-14032: Propagate retryWrites flag from connection URI to ReactiveMongoClient
-
Nikolay Rybak authored
Closes gh-14032
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-14011
-
Stephane Nicoll authored
-
Stephane Nicoll authored
* pr/14046: Fix freemarker documentation link
-
frohwerk authored
Closes gh-14046
-
- 10 Aug, 2018 2 commits
-
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-14040
-
- 09 Aug, 2018 3 commits
-
-
Andy Wilkinson authored
* gh-14019: Polish "Fix NPE in FlywayEndpoint when migration.installedOn is null" Fix NPE in FlywayEndpoint when migration.installedOn is null
-
Andy Wilkinson authored
Closes gh-14019
-
artsiom authored
See gh-14019
-
- 08 Aug, 2018 10 commits
-
-
Madhura Bhave authored
Closes gh-13947
-
Stephane Nicoll authored
This commit makes sure to use a configurable timeout to check if the Couchbase cluster is up, rather than relying on the default that can be quite long. Closes gh-13879
-
Stephane Nicoll authored
-
Stephane Nicoll authored
* pr/14001: Invoke Inflater.end() in ZipInflaterInputStream.close()
-
Johnny Lim authored
Closes gh-14001
-
Stephane Nicoll authored
Previously, the setter of a property whose second letter is upper-case ( such as `oAuth2Uri`) was not detected properly. The JavaBean spec states that, in such a case, the first letter should not be capitalized (i.e. the setter should be `setoAuth2Uri` rather than `setOAuth2Uri`). This commit makes sure that Jackson uses standard bean names and fixes the setter detection algorithm to take this case into account. Closes gh-13878
-
Stephane Nicoll authored
* pr/14015: Polish OnWebApplicationCondition
-
dreis2211 authored
Closes gh-14015
-
Stephane Nicoll authored
* pr/14013: Fix typo
-
dreis2211 authored
Closes gh-14013
-
- 07 Aug, 2018 1 commit
-
-
Stephane Nicoll authored
Those can be re-added at any time there is Spring Boot 2 support Closes gh-13510
-
- 06 Aug, 2018 1 commit
-
-
Stephane Nicoll authored
This commit restore the use of the `postProcessRequestHeaders` method when overridden in a custom HttpExchangeTracer implementation. Closes gh-13924
-
- 03 Aug, 2018 6 commits
-
-
Stephane Nicoll authored
-
Stephane Nicoll authored
-
Stephane Nicoll authored
-
Stephane Nicoll authored
See gh-13988
-
Stephane Nicoll authored
* pr/13991: Return null immediately when sla is null in convertSla()
-
Johnny Lim authored
Closes gh-13991
-
- 02 Aug, 2018 1 commit
-
-
Madhura Bhave authored
Prior to the changes that fixed #12451, `FilteredPropertySources` and `CompositePropertySources` were required by the `PropertySourcesDeducer` to ensure that configuration properties binding could see changes to the environment even when there was a PropertySourcesPlaceholderConfigurer in the context. #12451 changed the way property sources are adapted by `SpringConfigurationPropertySources`, removing the need for `FilteredPropertySources` and `CompositePropertySources`. Fixes gh-13738
-