- 28 Nov, 2018 2 commits
-
-
Stephane Nicoll authored
Closes gh-15227
-
Stephane Nicoll authored
See gh-15315
-
- 27 Nov, 2018 20 commits
-
-
Madhura Bhave authored
-
Andy Wilkinson authored
-
Andy Wilkinson authored
* gh-15295: Warn about Quartz dropping tables on restart
-
Johannes Zick authored
Closes gh-15295
-
Andy Wilkinson authored
Closes gh-1828
-
Andy Wilkinson authored
Closes gh-15167
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-3413
-
Andy Wilkinson authored
Closes gh-15016
-
Andy Wilkinson authored
Closes gh-14893
-
Andy Wilkinson authored
Closes gh-15151
-
Andy Wilkinson authored
Closes gh-15070
-
Andy Wilkinson authored
* gh-15163: Polish "Auto-configure Spring Session's cookie serializer" Auto-configure Spring Session's cookie serializer
-
Andy Wilkinson authored
Closes gh-15163
-
Vedran Pavic authored
See gh-15163
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-15305
-
Stephane Nicoll authored
Closes gh-15189
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Closes gh-15188
-
- 26 Nov, 2018 14 commits
-
-
Andy Wilkinson authored
Closes gh-15094
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-15180
-
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 4 commits
-
-
Andy Wilkinson authored
-
Andy Wilkinson authored
-
Andy Wilkinson authored
-
Andy Wilkinson authored
-