Commit Graph

45323 Commits

Author SHA1 Message Date
Andy Wilkinson d7f44164d9 Merge branch '3.1.x' 2023-09-13 11:16:48 +01:00
Andy Wilkinson b9c223581e Merge branch '3.0.x' into 3.1.x
Closes gh-37364
2023-09-13 11:15:33 +01:00
Andy Wilkinson eba2f718a7 Merge branch '2.7.x' into 3.0.x
Closes gh-37363
2023-09-13 11:15:16 +01:00
Moritz Halbritter 13a3e3bdf0 Add TWENTY_ONE to JavaVersion
Closes gh-37362
2023-09-13 11:04:22 +01:00
Andy Wilkinson e60200a9ef Merge branch '3.1.x' 2023-09-13 10:46:28 +01:00
Andy Wilkinson 28ea983860 Merge branch '3.0.x' into 3.1.x
Closes gh-37361
2023-09-13 10:45:39 +01:00
Andy Wilkinson 34f7d926cf Merge branch '2.7.x' into 3.0.x
Closes gh-37360
2023-09-13 10:45:11 +01:00
Andy Wilkinson 75233e9865 Set up CI with JDK 21
Closes gh-37359
2023-09-13 10:42:46 +01:00
Andy Wilkinson e8c2bb0222 Merge branch '3.1.x'
Closes gh-37358
2023-09-13 10:22:45 +01:00
Andy Wilkinson e128eb5025 Merge branch '3.0.x' into 3.1.x
Closes gh-37357
2023-09-13 10:22:35 +01:00
Andy Wilkinson 93ea05edc3 Merge branch '2.7.x' into 3.0.x
Closes gh-37356
2023-09-13 10:22:25 +01:00
Andy Wilkinson b77d22a517 Merge branch '3.1.x' 2023-09-13 10:22:08 +01:00
Andy Wilkinson 3e68e6042e Merge branch '3.0.x' into 3.1.x 2023-09-13 10:21:32 +01:00
Andy Wilkinson 2ee9bd41b0 Fix moving to Micrometer Tracing snapshots
The GitHub repo, and therefore calendar entry, is named "Tracing"
but our name for the library is "Micrometer Tracing". Configuring
a custom calendarName allows snapshot release dates to be detected.

See gh-37212
2023-09-13 10:21:04 +01:00
Andy Wilkinson 0b3a5f2489 Ensure that check for unnecessary exclusions runs on classpath change
Closes gh-37307
2023-09-13 10:19:52 +01:00
Stephane Nicoll b8024dffea Merge branch '3.1.x' 2023-09-13 11:11:35 +02:00
Stephane Nicoll bc234ea9bd Merge branch '3.0.x' into 3.1.x 2023-09-13 11:10:47 +02:00
Stephane Nicoll 0fd9c65d8d Merge branch '2.7.x' into 3.0.x 2023-09-13 11:10:38 +02:00
Stephane Nicoll e92491e4ca Upgrade to Reactor Bom 2022.0.11
Closes gh-37263
2023-09-13 11:00:33 +02:00
Stephane Nicoll c6184b4429 Upgrade to Reactor Bom 2022.0.11
Closes gh-37256
2023-09-13 10:58:42 +02:00
Stephane Nicoll 5bbd4bba91 Upgrade to Reactor Bom 2020.0.36
Closes gh-37246
2023-09-13 10:56:47 +02:00
Moritz Halbritter e40de41ce0 Merge pull request #37242 from quaff
* pr/37242:
  Polish "Introduce configuration property for strict servlet compliance"
  Introduce configuration property for strict servlet compliance

Closes gh-37242
2023-09-13 10:46:44 +02:00
Moritz Halbritter 92500720a7 Polish "Introduce configuration property for strict servlet compliance"
See gh-37242
2023-09-13 10:46:34 +02:00
Yanming Zhou 05b87c5fe8 Introduce configuration property for strict servlet compliance
The property is named spring.servlet.multipart.strict-servlet-compliance

See gh-37242
2023-09-13 10:42:22 +02:00
Moritz Halbritter 5a0f87f0af Merge pull request #37340 from izeye
* pr/37340:
  Polish

Closes gh-37340
2023-09-13 10:29:19 +02:00
Johnny Lim c2b78830ff Polish
See gh-37340
2023-09-13 10:26:54 +02:00
Scott Frederick a9f26e0f95 Conditionally enable image building bind cache tests
Accessing bind mount directories as is done in the tests for building
images with bind mount caches requires Docker configuration when
using Docker Desktop. It works without configuration on Linux with
Docker Engine.

See gh-28387
2023-09-12 17:00:59 -05:00
Stephane Nicoll 291d41093d Merge branch '3.1.x' 2023-09-12 17:15:19 +02:00
Stephane Nicoll dfaa0b4625 Merge branch '3.0.x' into 3.1.x 2023-09-12 17:15:07 +02:00
Stephane Nicoll 8d8eb0e3f6 Upgrade to Neo4j Java Driver 5.12.0
Closes gh-37353
2023-09-12 17:14:54 +02:00
Stephane Nicoll 5fe111df66 Upgrade to Neo4j Java Driver 5.12.0
Closes gh-37352
2023-09-12 17:13:40 +02:00
Stephane Nicoll e76412c6f9 Merge branch '3.1.x' 2023-09-12 16:19:37 +02:00
Stephane Nicoll 959cd00627 Merge branch '3.0.x' into 3.1.x 2023-09-12 16:19:27 +02:00
Stephane Nicoll 1bda578327 Start building against Spring Data Bom 2023.1.0 snapshots
See gh-37351
2023-09-12 15:13:07 +02:00
Stephane Nicoll 7df79432eb Polish "Upgrade to Micrometer Tracing 1.0.10"
See gh-37345
2023-09-12 15:10:19 +02:00
Andy Wilkinson 4ebee17cb1 Suppress warnings until more to new semconv module
OTel has deprecated their semconv module and introduced a new module
with different Maven coordinates. micrometer-metrics/tracing#343 will
move Micrometer Tracing to the new module. Until then, we need to
suppress the deprecation warnings that result from using the old one.

Closes gh-37347
2023-09-12 13:43:27 +01:00
Andy Wilkinson 8874cadebf Revert workaround for gh-18440
This reverts the main code changes from commit
b240c810a8. The tests are kept to
verify that the workaround is no longer required.

Closes gh-18591
2023-09-12 13:43:27 +01:00
Mahmoud Ben Hassine 626d858d81 Update Batch tests
Related to: https://github.com/spring-projects/spring-batch/issues/4245

Closes gh-37348
2023-09-12 14:05:15 +02:00
Stephane Nicoll 2b23bb8923 Start building against Spring Data Bom 2023.0.4 snapshots
See gh-37350
2023-09-12 12:08:42 +02:00
Stephane Nicoll 11940f8fec Start building against Spring Data Bom 2022.0.10 snapshots
See gh-37349
2023-09-12 12:08:01 +02:00
Stephane Nicoll 9e37c6842a Merge branch '3.1.x' 2023-09-12 12:07:07 +02:00
Stephane Nicoll 70b585f0d7 Merge branch '3.0.x' into 3.1.x 2023-09-12 12:06:43 +02:00
Stephane Nicoll 0163570cda Remove invalid exclusion of Spring Data versions 2023-09-12 12:06:12 +02:00
Stephane Nicoll 7899599440 Merge branch '3.1.x' 2023-09-12 11:43:27 +02:00
Stephane Nicoll a815c79e96 Merge branch '3.0.x' into 3.1.x 2023-09-12 11:43:22 +02:00
Stephane Nicoll 10415c3072 Merge branch '2.7.x' into 3.0.x 2023-09-12 11:43:16 +02:00
Stephane Nicoll 2d1fcab611 Upgrade to OpenTelemetry 1.30.1
Closes gh-37347
2023-09-12 11:43:14 +02:00
Stephane Nicoll 0587fb5331 Upgrade to Micrometer Tracing 1.2.0-M3
Closes gh-37346
2023-09-12 11:43:08 +02:00
Stephane Nicoll f2bf49ec35 Upgrade to Micrometer 1.12.0-M3
Closes gh-37226
2023-09-12 11:43:03 +02:00
Stephane Nicoll 4c415efea3 Upgrade to Micrometer Tracing 1.1.5
Closes gh-37262
2023-09-12 11:40:51 +02:00