Commit Graph

5226 Commits (674a96e369241c0dfb0857dd4c9e620cdaed7c74)

Author SHA1 Message Date
Andy Wilkinson 674a96e369 Upgrade to Classmate 1.5.0
Closes gh-16430
6 years ago
Stephane Nicoll 5f4bd37eb1 Merge branch '2.1.x' 6 years ago
Stephane Nicoll 3c058585bf Upgrade to Micrometer 1.1.4
Close gh-16425
6 years ago
Andy Wilkinson e3f4d4a165 Merge branch '2.1.x' 6 years ago
Andy Wilkinson 961b0307d6 Upgrade to Netty Tcnative 2.0.24.Final
Closes gh-16429
6 years ago
Stephane Nicoll c5d0ebccff Merge branch '2.1.x' 6 years ago
Brian Clozel f221061d81 Avoid bean method proxying in WebMVC and WebFlux config
This commit applies changes similar to what's been done in gh-9068, for
MVC and WebFlux configurations. This is now possible thanks to the
changes done in Spring Framework in
https://github.com/spring-projects/spring-framework/pull/22596

Fixes gh-16427
6 years ago
Stephane Nicoll a90d0a224f Upgrade to Spring Batch 4.1.2
Closes gh-16423
6 years ago
Stephane Nicoll edb5937571 Merge branch '2.1.x' 6 years ago
Johnny Lim 9fae1e5d0e Check for Reactor Netty disconnected client errors
Closes gh-16046
6 years ago
Andy Wilkinson 5c4537add9 Merge branch '2.1.x' 6 years ago
Andy Wilkinson 52ebf20cbf Merge branch '2.0.x' into 2.1.x 6 years ago
Andy Wilkinson bfe65c8a5c Merge branch '1.5.x' into 2.0.x 6 years ago
Stephane Nicoll 445870941f Upgrade to Spring Session Bean-SR4
Closes gh-16357
6 years ago
Stephane Nicoll 03762d5a96 Upgrade to Spring Session Apple-SR9
Closes gh-16356
6 years ago
Stephane Nicoll c57b4fcb04 Upgrade to Spring Integration 5.1.4
Closes gh-16350
6 years ago
Stephane Nicoll 1acc3d7161 Upgrade to Spring Integration 5.0.13
Closes gh-16349
6 years ago
Andy Wilkinson bc00ad0fc5 Merge branch '2.1.x' 6 years ago
Andy Wilkinson 7b151f2a11 Merge branch '2.0.x' into 2.1.x 6 years ago
Andy Wilkinson 49423645f7 Merge branch '1.5.x' into 2.0.x 6 years ago
Andy Wilkinson 925850f267 Upgrade to Kafka 2.2.0
Closes gh-16420
6 years ago
Andy Wilkinson 967aafedec Start building against Spring Kafka 2.3.0 snapshots
See gh-16302
6 years ago
dreis2211 03a5bb7857 Avoid using deprecated @SolrDocument#solrCoreName
Closes gh-16419
6 years ago
Phillip Webb 52e635b823 Merge branch '2.1.x' 6 years ago
Phillip Webb 912e0a87a8 Merge branch '2.0.x' into 2.1.x 6 years ago
Phillip Webb 8c2e0a61ae Merge branch '1.5.x' into 2.0.x 6 years ago
Madhura Bhave 04517495af Merge branch '2.1.x' 6 years ago
Madhura Bhave ddc52502f5 Document @MockBean behavior during context refresh
Closes gh-16333
6 years ago
Phillip Webb 2376f973f4 Merge branch '2.1.x' 6 years ago
Phillip Webb 47c6bf741d Merge branch '2.0.x' into 2.1.x 6 years ago
Phillip Webb 07c000c5b7 Merge branch '1.5.x' into 2.0.x 6 years ago
Andy Wilkinson 4e337f7466 Merge branch '2.1.x' 6 years ago
Andy Wilkinson b969d55e05 Upgrade to Spring Kafka 2.2.5
Closes gh-16351
6 years ago
Andy Wilkinson 08673c0191 Upgrade to Spring Security 5.1.5
Closes gh-16354
6 years ago
Andy Wilkinson da4a7203c7 Upgrade to Spring Security 5.0.12
Closes gh-16353
6 years ago
mmitropolitsky deaf5fa433 Replace ${sys:PID} with %pid in log4j2 configuration
Replacing property sys:PID which was set in the code with the default
log4j2 Pattern in log4j2.xml and log4j2-file.xml files.

Closes gh-16174
6 years ago
Stephane Nicoll df79808d38 Polish 6 years ago
Stephane Nicoll c4b1a22e89 Polish "Add Spring-specific styling to Gradle Plugin's documentation"
Closes gh-16327
6 years ago
Hendrig Sellik 466b57cd44 Add Spring-specific styling to Gradle Plugin's documentation
This commit replaces the default Asciidoctor styling with
Spring specific styling.

First, we need to unzip the contents of the Spring Asciidoctor
documentation resources provided by the
`io.spring.docsresources:spring-docs-resources` distribution zip. This
is done in a `/target/refdocs` folder. We then copy all files from
`src/main/asciidoc` to the same location, and then launch the generation
process.

See gh-16327
6 years ago
Stephane Nicoll 8c8a088c20 Fix zip structure of Actuator documentation
Closes gh-16326
6 years ago
Andy Wilkinson 9e7d922555 Allow processor cache to be configured to be unlimited
Closes gh-16415
6 years ago
Andy Wilkinson ea80ca2ffc Do not assume HTTP protocol when customizing processor cache
Closes gh-16413
6 years ago
Andy Wilkinson c5024f21a4 Merge branch '2.1.x' 6 years ago
Andy Wilkinson 6aa4fe579a Polish
See gh-16068
6 years ago
Stephane Nicoll 57cad53ea9 Adapt to latest API change 6 years ago
Andy Wilkinson e1a6726d76 Polish "Update CORS handling according to Framework changes"
See gh-16410
6 years ago
Sebastien Deleuze 2f9db7eec6 Update CORS handling according to Framework changes
This commit updates CORS handling according to Framework changes
introduced via [1]. It also fixes tests according to the new behavior.

See gh-16410

[1] d27b5d0ab6.
6 years ago
Andy Wilkinson 8ebe5f9983 Merge branch '2.1.x' 6 years ago
Andy Wilkinson f20d9a62ae Polish "Ensure that MongoClient's EventLoopGroup is shut down during context close"
See gh-16087
6 years ago
Dmytro Nosan ee7bed1849 Ensure that MongoClient's EventLoopGroup is shut down during context close
See gh-16087
6 years ago