Stephane Nicoll
be29ab389a
Merge branch '2.7.x' into 3.0.x
2023-05-05 11:57:51 +02:00
Stephane Nicoll
eeefb2a1de
Polish
2023-05-05 11:55:46 +02:00
Moritz Halbritter
8a14f6d017
Clarify conditional support when using AOT
...
Closes gh-35262
2023-05-05 11:31:17 +02:00
Stephane Nicoll
cd48252c75
Merge branch '2.7.x' into 3.0.x
2023-05-05 11:04:12 +02:00
Stephane Nicoll
984481e150
Start building against Spring WS 4.0.4 snapshots
...
See gh-35304
2023-05-05 11:03:19 +02:00
Stephane Nicoll
063cda5f74
Start building against Spring Framework 6.0.9 snapshots
...
See gh-35302
2023-05-05 09:40:50 +02:00
Stephane Nicoll
e95c0496c1
Start building against Spring Data Bom 2022.0.6 snapshots
...
See gh-35301
2023-05-05 09:40:50 +02:00
Stephane Nicoll
d9f28c513d
Start building against Spring Batch 5.0.2 snapshots
...
See gh-35300
2023-05-05 09:40:49 +02:00
Stephane Nicoll
968006cc19
Start building against Reactor Bom 2022.0.7 snapshots
...
See gh-35299
2023-05-05 09:40:49 +02:00
Stephane Nicoll
28024b2d7f
Start building against Micrometer 1.10.7 snapshots
...
See gh-35298
2023-05-05 09:40:49 +02:00
Stephane Nicoll
2b03e51a19
Start building against Spring WS 3.1.7 snapshots
...
See gh-35295
2023-05-05 09:33:00 +02:00
Stephane Nicoll
d614d1336e
Start building against Spring Integration 5.5.18 snapshots
...
See gh-35294
2023-05-05 09:32:59 +02:00
Stephane Nicoll
546c0e0aaf
Start building against Spring Framework 5.3.28 snapshots
...
See gh-35293
2023-05-05 09:32:59 +02:00
Stephane Nicoll
f32923da1a
Start building against Spring Data Bom 2021.2.12 snapshots
...
See gh-35292
2023-05-05 09:32:59 +02:00
Stephane Nicoll
b4715f5e1e
Start building against Reactor Bom 2020.0.32 snapshots
...
See gh-35291
2023-05-05 09:32:59 +02:00
Stephane Nicoll
ec72bcc9a8
Start building against Micrometer 1.9.11 snapshots
...
See gh-35290
2023-05-05 09:32:58 +02:00
Andy Wilkinson
1af5f4e40b
Merge branch '2.7.x' into 3.0.x
...
Closes gh-35319
2023-05-05 08:20:05 +01:00
Andy Wilkinson
3a45d46583
Allow buildSrc to resolve Framework snapshots
...
Closes gh-35297
2023-05-05 08:16:37 +01:00
Stephane Nicoll
a83b1c880a
Merge branch '2.7.x' into 3.0.x
2023-05-04 16:14:07 +02:00
Stephane Nicoll
b798bfd9d6
Upgrade Ubuntu version in CI images
...
Closes gh-35257
2023-05-04 16:12:46 +02:00
Stephane Nicoll
75e9a7e95b
Upgrade Ubuntu version in CI images
...
Closes gh-35259
2023-05-04 16:11:33 +02:00
Stephane Nicoll
09a1f650dd
Merge pull request #35256 from theborakompanioni
...
* pr/35256:
Add reference to Tor Spring Boot Starter
Closes gh-35256
2023-05-04 16:08:48 +02:00
Thebora Kompanioni
319f98680b
Add reference to Tor Spring Boot Starter
...
See gh-35256
2023-05-04 16:08:18 +02:00
Moritz Halbritter
ea4521acdb
Merge branch '2.7.x' into 3.0.x
...
Closes gh-35269
2023-05-04 13:23:44 +02:00
Moritz Halbritter
6ca9f91a8b
Fix NPE when gracefully shutting down netty
...
Closes gh-35264
2023-05-04 11:54:05 +02:00
Andy Wilkinson
0776d01f16
Merge branch '2.7.x' into 3.0.x
...
Closes gh-35254
2023-05-03 17:44:49 +01:00
Andy Wilkinson
fad24d5ced
Fix handling of default port in mail health indicator
...
Fixes gh-35247
2023-05-03 17:33:37 +01:00
Moritz Halbritter
c2dd20f4ea
Merge branch '2.7.x' into 3.0.x
2023-05-03 13:07:00 +02:00
Moritz Halbritter
f5eb76074b
Disable loader integration tests on aarch64 linux and mac
...
See gh-35229
2023-05-03 11:32:39 +02:00
Moritz Halbritter
f3d0bc7a99
Disable launch script integration tests on aarch64 linux and mac
...
See gh-35229
2023-05-03 11:32:33 +02:00
Phillip Webb
2c27ec5b7b
Merge branch '2.7.x' into 3.0.x
2023-05-02 15:42:00 -07:00
Phillip Webb
b3226c55d2
Polish
2023-05-02 15:41:55 -07:00
Phillip Webb
8d1fb3be4f
Fix index error on test
...
See gh-35241
2023-05-02 15:41:07 -07:00
Phillip Webb
0f242ab3f7
Merge branch '2.7.x' into 3.0.x
2023-05-02 14:52:16 -07:00
Phillip Webb
6b646f6a8e
Update copyright year of changed files
2023-05-02 14:52:12 -07:00
Phillip Webb
722cbc66c6
Merge branch '2.7.x' into 3.0.x
...
Closes gh-35241
2023-05-02 14:51:13 -07:00
Phillip Webb
5ef0ee0ed4
Prevent early initialization of SessionRepository beans
...
Replace `SessionRepositoryFilterConfiguration` filter registration bean
with a `DelegatingFilterProxyRegistrationBean` so that
`SessionRepository` beans are not initialized early.
Fixes gh-35240
2023-05-02 14:47:15 -07:00
Andy Wilkinson
9a39bf284b
Merge branch '2.7.x' into 3.0.x
...
Closes gh-35235
2023-05-02 16:19:30 +01:00
Andy Wilkinson
7c2c2ebb1b
Make ApplicationAvailabilityBean receive events with lazy init
...
Fixes gh-35161
2023-05-02 16:19:08 +01:00
Moritz Halbritter
1f4a337ad2
Merge branch '2.7.x' into 3.0.x
2023-05-02 16:17:50 +02:00
Moritz Halbritter
091d6204cb
Disable build image integration tests on aarch64 linux and mac
...
See gh-35229
2023-05-02 15:38:42 +02:00
Moritz Halbritter
735c43ce9b
Merge branch '2.7.x' into 3.0.x
2023-05-02 14:38:48 +02:00
Moritz Halbritter
312f0c17ed
Set initial ElasticSearch heap size in integration tests
2023-05-02 14:37:13 +02:00
Moritz Halbritter
037cb8c5b0
Merge branch '2.7.x' into 3.0.x
2023-05-02 13:57:37 +02:00
Moritz Halbritter
c1cef099d2
Limit maximum heap of ElasticSearch in tests
2023-05-02 13:40:59 +02:00
Moritz Halbritter
d7a9f87b64
Disable Neo4j tests on aarch64 linux and mac
...
See gh-35228
2023-05-02 13:40:59 +02:00
Moritz Halbritter
9f109fe785
Disable Couchbase integration tests on aarch64 linux and mac
...
See gh-35228
2023-05-02 13:40:59 +02:00
Andy Wilkinson
8f291abc2b
Merge branch '2.7.x' into 3.0.x
...
Closes gh-35230
2023-05-02 11:58:33 +01:00
Andy Wilkinson
c768307d79
Merge pull request #35180 from aasaru
...
* gh-35180:
Correct list of annotations equivalent to @SpringBootApplication
Closes gh-35180
2023-05-02 11:57:41 +01:00
Juhan Aasaru
3b70286747
Correct list of annotations equivalent to @SpringBootApplication
...
See gh-35180
2023-05-02 11:57:18 +01:00