- 20 Aug, 2018 3 commits
-
-
Stephane Nicoll authored
* pr/14125: Polish "Replace loops with Arrays.setAll where possible" Replace loops with Arrays.setAll where possible
-
Stephane Nicoll authored
Closes gh-14125
-
dreis2211 authored
See gh-14125
-
- 19 Aug, 2018 2 commits
-
-
Stephane Nicoll authored
* pr/14132: Upgrade to Neo4j Ogm 3.1.1
-
Gerrit Meier authored
Closes gh-14132
-
- 17 Aug, 2018 10 commits
-
-
Madhura Bhave authored
Fixes gh-13970
-
artsiom authored
Closes gh-14008
-
Stephane Nicoll authored
Closes gh-14098
-
Stephane Nicoll authored
Closes gh-14097
-
Stephane Nicoll authored
Closes gh-14096
-
Stephane Nicoll authored
Closes gh-14095
-
Stephane Nicoll authored
Closes gh-14094
-
Stephane Nicoll authored
Closes gh-14093
-
Stephane Nicoll authored
Closes gh-14092
-
Stephane Nicoll authored
Closes gh-14091
-
- 16 Aug, 2018 12 commits
-
-
Madhura Bhave authored
-
Madhura Bhave authored
This commit changes AbstractWebMvcEndpointHandlerMapping to be a MatchableHandlerMapping. Additionally, EndpointRequest, now delegates to MvcRequestMatcher for Spring MVC applications. For all other applications, AntPathRequestMatcher is used as a delegate. Closes gh-13962
-
Madhura Bhave authored
-
Madhura Bhave authored
-
Madhura Bhave authored
Fixes gh-14084
-
Stephane Nicoll authored
-
Stephane Nicoll authored
* pr/14002: Polish "Add table for supported build tools" Add table for supported build tools
-
Stephane Nicoll authored
Closes gh-14002
-
qct authored
See gh-14002
-
Andy Wilkinson authored
-
Andy Wilkinson authored
* gh-14056: Use Collections.list() where possible
-
dreis2211 authored
Closes gh-14056
-
- 15 Aug, 2018 7 commits
-
-
Madhura Bhave authored
* gh-14067: Polish
-
Johnny Lim authored
Closes gh-14067
-
Stephane Nicoll authored
-
Stephane Nicoll authored
* pr/14072: Remove @UsesUnsafeJava annotations
-
dreis2211 authored
Closes gh-14072
-
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 3 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
-