- 26 Nov, 2018 11 commits
-
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-15293
-
Andy Wilkinson authored
Closes gh-15292
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-15204
-
Andy Wilkinson authored
-
Stephane Nicoll authored
Closes gh-15227
-
Stephane Nicoll authored
* pr/15206: Polish "Perform best effort to retrieve DataSourceProxy" Perform best effort to retrieve DataSourceProxy
-
Stephane Nicoll authored
Closes gh-15206
-
Tadaya Tsuyukubo authored
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
-
Andy Wilkinson authored
Closes gh-15289
-
- 23 Nov, 2018 13 commits
-
-
Andy Wilkinson authored
-
Andy Wilkinson authored
-
Andy Wilkinson authored
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-14990
-
Andy Wilkinson authored
Revert change inadvertently committed as part of gh-15017
-
Andy Wilkinson authored
Closes gh-15177
-
Andy Wilkinson authored
Closes gh-15220
-
Andy Wilkinson authored
Closes gh-15017
-
Andy Wilkinson authored
It's now a transitive dependency of jackson-dataformat-xml so there is no need to depend on it explicitly. Closes gh-15092
-
Andy Wilkinson authored
Closes gh-15087
-
Andy Wilkinson authored
-
Andy Wilkinson authored
This reverts commit addc421b. Closes gh-15237
-
- 22 Nov, 2018 16 commits
-
-
Andy Wilkinson authored
See gh-14936 and gh-15189
-
Andy Wilkinson authored
-
Andy Wilkinson authored
This reverts commit d4b91482. See gh-15239
-
Andy Wilkinson authored
See gh-15189
-
Andy Wilkinson authored
See gh-15251
-
Andy Wilkinson authored
See gh-15254
-
Andy Wilkinson authored
See gh-15256
-
Andy Wilkinson authored
Closes gh-15250
-
Andy Wilkinson authored
Closes gh-15249
-
Andy Wilkinson authored
Closes gh-15248
-
Andy Wilkinson authored
Closes gh-15247
-
Andy Wilkinson authored
Closes gh-15246
-
Andy Wilkinson authored
Closes gh-15245
-
Andy Wilkinson authored
Closes gh-15244
-
Andy Wilkinson authored
Closes gh-15243
-
Andy Wilkinson authored
-