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
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
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
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
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
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
959cd00627
Merge branch '3.0.x' into 3.1.x
2023-09-12 16:19:27 +02:00
Stephane Nicoll
7df79432eb
Polish "Upgrade to Micrometer Tracing 1.0.10"
...
See gh-37345
2023-09-12 15:10:19 +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
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
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
4c415efea3
Upgrade to Micrometer Tracing 1.1.5
...
Closes gh-37262
2023-09-12 11:40:51 +02:00
Stephane Nicoll
d720956209
Upgrade to Micrometer 1.11.4
...
Closes gh-37261
2023-09-12 11:40:50 +02:00
Stephane Nicoll
bbefc07752
Upgrade to Micrometer Tracing 1.0.10
...
Closes gh-37345
2023-09-12 11:38:04 +02:00
Stephane Nicoll
a3dff81437
Upgrade to Micrometer 1.10.11
...
Closes gh-37255
2023-09-12 11:38:00 +02:00
Stephane Nicoll
181f0b004b
Upgrade to Micrometer 1.9.15
...
Closes gh-37245
2023-09-12 11:33:44 +02:00
Moritz Halbritter
e2d84fa462
Make SslStoreBundle implementations immutable
...
Closes gh-37222
2023-09-11 15:39:25 +02:00
Stephane Nicoll
c298091e34
Merge branch '3.0.x' into 3.1.x
...
Closes gh-37336
2023-09-11 15:37:43 +02:00
Stephane Nicoll
112e85507c
Support AOT processing of Value Object with several constructors
...
Previously, AOT processing failed on processing an immutable
configuration properties that declare several constructors as the core
framework infrastructure tries to resolve the "autowired" constructor
to use, even if the custom code fragments are never going to use it.
This commit workarounds the problem in maintenance releases until a
proper fix is provided in the core framework. When AOT runs, a
SmartInstantiationAwareBeanPostProcessor is added to the bean factory
to provide the constructor to use. This implementation relies on the
same algorithm that the binder uses at runtime.
Closes gh-37283
2023-09-11 15:27:02 +02:00
Andy Wilkinson
7754dd290a
Merge branch '3.0.x' into 3.1.x
2023-09-11 10:32:24 +01:00
Andy Wilkinson
994bafdfd9
Merge branch '2.7.x' into 3.0.x
2023-09-11 10:32:13 +01:00
Marten Deinum
5141e5c4ac
Fix description of brokerUrl property in ArtemisProperties
...
Update description to refer to url instead of port.
See gh-37260
2023-09-11 10:31:19 +01:00
Stephane Nicoll
fcfd7b2655
Merge branch '3.0.x' into 3.1.x
2023-09-11 11:26:03 +02:00
Stephane Nicoll
571c8291a2
Merge branch '2.7.x' into 3.0.x
2023-09-11 11:25:55 +02:00
Stephane Nicoll
342419edb3
Upgrade to Tomcat 10.1.13
...
Closes gh-37306
2023-09-11 11:00:15 +02:00
Stephane Nicoll
8a69af94f2
Upgrade to Spring Kafka 3.0.11
...
Closes gh-37305
2023-09-11 11:00:15 +02:00
Stephane Nicoll
f4f18d1d51
Upgrade to SLF4J 2.0.9
...
Closes gh-37304
2023-09-11 11:00:15 +02:00
Stephane Nicoll
6faff5e311
Upgrade to REST Assured 5.3.2
...
Closes gh-37303
2023-09-11 11:00:15 +02:00
Stephane Nicoll
bb5aa0dbd8
Upgrade to Pooled JMS 3.1.2
...
Closes gh-37302
2023-09-11 11:00:14 +02:00
Stephane Nicoll
b70cee9841
Upgrade to Native Build Tools Plugin 0.9.26
...
Closes gh-37301
2023-09-11 11:00:14 +02:00
Stephane Nicoll
82768cf500
Upgrade to Jetty 11.0.16
...
Closes gh-37300
2023-09-11 11:00:14 +02:00
Stephane Nicoll
35dd81ae22
Upgrade to Tomcat 10.1.13
...
Closes gh-37295
2023-09-11 10:59:51 +02:00
Stephane Nicoll
697f3bb6b4
Upgrade to Spring Kafka 3.0.11
...
Closes gh-37294
2023-09-11 10:59:51 +02:00
Stephane Nicoll
b30ff3c6b2
Upgrade to SLF4J 2.0.9
...
Closes gh-37293
2023-09-11 10:59:51 +02:00