- 14 Aug, 2018 6 commits
-
-
Andy Wilkinson authored
-
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
-
Andy Wilkinson authored
See gh-14028
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Closes gh-14053
-
- 13 Aug, 2018 23 commits
-
-
Madhura Bhave authored
-
Madhura Bhave authored
Closes gh-14034
-
Madhura Bhave authored
-
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
-
Stephane Nicoll authored
See gh-13974
-
Stephane Nicoll authored
See gh-13974
-
Stephane Nicoll authored
This commit adds support for Spring Framework's `DataSize` allowing to express a size in bytes and other convenient units. Similar to the `Duration` support introduced previously, this commit adds transparent binding support as well as detection of default values in `@ConfigurationProperties`-annotated object. Closes gh-13974
-
Andy Wilkinson authored
-
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
-
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
-
Andy Wilkinson authored
Closes gh-14011
-
Stephane Nicoll authored
* pr/14043: Add missing @Override
-
dreis2211 authored
Closes gh-14043
-
Stephane Nicoll authored
-
Stephane Nicoll authored
-
Stephane Nicoll authored
* pr/14046: Fix freemarker documentation link
-
frohwerk authored
Closes gh-14046
-
- 10 Aug, 2018 9 commits
-
-
Andy Wilkinson authored
-
Andy Wilkinson authored
-
-
Andy Wilkinson authored
Closes gh-14040
-
Stephane Nicoll authored
Closes gh-14041
-
Stephane Nicoll authored
Closes gh-14039
-
Stephane Nicoll authored
See gh-14038
-
Stephane Nicoll authored
-
Stephane Nicoll authored
This commit also fixes the detection of a ClassCastException that can be safely ignored on the module path with Java 9 Closes gh-14033
-
- 09 Aug, 2018 2 commits
-
-
Stephane Nicoll authored
-
Andy Wilkinson authored
-