Stephane Nicoll
024ee55f6d
Upgrade to Artemis 2.25.0
...
Closes gh-32333
2022-09-14 14:16:07 +02:00
Stephane Nicoll
bafee1bb7c
Upgrade to Micrometer 1.10.0-M6
...
Closes gh-32238
2022-09-14 13:59:25 +02:00
Stephane Nicoll
6fb70d143d
Map R2DBC Pool 'minIdle' property
...
Closes gh-32332
2022-09-14 13:56:44 +02:00
Andy Wilkinson
6d2a1d3f3b
Adapt to breaking changes in Batch's transaction management
...
See gh-32237
2022-09-14 10:15:30 +01:00
Andy Wilkinson
c6990a34f9
Merge branch '2.7.x'
2022-09-14 09:20:37 +01:00
Andy Wilkinson
a533f4fa32
Polish
2022-09-14 09:20:13 +01:00
Stephane Nicoll
0937adbbbb
Upgrade to Reactor Bom 2022.0.0-M6
...
Closes gh-32240
2022-09-14 08:21:48 +02:00
Stephane Nicoll
bb80d4aa44
Upgrade to Micrometer Tracing 1.0.0-M8
...
Closes gh-32239
2022-09-14 08:21:22 +02:00
Stephane Nicoll
d29d92b013
Upgrade to Micrometer 1.10.0-M5
...
Closes gh-32238
2022-09-14 08:20:27 +02:00
Stephane Nicoll
e68b346c05
Upgrade to Reactor 2020.0.23
...
Closes gh-32273
2022-09-14 08:19:16 +02:00
Andy Wilkinson
4e8e5f623b
Adapt to recent deprecations in Spring Batch
...
See gh-32237
2022-09-13 17:44:50 +01:00
Andy Wilkinson
d103bbc034
Avoid returning null from TestContext.getTestClass()
...
Our mock didn't configure an expectation so null was returned. That's
prohibited by the javadoc and some recent Framework changes mean that
it's no longer tolerated.
2022-09-13 17:41:06 +01:00
Stephane Nicoll
f23f11aa13
Start building against Spring AMQP 2.4.7 snapshots
...
See gh-32276
2022-09-13 17:48:05 +02:00
Stephane Nicoll
88f2b33cc1
Add AOT-generated classes to classpath of the compiler
...
See gh-32304
2022-09-13 14:58:16 +02:00
Andy Wilkinson
867c49337a
Add AOT-generated classes to classpath of AOT JavaCompile tasks
...
See gh-32304
2022-09-13 13:03:24 +01:00
Andy Wilkinson
421943f3cf
Add reflection hints for retrieving Undertow's ports
...
Closes gh-32303
2022-09-13 12:13:06 +01:00
Johnny Lim
4cbabc40b3
Polish MimeMappings changes
...
See gh-32298
2022-09-12 17:59:06 +02:00
Stephane Nicoll
26cec61f32
Adapt to API change in Spring Framework
...
See https://github.com/spring-projects/spring-framework/issues/29135
2022-09-12 15:39:03 +02:00
Stephane Nicoll
6201cc076d
Upgrade to Micrometer 1.9.4
...
Closes gh-32272
2022-09-12 14:20:53 +02:00
Stephane Nicoll
84298e3326
Adapt to API change in Spring Framework
...
See https://github.com/spring-projects/spring-framework/issues/29005
2022-09-12 10:13:03 +02:00
Stephane Nicoll
9fe24fe692
Fix windows build
...
This commit makes sure that files that are generated in a temporary
directory are closed once the related test completes.
2022-09-10 16:24:29 +02:00
Stephane Nicoll
358ee2c56b
Upgrade to Netty 4.1.81.Final
...
Closes gh-32227
2022-09-10 09:51:19 +02:00
Stephane Nicoll
3572ede2fa
Start building against Spring Retry 2.0.0-M1 snapshots
...
See gh-32293
2022-09-10 09:34:38 +02:00
Stephane Nicoll
ebef52b207
Merge branch '2.7.x'
...
Closes gh-32292
2022-09-10 09:13:53 +02:00
Stephane Nicoll
04a668fd07
Merge branch '2.6.x' into 2.7.x
...
Closes gh-32291
2022-09-10 09:13:40 +02:00
Oliver B. Fischer
6e4e76597a
Make the path of the config directory better understandable
...
Currently, the documentation relates to the subdirectory for external
configurations as `/config`. Read as UNIX path, the leading slash
could be read as reference to the root directory `/`.
This commit updates the documentation to use 'config/' instead.
See gh-32224
2022-09-10 09:09:43 +02:00
Stephane Nicoll
fd808ba16e
Start building against Spring Batch 4.3.7 snapshots
...
See gh-32278
2022-09-10 08:56:25 +02:00
Stephane Nicoll
b1b45f19fa
Start building against Spring Kafka 2.8.9 snapshots
...
See gh-32277
2022-09-10 08:56:25 +02:00
Stephane Nicoll
dbdb5f40ee
Start building against Spring Data 2021.2.3 snapshots
...
See gh-32275
2022-09-10 08:56:25 +02:00
Stephane Nicoll
b5aeb21e0a
Start building against Spring Framework 5.3.23 snapshots
...
See gh-32274
2022-09-10 08:56:24 +02:00
Stephane Nicoll
1c1006f755
Start building against Micrometer 1.9.4 snapshots
...
See gh-32272
2022-09-10 08:56:24 +02:00
Phillip Webb
aa62e3d1bd
Fix deprecation issues in WebMvcAutoConfigurationTests
2022-09-09 12:52:27 -07:00
Phillip Webb
fc279b7083
Deprecate ThemeResolver auto-configuration
...
Update `WebMvcAutoConfiguration` to deprecate the `ThemeResolver` bean
to align with recent Spring Framework changes.
2022-09-09 12:45:24 -07:00
Andy Wilkinson
aafceb3868
Merge branch '2.7.x'
...
Closes gh-32285
2022-09-09 16:47:06 +01:00
Andy Wilkinson
f17df7bf30
Merge branch '2.6.x' into 2.7.x
...
Closes gh-32284
2022-09-09 16:46:43 +01:00
Andy Wilkinson
23c2f73b3f
Update tests to allow them to run on Java 19
...
Closes gh-32280
2022-09-09 16:46:14 +01:00
Andy Wilkinson
144fdaa703
Merge branch '2.6.x' into 2.7.x
...
Closes gh-32283
2022-09-09 15:14:40 +01:00
Andy Wilkinson
78f4242e46
Build with Gradle 7.5 while still supporting Gradle 6.8+
...
Closes gh-32281
2022-09-09 15:13:43 +01:00
Brian Clozel
89c61e9093
Adapt GlobalObservationConvention imports
...
See micrometer-metrics/micrometer#3387
2022-09-09 14:30:53 +02:00
Stephane Nicoll
6d0a504283
Start building against Spring Batch 4.3.7 snapshots
...
See gh-32271
2022-09-09 08:30:41 +02:00
Stephane Nicoll
bb6307a506
Start building against Spring Kafka 2.8.9 snapshots
...
See gh-32270
2022-09-09 08:30:17 +02:00
Stephane Nicoll
91fb8b8b68
Start building against Spring AMQP 2.4.7 snapshots
...
See gh-32269
2022-09-09 08:29:48 +02:00
Stephane Nicoll
b4e97b73a6
Start building against Spring Data 2021.1.7 snapshots
...
See gh-32268
2022-09-09 08:29:26 +02:00
Stephane Nicoll
0c5d5c331a
Start building against Spring Framework 5.3.23 snapshots
...
See gh-32267
2022-09-09 08:28:59 +02:00
Stephane Nicoll
126c3cf0d8
Start building against Rector 2020.0.23 snapshots
...
See gh-32266
2022-09-09 08:28:34 +02:00
Stephane Nicoll
33b3a5f8bf
Start building against Micrometer 1.8.10 snapshots
...
See gh-32265
2022-09-09 08:28:09 +02:00
Phillip Webb
46be4a3f30
Merge branch '2.7.x'
2022-09-08 19:38:18 -07:00
Phillip Webb
e88a682220
Merge branch '2.6.x' into 2.7.x
2022-09-08 19:37:52 -07:00
Phillip Webb
85697ac482
Update copyright year of changed files
2022-09-08 19:36:59 -07:00
Phillip Webb
6e239d551a
Update Spring Batch to upstream API changes
...
Fix Spring Batch tests following upstream changes related to Spring
Batch issue 4130.
Closes gh-32237
2022-09-08 19:35:27 -07:00