Andy Wilkinson
72f80f3ae6
Upgrade to Testcontainers 1.16.1
...
Closes gh-28468
2021-10-28 13:06:41 +01:00
Andy Wilkinson
e340429a1a
Merge branch '2.5.x'
...
Closes gh-28469
2021-10-28 12:50:23 +01:00
Andy Wilkinson
b375f9fac0
Ignore parameters when checking if */* is accepted
...
Previously the parameters were not ignored so */*;q=0.8 was not
identified as accepting */*. As a result, the most recent producible
content type was returned rather than the default.
This commit updates the argument resolver to ignore parameters.
The default content type is now produced in response to a request
that accepts */*, irrespective of its parameters.
Fixes gh-28446
2021-10-28 12:27:34 +01:00
Stephane Nicoll
ea8a8ecd0e
Merge branch '2.5.x'
...
Closes gh-28467
2021-10-28 11:53:34 +02:00
Stephane Nicoll
ce38d592f9
Merge branch '2.4.x' into 2.5.x
...
Closes gh-28466
2021-10-28 11:53:19 +02:00
Stephane Nicoll
265199f42b
Polish "Fix description of "logging.logback.rollingpolicy.max-history""
...
See gh-28448
2021-10-28 11:50:38 +02:00
Guillaume Husta
a05b2207f8
Fix description of "logging.logback.rollingpolicy.max-history"
...
See gh-28448
2021-10-28 11:45:42 +02:00
Phillip Webb
9cb5f035e7
Fix typo
...
See gh-20971
2021-10-23 08:29:51 -07:00
Stephane Nicoll
837e2ac277
Fix bean type visibility
...
Closes gh-28437
2021-10-23 07:31:27 +02:00
Phillip Webb
c384fbd14e
Polish 'Support both kebab-case and camelCase as Spring init CLI Options'
...
Refine the command so that camelCase options are supported but not
advertised.
See gh-28138
2021-10-22 11:23:14 -07:00
vignesh1992
ad3473208f
Support both kebab-case and camelCase as Spring init CLI Options
...
Update `InitCommand` to support both camelCase and kebab-case.
See gh-28138
2021-10-22 11:23:14 -07:00
Andy Wilkinson
b9f0ec5df8
Merge branch '2.5.x'
...
Closes gh-28443
2021-10-22 15:48:43 +01:00
Andy Wilkinson
4d811f66ec
Merge branch '2.4.x' into 2.5.x
...
Closes gh-28442
2021-10-22 15:48:28 +01:00
Andy Wilkinson
7607587b6c
Stabilize liveReloadOnClassPathChanged()
...
Closes gh-28441
2021-10-22 15:47:51 +01:00
Andy Wilkinson
3605388787
Merge branch '2.5.x'
...
Closes gh-28440
2021-10-22 15:24:13 +01:00
Andy Wilkinson
50d4eaad63
Merge branch '2.4.x' into 2.5.x
...
Closes gh-28439
2021-10-22 15:23:07 +01:00
Andy Wilkinson
a545b6e0b4
Polish "Polish"
...
See gh-28367
2021-10-22 15:19:13 +01:00
Leo Li
1586232761
Polish
...
See gh-28367
2021-10-22 15:11:57 +01:00
Stephane Nicoll
475e9c9969
Polish "Fix classpath condition for Lettuce metrics auto-configuration"
...
See gh-28436
2021-10-22 14:49:33 +02:00
sokomishalov
1f86fe3d48
Fix classpath condition for Lettuce metrics auto-configuration
...
See gh-28436
2021-10-22 14:47:56 +02:00
Andy Wilkinson
1005159eab
Merge branch '2.5.x'
...
Closes gh-28435
2021-10-22 12:30:47 +01:00
Andy Wilkinson
3fb5af9dd3
Merge branch '2.4.x' into 2.5.x
...
Closes gh-28434
2021-10-22 12:29:14 +01:00
Andy Wilkinson
8a78864edd
Polish "Explain how to disable/configure the ActiveMQ embedded broker"
...
See gh-28183
2021-10-22 12:27:50 +01:00
Moritz Kammerer
0c5f0efcea
Explain how to disable/configure the ActiveMQ embedded broker
...
See gh-28183
2021-10-22 12:27:37 +01:00
Stephane Nicoll
1edd1e8c20
Merge branch '2.4.x' into 2.5.x
...
Closes gh-28433
2021-10-22 11:26:54 +02:00
Stephane Nicoll
773b0f93b7
Upgrade to Commons Compress 1.21
...
Closes gh-28429
2021-10-22 11:26:22 +02:00
Andy Wilkinson
47da70632f
Merge branch '2.5.x'
...
Closes gh-28430
Closes gh-28431
2021-10-22 10:12:53 +01:00
Andy Wilkinson
585b8880c7
Merge branch '2.4.x' into 2.5.x
...
Closes gh-28424
2021-10-22 10:10:50 +01:00
Andy Wilkinson
7f976dab9e
Polish "Don't use markdown syntax in javadoc or error messages"
...
See 2f6651c3cbe4546158b97a5d02d47634855cf88a.
Closes gh-28408
2021-10-22 10:08:27 +01:00
Scott Frederick
e84c1abb0f
Prevent Docker volume name clashes in tests during parallel builds
...
See gh-28292
2021-10-21 15:07:15 -05:00
Phillip Webb
e25f216eab
Merge branch '2.5.x'
...
Closes gh-28425
2021-10-21 11:28:33 -07:00
Phillip Webb
daf36dff55
Merge branch '2.4.x' into 2.5.x
...
Closes gh-28424
2021-10-21 11:27:29 -07:00
Phillip Webb
2f6651c3cb
Don't use markdown syntax in javadoc or error messages
...
Closes gh-28408
2021-10-21 11:24:54 -07:00
Andy Wilkinson
d52b649bd7
Fix links to Spring Security's reference documentation
...
Closes gh-28407
2021-10-21 19:11:52 +01:00
Andy Wilkinson
284725f5be
Polish "Expose Stackdriver's useSemanticMetricTypes property"
...
See gh-28403
2021-10-21 17:57:23 +01:00
Jonatan Ivanov
9397121a98
Expose Stackdriver's useSemanticMetricTypes property
...
See gh-28403
2021-10-21 17:57:07 +01:00
Andy Wilkinson
4903ce1806
Merge pull request #28400 from jonatan-ivanov
...
* gh-28400:
Polish "Expose Elastic's apiKeyCredentials property"
Expose Elastic's apiKeyCredentials property
Closes gh-28400
2021-10-21 17:52:01 +01:00
Andy Wilkinson
8bf3780c15
Polish "Expose Elastic's apiKeyCredentials property"
...
See gh-28400
2021-10-21 17:35:32 +01:00
Jonatan Ivanov
dd475a2445
Expose Elastic's apiKeyCredentials property
...
See gh-28400
2021-10-21 17:17:01 +01:00
Andy Wilkinson
2ffcda3415
Upgrade to XmlUnit2 2.8.3
...
Closes gh-28422
2021-10-21 14:50:37 +01:00
Andy Wilkinson
eee699aa6e
Upgrade to SendGrid 4.7.6
...
Closes gh-28421
2021-10-21 14:50:37 +01:00
Andy Wilkinson
a929734f2c
Upgrade to Selenium HtmlUnit 2.54.0
...
Closes gh-28420
2021-10-21 14:50:37 +01:00
Andy Wilkinson
124bf2604a
Upgrade to Postgresql 42.3.0
...
Closes gh-28418
2021-10-21 14:43:24 +01:00
Andy Wilkinson
5e7c023273
Upgrade to MySQL 8.0.27
...
Closes gh-28417
2021-10-21 14:43:22 +01:00
Andy Wilkinson
733b5eee41
Upgrade to HtmlUnit 2.54.0
...
Closes gh-28415
2021-10-21 14:43:17 +01:00
Andy Wilkinson
96e9421c8e
Upgrade to Flyway 8.0.2
...
Closes gh-28414
2021-10-21 14:43:16 +01:00
Andy Wilkinson
cdc9d5b1fc
Upgrade to Elasticsearch 7.15.1
...
Closes gh-28413
2021-10-21 14:43:14 +01:00
Andy Wilkinson
b46fc940e9
Upgrade to Byte Buddy 1.11.21
...
Closes gh-28412
2021-10-21 14:43:12 +01:00
Andy Wilkinson
700f872164
Upgrade to Artemis 2.19.0
...
Closes gh-28411
2021-10-21 14:43:09 +01:00
Andy Wilkinson
2541c0cbdc
Disable on Windows tests that use embedded Kafka
...
Closes gh-28406
2021-10-21 10:46:50 +01:00