Stephane Nicoll
11a5055b8f
Merge branch '2.5.x'
2021-11-05 13:45:01 +01:00
Stephane Nicoll
cd5508a679
Polish
2021-11-05 13:43:38 +01:00
Stephane Nicoll
86bb8de815
Start building against Spring Batch 4.3.4 snapshots
...
See gh-28261
2021-11-05 13:37:30 +01:00
Stephane Nicoll
1c68a3460d
Start building against Spring Session 2021.1.0 snapshots
...
See gh-28522
2021-11-05 13:37:30 +01:00
Stephane Nicoll
1ae4691a98
Start building against Spring Integration 5.5.6 snapshots
...
See gh-28521
2021-11-05 13:37:30 +01:00
Stephane Nicoll
c618e7c279
Start building against Spring Security 5.6.0 snapshots
...
See gh-28520
2021-11-05 13:37:30 +01:00
Stephane Nicoll
94a99c1167
Start building against Spring Kafka 2.8.0 snapshots
...
See gh-28519
2021-11-05 13:37:29 +01:00
Stephane Nicoll
a5a33fc4bf
Start building against Spring AMQP 2.4.0 snapshots
...
See gh-28518
2021-11-05 13:37:29 +01:00
Stephane Nicoll
7eb1acb5e1
Start building against Spring Data 2021.1.0 snapshots
...
See gh-28517
2021-11-05 13:37:29 +01:00
Stephane Nicoll
9dd4c8588d
Start building against Micrometer 1.8.0 snapshots
...
See gh-28516
2021-11-05 13:37:29 +01:00
Stephane Nicoll
98b9e1ab21
Start building against Spring Framework 5.3.13 snapshots
...
See gh-28515
2021-11-05 13:37:29 +01:00
Stephane Nicoll
71151c27e7
Start building against Reactor 2020.0.13 snapshots
...
See gh-28514
2021-11-05 11:08:55 +01:00
Stephane Nicoll
79c9d21926
Start building against Spring Batch 4.3.4 snapshots
...
See gh-28250
2021-11-05 10:44:30 +01:00
Stephane Nicoll
45deb1ac56
Start building against Spring Kafka 2.7.9 snapshots
...
See gh-28539
2021-11-05 10:43:59 +01:00
Stephane Nicoll
6984d80389
Start building against Spring Integration 5.5.6 snapshots
...
See gh-28513
2021-11-05 10:43:28 +01:00
Stephane Nicoll
b9e1bf6b1a
Start building against Spring Data 2021.0.7 snapshots
...
See gh-28512
2021-11-05 10:43:00 +01:00
Stephane Nicoll
d36c0f21b3
Start building against Micrometer 1.7.6 snapshots
...
See gh-28511
2021-11-05 10:42:34 +01:00
Stephane Nicoll
71fb6ef9e1
Start building against Spring Framework 5.3.13 snapshots
...
See gh-28510
2021-11-05 10:42:04 +01:00
Stephane Nicoll
8426fd9488
Start building against Reactor 2020.0.13 snapshots
...
See gh-28509
2021-11-05 10:41:39 +01:00
Stephane Nicoll
190d39a4f9
Start building against Spring Batch 4.3.4 snapshots
...
See gh-28230
2021-11-05 10:06:58 +01:00
Stephane Nicoll
5c995a2d9b
Start building against Spring Data 2020.0.15 snapshots
...
See gh-28508
2021-11-05 10:06:27 +01:00
Stephane Nicoll
176496bd18
Start building against Micrometer 1.6.13 snapshots
...
See gh-28507
2021-11-05 10:05:38 +01:00
Stephane Nicoll
7ae68b6ccc
Start building against Spring Framework 5.3.13 snapshots
...
See gh-28506
2021-11-05 10:05:11 +01:00
Stephane Nicoll
d887e438eb
Start building against Reactor 2020.0.13 snapshots
...
See gh-28505
2021-11-05 10:04:46 +01:00
Stephane Nicoll
fbe614a61b
Fix bean type visibility
...
See gh-28437
2021-11-02 14:41:32 +01:00
Stephane Nicoll
2be0161f9a
Fix bean type visibility
...
See gh-28437
2021-11-02 12:35:19 +01:00
Leo Li
73e9c355f1
Polish
...
See gh-28501
2021-11-02 09:05:44 +01:00
Stephane Nicoll
7ad60df844
Merge branch '2.5.x'
2021-11-02 09:05:11 +01:00
Stephane Nicoll
06e9991e6a
Polish
...
See gh-28501
2021-11-02 09:04:32 +01:00
izeye
3e1bc01839
Fix whenThereIsNoMeterRegistryThenClientResourcesCustomizationBacksOff()
...
See gh-28492
2021-11-01 09:00:19 +01:00
izeye
5d8dce70dc
Polish
...
See gh-28494
2021-11-01 08:58:40 +01:00
Andy Wilkinson
875479abeb
Merge branch '2.5.x'
...
Closes gh-28490
2021-10-29 15:52:18 +01:00
Andy Wilkinson
33249e9414
Merge branch '2.4.x' into 2.5.x
...
Closes gh-28489
2021-10-29 15:52:08 +01:00
Andy Wilkinson
12d8f942be
Stop logging to the file used in the generated documentation
...
Closes gh-28488
2021-10-29 15:51:32 +01:00
Andy Wilkinson
e54b876536
Merge branch '2.5.x'
...
Closes gh-28487
2021-10-29 15:50:01 +01:00
Andy Wilkinson
5e42f27b36
Merge branch '2.4.x' into 2.5.x
...
Closes gh-28486
2021-10-29 15:49:49 +01:00
Andy Wilkinson
e4e1958b65
Make Logback fall back to JVM's default charset
...
The charset "default" is an alias for US-ASCII, not the JVM's default
charset. This commit updates the built-in Logback configuration to
use Charset.defaultCharset().name() in place of "default" in the
Java-based configuration. In the XML-based configuration where
Charset.defaultCharset().name() cannot be called, we emulate its
behaviour [1] by using the file.encoding system property, falling back
to UTF-8 when it's not set.
Fixes gh-27230
[1] 19be6113dd/jdk/src/share/classes/java/nio/charset/Charset.java (L604-L617)
2021-10-29 14:40:05 +01:00
Andy Wilkinson
ef2bcdd3ed
Merge branch '2.5.x'
...
Closes gh-28483
2021-10-29 11:37:43 +01:00
Andy Wilkinson
07ed7ab944
Merge branch '2.4.x' into 2.5.x
...
Closes gh-28482
2021-10-29 11:37:33 +01:00
Andy Wilkinson
2462f67be4
Align test for spring.data.mongodb.autoIndexCreation with new default
...
Closes gh-28481
2021-10-29 11:23:35 +01:00
Andy Wilkinson
c9dd6b7e86
Merge branch '2.5.x'
...
Closes gh-28480
2021-10-29 11:12:18 +01:00
Andy Wilkinson
ae93bb3a11
Merge branch '2.4.x' into 2.5.x
...
Closes gh-28479
2021-10-29 11:12:04 +01:00
Andy Wilkinson
10f0017d69
Fix method validation in child contexts
...
Bean post-processors only apply to the context in which they're
registered. ValidationAutoConfiguration will only auto-configure the
MethodValidationPostProcessor if the post-processor is missing from
the current context and any of its ancestors. If an ancestor context
contains the post-processor it will not be auto-configured and the
descendant context will not have method validation configured.
This commit updates the auto-configuration to limit the search for
an existing MethodValidationPostProcessor bean to the current
context.
Fixes gh-27890
2021-10-29 10:08:57 +01:00
Andy Wilkinson
4a15a816ce
Polish 'Replace "via" with words more suited to an international audience'
...
See gh-28464
2021-10-28 19:22:11 +01:00
Jay Bryant
73a18c73f4
Replace "via" with words more suited to an international audience
...
See gh-28464
2021-10-28 17:54:14 +01:00
Stephane Nicoll
9241f228d5
Add .gitattributes
...
Closes gh-28474
2021-10-28 15:31:40 +02:00
Stephane Nicoll
66553ac8c7
Add .gitattributes
...
Closes gh-28473
2021-10-28 15:27:49 +02:00
Stephane Nicoll
1b3f52d609
Harmonize line endings
...
See gh-27615
2021-10-28 15:22:57 +02:00
Andy Wilkinson
24ef4e6fb9
Merge branch '2.5.x'
...
Closes gh-28471
2021-10-28 13:07:22 +01:00
Andy Wilkinson
7fbbb4e08a
Merge branch '2.4.x' into 2.5.x
...
Closes gh-28470
2021-10-28 13:07:07 +01:00