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
Andy Wilkinson
4f42597aca
Merge branch '2.1.x'
6 years ago
Andy Wilkinson
02b24b6ed3
Specify that log file endpoint's response is UTF-8 encoded
...
Closes gh-16189
6 years ago
Andy Wilkinson
512fbae715
Merge branch '2.1.x'
6 years ago
Andy Wilkinson
22c9364237
Only use AprLifecycleListener when native library is available
...
Closes gh-16040
6 years ago
Andy Wilkinson
ac4d6bb10f
Merge branch '2.1.x'
6 years ago
Andy Wilkinson
db4623c519
Merge branch '2.0.x' into 2.1.x
6 years ago
Andy Wilkinson
7b5f46d6e3
Add Spring-Boot-* manifest attributes to jars and wars built with Gradle
...
Closes gh-16068
6 years ago
Andy Wilkinson
76450ec7ea
Merge branch '2.1.x'
6 years ago
Andy Wilkinson
d2c059f25f
Upgrade to Spring AMQP 2.1.5
...
Closes gh-16347
6 years ago
Andy Wilkinson
336af93c7e
Update to Spring AMQP 2.0.12
...
Closes gh-16346
6 years ago
Andy Wilkinson
d33050220d
Upgrade to Spring Data Lovelace-SR6
...
Closes gh-16360
6 years ago
Andy Wilkinson
f4942b76f0
Upgrade to Spring Data Kay-SR14
...
Closes gh-16359
6 years ago
Madhura Bhave
8daa8c48fb
Merge branch '2.1.x'
6 years ago
Madhura Bhave
768aa5dfcc
Ignore exception if ValidationAdapter can't get a MessageInterpolator
...
Fixes gh-16177
6 years ago
Madhura Bhave
c592e71449
Override missing methods in FilteredClassLoader
...
Closes gh-16404
6 years ago
Andy Wilkinson
e74582d263
Merge branch '2.1.x'
6 years ago
Andy Wilkinson
23d237928b
Merge branch '2.0.x' into 2.1.x
6 years ago
Andy Wilkinson
922ab115ab
Switch custom repository to one with JDK 9-friendly SSL certification chain
6 years ago
Andy Wilkinson
2adb6b1fa4
Override version of Maven Site Plugin for JDK 9+181 compatibility
...
See gh-16400
6 years ago
Stephane Nicoll
bd72ff5d83
Switch to snapshots
6 years ago
Stephane Nicoll
695dc8e992
Switch to snapshots
6 years ago
Stephane Nicoll
085ca0f915
Upgrade to Spring Framework 5.1.6.RELEASE
...
Closes gh-16340
6 years ago
Stephane Nicoll
165b9d950a
Upgrade to Spring Framework 5.0.13.RELEASE
...
Closes gh-16339
6 years ago
Stephane Nicoll
076e327481
Polish "Complete support for customizing Tomcat's access log"
...
Closes gh-16039
6 years ago
Andrew McGhie
f823ae488d
Complete support for customizing Tomcat's access log
...
See gh-16039
6 years ago
Andy Wilkinson
6615e11e65
Merge branch '2.1.x'
6 years ago
Andy Wilkinson
4e734669fe
Merge branch '2.0.x' into 2.1.x
6 years ago
Andy Wilkinson
7990c8ba68
Merge branch '1.5.x' into 2.0.x
6 years ago
Stephane Nicoll
f4c4b1d3f0
Polish "Permit use of https for configuring Prometheus push gateway"
...
Closes gh-16084
6 years ago
Dmytro Nosan
eed4e9ea56
Permit use of https for configuring Prometheus push gateway
...
See gh-16084
6 years ago
Stephane Nicoll
d7d2c345c1
Merge branch '2.1.x'
6 years ago
Stephane Nicoll
b894696efb
Polish "Automatically detect log4j2.properties"
...
Closes gh-16262
6 years ago
Mohamed Rifni
2cb4403cd0
Automatically detect log4j2.properties
...
See gh-16262
6 years ago
Stephane Nicoll
1bc47b7e74
Polish "Add Spring-specific styling to Actuator's API documentation"
...
Closes gh-16326
6 years ago
Stephane Nicoll
604b0891d0
Use asciidoctor 1.5.8
...
This commit uses asciidoctor 1.5.8 for the time being. Once a new
version of the plugin is released, this override will be unnecessary.
6 years ago
simionAndrei
26cfbe04b2
Add Spring-specific styling to Actuator's API 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-16326
6 years ago
Stephane Nicoll
d1507497d8
Merge branch '2.1.x'
6 years ago
Stephane Nicoll
1261c3960d
Merge branch '2.0.x' into 2.1.x
6 years ago
Stephane Nicoll
28b38ddc9a
Upgrade to Reactor Bom Bismuth-SR17
...
Closes gh-16372
6 years ago
Stephane Nicoll
4c1186cbd8
Merge branch '1.5.x' into 2.0.x
6 years ago
Stephane Nicoll
241171fcfa
Merge branch '2.1.x'
6 years ago
liucheng.zhang
4d1717f18e
Disable nulls serialization when serialize-nulls property is false
...
Closes gh-16332
6 years ago
Stephane Nicoll
e80b6cfc44
Merge branch '2.1.x'
6 years ago
Stephane Nicoll
877a47f22b
Upgrade to Jooq 3.11.10
...
Closes gh-16386
6 years ago
Stephane Nicoll
e03f9e2467
Upgrade to Infinispan 9.4.11.Final
...
Closes gh-16385
6 years ago
Stephane Nicoll
3ae7257171
Upgrade to Hibernate 5.3.9.Final
...
Closes gh-16384
6 years ago
Stephane Nicoll
2af72170c6
Upgrade to Byte Buddy 1.9.12
...
Closes gh-16383
6 years ago
Stephane Nicoll
8ea0ecd07c
Upgrade to Rxjava2 2.2.8
...
Closes gh-16382
6 years ago
Stephane Nicoll
ab110ee39a
Upgrade to Reactor Bom Californium-SR6
...
Closes gh-16381
6 years ago
Stephane Nicoll
59d2bc9bc6
Upgrade to Netty Tcnative 2.0.23.Final
...
Closes gh-16380
6 years ago
Stephane Nicoll
1d69d81f13
Upgrade to Lettuce 5.1.6.RELEASE
...
Closes gh-16379
6 years ago
Stephane Nicoll
b4bfc4dc14
Merge branch '2.0.x' into 2.1.x
6 years ago
Stephane Nicoll
1a89087a87
Upgrade to Thymeleaf Extras Java8time 3.0.4.RELEASE
...
Closes gh-16378
6 years ago
Stephane Nicoll
7cff82647d
Upgrade to Spring Cloud Connectors 2.0.5.RELEASE
...
Closes gh-16377
6 years ago
Stephane Nicoll
e3e290e959
Upgrade to Quartz 2.3.1
...
Closes gh-16376
6 years ago
Stephane Nicoll
9ab942c54c
Upgrade to Hibernate Validator 6.0.16.Final
...
Closes gh-16375
6 years ago
Stephane Nicoll
8c85f1a141
Upgrade to Elasticsearch 5.6.16
...
Closes gh-16374
6 years ago
Stephane Nicoll
f7d2cc6aa7
Upgrade to Activemq 5.15.9
...
Closes gh-16373
6 years ago
Stephane Nicoll
49f2d1bd3e
Upgrade to Netty 4.1.34.Final
...
Closes gh-16371
6 years ago
Stephane Nicoll
ca9afa7b55
Upgrade to Micrometer 1.0.10
...
Closes gh-16370
6 years ago
Stephane Nicoll
c88bfed669
Upgrade to Unboundid Ldapsdk 4.0.10
...
Closes gh-16369
6 years ago
Andy Wilkinson
5e22b421c5
Merge branch '2.1.x'
6 years ago