Andy Wilkinson
5fab0aee43
Upgrade to Spring AMQP 2.0.10.RELEASE
...
Closes gh-15256
6 years ago
Andy Wilkinson
edbca5f4c0
Upgrade to Spring Security 5.0.10.RELEASE
...
Closes gh-15253
6 years ago
Stephane Nicoll
b103e0c869
Polish "Unwrap DataSource target rather than plain instanceof calls"
...
Closes gh-15227
6 years ago
Stephane Nicoll
98378e210d
Start building against Spring Kafka 2.1.11 snapshots
...
See gh-15315
6 years ago
Madhura Bhave
6f89da88e6
Cleanup unused pipeline params
6 years ago
Andy Wilkinson
2b22b23aad
Polish
6 years ago
Andy Wilkinson
6f07155d59
Merge pull request #15295 from Johannes Zick
...
* gh-15295:
Warn about Quartz dropping tables on restart
6 years ago
Johannes Zick
83cf348ec8
Warn about Quartz dropping tables on restart
...
Closes gh-15295
6 years ago
Andy Wilkinson
ab39e50ece
List Gradle's Shadow Plugin as an alternative to Boot's loader
...
Closes gh-1828
6 years ago
Andy Wilkinson
e81abc3f11
Order jacksonCodecCustomizer so user-provided customizer can go after it
...
Closes gh-15167
6 years ago
Andy Wilkinson
e6dd11254c
Polish
6 years ago
Andy Wilkinson
4a385e89bd
Mention fully executable jars in Jersey’s scanning limitations
...
Closes gh-3413
6 years ago
Andy Wilkinson
1f994b70b5
Correct description of file generated by heapdump endpoint
...
Closes gh-15016
6 years ago
Andy Wilkinson
ae5d5235f6
Upgrade to Spring Data Kay-SR12
...
Closes gh-14893
6 years ago
Andy Wilkinson
376e7fdfa1
Document profile activation limitation of .spring-boot-devtools.properties
...
Closes gh-15151
6 years ago
Andy Wilkinson
e74b084c67
Auto-configure codec customizations and JSON when using @WebFluxTest
...
Closes gh-15070
6 years ago
Andy Wilkinson
ab8e4d5987
Merge pull request #15163 from Vedran Pavic
...
* gh-15163:
Polish "Auto-configure Spring Session's cookie serializer"
Auto-configure Spring Session's cookie serializer
6 years ago
Andy Wilkinson
9553d4f64b
Polish "Auto-configure Spring Session's cookie serializer"
...
Closes gh-15163
6 years ago
Vedran Pavic
0daf83efab
Auto-configure Spring Session's cookie serializer
...
See gh-15163
6 years ago
Andy Wilkinson
516d0eff3a
Merge branch '1.5.x' into 2.0.x
6 years ago
Andy Wilkinson
17b38dc264
Upgrade to Spring Data Releasetrain Ingalls-SR17
...
Closes gh-15305
6 years ago
Stephane Nicoll
e89d1a8ebe
Upgrade to Spring Framework 5.0.11
...
Closes gh-15189
6 years ago
Stephane Nicoll
997209fd04
Merge branch '1.5.x' into 2.0.x
6 years ago
Stephane Nicoll
9bc85af19c
Upgrade to Spring Framework 4.3.21
...
Closes gh-15188
6 years ago
Andy Wilkinson
69edf8960f
Correct stale reference to embeddedLaunchScriptProperties with Gradle
...
Closes gh-15094
6 years ago
Andy Wilkinson
898d9f80f3
Merge branch '1.5.x' into 2.0.x
6 years ago
Andy Wilkinson
7cf9b984aa
Warn about unpack's use of the temporary directory
...
Closes gh-15180
6 years ago
Andy Wilkinson
7ddbb37bd5
Polish
6 years ago
Andy Wilkinson
5201584c60
Upgrade to Neo4j Ogm 3.1.5
...
Closes gh-15293
6 years ago
Andy Wilkinson
55721f06df
Upgrade to Kotlin 1.2.71
...
Closes gh-15292
6 years ago
Andy Wilkinson
d2756319cb
Polish
6 years ago
Andy Wilkinson
4bc32e6358
Use a HandlerInterceptor for timing long tasks
...
Closes gh-15204
6 years ago
Andy Wilkinson
958c3861ee
Merge branch '1.5.x' into 2.0.x
6 years ago
Stephane Nicoll
5f0ac46d78
Unwrap DataSource target rather than plain instanceof calls
...
Closes gh-15227
6 years ago
Stephane Nicoll
8cdbbddc6d
Merge pull request #15206 from ttddyy
...
* pr/15206:
Polish "Perform best effort to retrieve DataSourceProxy"
Perform best effort to retrieve DataSourceProxy
6 years ago
Stephane Nicoll
e424dfbe15
Polish "Perform best effort to retrieve DataSourceProxy"
...
Closes gh-15206
6 years ago
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
6 years ago
Andy Wilkinson
dff3d6ec7a
Upgrade to Jackson 2.8.11.20181123
...
Closes gh-15289
6 years ago
Andy Wilkinson
44632ea55c
Merge branch '1.5.x' into 2.0.x
6 years ago
Andy Wilkinson
1d3a066f52
Polish
6 years ago
Andy Wilkinson
8772f90e2f
Polish
6 years ago
Andy Wilkinson
3331fa2d02
Merge branch '1.5.x' into 2.0.x
6 years ago
Andy Wilkinson
291522a261
Avoid duplicate scope registration
...
Closes gh-14990
6 years ago
Andy Wilkinson
a54de61e61
Polish
...
Revert change inadvertently committed as part of gh-15017
6 years ago
Andy Wilkinson
058428a14c
Clarify how multiple attributes are treated by ConditionalOn(Missing)Bean
...
Closes gh-15177
6 years ago
Andy Wilkinson
d104205880
Update docs to reflect that @AutoConfigureRestDocs supports WebTestClient
...
Closes gh-15220
6 years ago
Andy Wilkinson
1f39b5dd7a
Align MeterRegistryConfigurer's javadoc with its implementation
...
Closes gh-15017
6 years ago
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
6 years ago
Andy Wilkinson
ce0a3d0311
Add missing classpath setters to BootJar and BootWar
...
Closes gh-15087
6 years ago
Andy Wilkinson
fd6dea7ac8
Merge branch '1.5.x' into 2.0.x
6 years ago