Andy Wilkinson
073ac7bc99
Fix Thymeleaf security dialect tests on Windows
2018-11-26 16:15:15 +00:00
Andy Wilkinson
a0d0ecf9d4
Test the Gradle plugin against Gradle 5.0
...
Closes gh-15171
2018-11-26 16:02:54 +00:00
Andy Wilkinson
5a9ff6a3cb
Merge branch '2.0.x'
2018-11-26 15:51:52 +00:00
Andy Wilkinson
5201584c60
Upgrade to Neo4j Ogm 3.1.5
...
Closes gh-15293
2018-11-26 15:51:01 +00:00
Andy Wilkinson
55721f06df
Upgrade to Kotlin 1.2.71
...
Closes gh-15292
2018-11-26 15:50:59 +00:00
Andy Wilkinson
c73fdc4ce4
Merge branch '2.0.x'
2018-11-26 12:09:21 +00:00
Andy Wilkinson
d2756319cb
Polish
2018-11-26 12:09:14 +00:00
Andy Wilkinson
1c4a26557c
Polish
2018-11-26 11:47:35 +00:00
Andy Wilkinson
c1bbcb6908
Merge branch '2.0.x'
2018-11-26 11:41:55 +00:00
Andy Wilkinson
4bc32e6358
Use a HandlerInterceptor for timing long tasks
...
Closes gh-15204
2018-11-26 11:30:06 +00:00
Andy Wilkinson
e1db713169
Merge branch '2.0.x'
2018-11-26 10:38:01 +00:00
Andy Wilkinson
958c3861ee
Merge branch '1.5.x' into 2.0.x
2018-11-26 10:37:45 +00:00
Stephane Nicoll
f43a83fa4f
Upgrade to Junit Jupiter 5.3.2
...
Closes gh-15286
2018-11-26 10:41:08 +01:00
Stephane Nicoll
ae1979f1ff
Merge branch '2.0.x'
2018-11-26 10:35:37 +01:00
Stephane Nicoll
5f0ac46d78
Unwrap DataSource target rather than plain instanceof calls
...
Closes gh-15227
2018-11-26 10:35:10 +01:00
Stephane Nicoll
8cdbbddc6d
Merge pull request #15206 from ttddyy
...
* pr/15206:
Polish "Perform best effort to retrieve DataSourceProxy"
Perform best effort to retrieve DataSourceProxy
2018-11-26 10:23:11 +01:00
Stephane Nicoll
e424dfbe15
Polish "Perform best effort to retrieve DataSourceProxy"
...
Closes gh-15206
2018-11-26 10:18:48 +01:00
Tadaya Tsuyukubo
26f9a92837
Perform best effort to retrieve DataSourceProxy
...
Prior to this commit, `DataSourceJmxConfiguration` with tomcat
`DataSource`, it can only find `DataSourceProxy` if the given
`DataSource` is a direct child of it. Since it uses `instanceof`, it
could not find `DataSourceProxy` if the `DataSource` is
wrapped(delegated) or proxied.
This is because `DataSourceProxy#unwrap()` always returns null; thus
cannot use this method to directly obtain `DataSourceProxy`.
In this commit, updated the check logic to perform the best effort to
retrieve `DataSourceProxy`. If given `DataSource` is wrapped or proxied
by spring, tries to unwrap or get target datasource recursively to find
`DataSourceProxy`.
See gh-15206
2018-11-26 10:18:48 +01:00
Andy Wilkinson
dff3d6ec7a
Upgrade to Jackson 2.8.11.20181123
...
Closes gh-15289
2018-11-26 08:38:04 +00:00
Andy Wilkinson
ee2107c91b
Merge branch '2.0.x'
2018-11-23 20:15:42 +00:00
Andy Wilkinson
44632ea55c
Merge branch '1.5.x' into 2.0.x
2018-11-23 20:15:26 +00:00
Andy Wilkinson
1d3a066f52
Polish
2018-11-23 20:15:13 +00:00
Andy Wilkinson
548cc05bb6
Polish
2018-11-23 19:33:33 +00:00
Andy Wilkinson
5a246ce24d
Merge branch '2.0.x'
2018-11-23 17:00:24 +00:00
Andy Wilkinson
8772f90e2f
Polish
2018-11-23 17:00:16 +00:00
Andy Wilkinson
35cce76ae8
Merge branch '2.0.x'
2018-11-23 16:59:27 +00:00
Andy Wilkinson
3331fa2d02
Merge branch '1.5.x' into 2.0.x
2018-11-23 16:59:18 +00:00
Andy Wilkinson
291522a261
Avoid duplicate scope registration
...
Closes gh-14990
2018-11-23 16:55:43 +00:00
Andy Wilkinson
1797040e1a
Merge branch '2.0.x'
2018-11-23 16:42:13 +00:00
Andy Wilkinson
a54de61e61
Polish
...
Revert change inadvertently committed as part of gh-15017
2018-11-23 16:41:25 +00:00
Andy Wilkinson
4f405ed97d
Merge branch '2.0.x'
2018-11-23 15:45:13 +00:00
Andy Wilkinson
058428a14c
Clarify how multiple attributes are treated by ConditionalOn(Missing)Bean
...
Closes gh-15177
2018-11-23 15:44:58 +00:00
Andy Wilkinson
f25c32e8b9
Merge branch '2.0.x'
2018-11-23 15:26:08 +00:00
Andy Wilkinson
d104205880
Update docs to reflect that @AutoConfigureRestDocs supports WebTestClient
...
Closes gh-15220
2018-11-23 15:26:01 +00:00
Andy Wilkinson
deeb961c6e
Merge branch '2.0.x'
2018-11-23 15:23:14 +00:00
Andy Wilkinson
1f39b5dd7a
Align MeterRegistryConfigurer's javadoc with its implementation
...
Closes gh-15017
2018-11-23 15:22:09 +00:00
Andy Wilkinson
56519e5cbb
Merge branch '2.0.x'
2018-11-23 15:12:13 +00:00
Andy Wilkinson
8ee57ac574
Remove redundant suggestion to add a dependency on Woodstox
...
It's now a transitive dependency of jackson-dataformat-xml so there is no
need to depend on it explicitly.
Closes gh-15092
2018-11-23 15:11:03 +00:00
Andy Wilkinson
7790876575
Merge branch '2.0.x'
2018-11-23 14:01:12 +00:00
Andy Wilkinson
c0e286b96b
Test the Gradle Plugin against Gradle 5.0-rc-3
...
Closes gh-15171
2018-11-23 13:47:19 +00:00
Andy Wilkinson
ce0a3d0311
Add missing classpath setters to BootJar and BootWar
...
Closes gh-15087
2018-11-23 13:46:56 +00:00
Andy Wilkinson
d97ce26830
Merge branch '2.0.x'
2018-11-23 08:39:38 +00:00
Andy Wilkinson
fd6dea7ac8
Merge branch '1.5.x' into 2.0.x
2018-11-23 08:39:25 +00:00
Andy Wilkinson
85cb6bf096
Revert "Upgrade to Ehcache 2.10.6"
...
This reverts commit addc421bfd .
Closes gh-15237
2018-11-23 08:38:52 +00:00
Andy Wilkinson
687fdf9a1a
Merge branch '2.0.x'
2018-11-22 20:28:22 +00:00
Andy Wilkinson
3bda78a3d3
Fix tests after HandlerExceptionResolver logging changes
...
See gh-14936 and gh-15189
2018-11-22 20:27:19 +00:00
Andy Wilkinson
b5433cd862
Revert "Upgrade to Selenium Htmlunit 2.33.3"
...
This reverts commit 3048b7a218 .
See gh-15269
2018-11-22 20:10:13 +00:00
Andy Wilkinson
27ef03a2c1
Merge branch '2.0.x'
2018-11-22 17:31:32 +00:00
Andy Wilkinson
97f7984812
Merge branch '1.5.x' into 2.0.x
2018-11-22 17:31:03 +00:00
Andy Wilkinson
2aa2091fc4
Revert "Upgrade to Jetty 9.4.14.v20181114"
...
This reverts commit d4b914828f .
See gh-15239
2018-11-22 17:29:41 +00:00