Stéphane Nicoll
e5d97cc2fc
Merge branch '3.3.x'
...
Closes gh-41919
2024-08-19 09:40:06 +02:00
Stéphane Nicoll
ff739b66f3
Merge branch '3.2.x' into 3.3.x
...
Closes gh-41918
2024-08-19 09:39:55 +02:00
Yanming Zhou
737a1ed711
Remove unnecessary null check
...
See gh-41917
2024-08-19 09:36:08 +02:00
Andy Wilkinson
09e119b7c7
Merge branch '3.3.x'
...
Closes gh-41892
2024-08-16 20:45:26 +01:00
Andy Wilkinson
dd2ed5f12d
Upgrade to Logback 1.5.7
...
Closes gh-41887
2024-08-16 20:43:06 +01:00
Andy Wilkinson
77089a1e06
Merge branch '3.3.x'
...
Closes gh-41908
2024-08-16 19:48:02 +01:00
Andy Wilkinson
cca5516ab0
Merge branch '3.2.x' into 3.3.x
...
Closes gh-41907
2024-08-16 19:47:37 +01:00
Andy Wilkinson
7a898cbbec
Prevent custom java.io.tmpdir from polluting JVM's temp file creation
...
If java.nio.file.Files.createTempFile or
java.io.File.createTempFile(String, String) is called for the first
time while the java.io.tmpdir system property is set to a custom
value, the JVM's temporary file creation will then try to use that
custom temporary directory for all subsequent file creation. This
can result in failures if the custom temporary directory is deleted
and the JVM then tries to use it.
This commit avoids the problem by calls the two createTempFile
methods while the default java.io.tmpdir value is in place. This
ensures that the JVM will use this original temporary directory for
all of its subsequent temporary file creation while allowing the
tests to use a custom location without unwanted side-effects.
Closes gh-41905
2024-08-16 19:19:15 +01:00
Stéphane Nicoll
b6d648e246
Upgrade to Spring LDAP 3.2.6
...
Closes gh-41754
2024-08-16 17:06:56 +02:00
Stéphane Nicoll
573f607ee2
Upgrade to Spring HATEOAS 2.3.2
...
Closes gh-41903
2024-08-16 17:06:56 +02:00
Stéphane Nicoll
43d3d83d6c
Upgrade to Spring Data Bom 2024.0.3
...
Closes gh-41902
2024-08-16 17:06:56 +02:00
Stéphane Nicoll
41393e5de1
Upgrade to RxJava3 3.1.9
...
Closes gh-41901
2024-08-16 17:06:56 +02:00
Stéphane Nicoll
80a0e84dab
Upgrade to Rabbit Stream Client 0.17.0
...
Closes gh-41900
2024-08-16 17:06:56 +02:00
Stéphane Nicoll
d93f9225ea
Upgrade to Pulsar Reactive 0.5.7
...
Closes gh-41899
2024-08-16 17:06:55 +02:00
Stéphane Nicoll
044d2295df
Upgrade to jOOQ 3.19.11
...
Closes gh-41897
2024-08-16 17:06:55 +02:00
Stéphane Nicoll
d35ecbcc8a
Upgrade to Jakarta Servlet JSP JSTL 3.0.1
...
Closes gh-41896
2024-08-16 17:06:55 +02:00
Stéphane Nicoll
13fab8395f
Upgrade to H2 2.3.232
...
Closes gh-41895
2024-08-16 17:06:55 +02:00
Stéphane Nicoll
4ddbd27c9e
Upgrade to Couchbase Client 3.7.2
...
Closes gh-41894
2024-08-16 17:06:55 +02:00
Stéphane Nicoll
f8d638466f
Upgrade to Byte Buddy 1.14.19
...
Closes gh-41893
2024-08-16 17:06:55 +02:00
Stéphane Nicoll
85c5c943b4
Merge branch '3.3.x'
...
See gh-41892
2024-08-16 16:54:58 +02:00
Stéphane Nicoll
e7af34a7ca
Revert "Merge pull request #41885 from mches"
...
This reverts commit 68d600e9da , reversing
changes made to d4762eca22 .
See gh-41885
2024-08-16 16:52:59 +02:00
Stéphane Nicoll
c9833d7aa8
Merge branch '3.3.x'
...
Closes gh-41892
2024-08-16 14:54:15 +02:00
Stéphane Nicoll
f9d563476b
Polish "Upgrade to Logback 1.5.7"
...
See gh-41885
2024-08-16 14:51:19 +02:00
Mark Chesney
f09d645136
Upgrade to Logback 1.5.7
...
See gh-41885
2024-08-16 14:51:19 +02:00
Andy Wilkinson
f78ec43dd6
Merge branch '3.3.x'
...
Closes gh-41891
2024-08-16 13:30:49 +01:00
Andy Wilkinson
d4762eca22
Auto-configure SBOM endpoint web extension when only exposed on CF
...
Fixes gh-41890
2024-08-16 13:25:01 +01:00
Stéphane Nicoll
f508be2da5
Upgrade to Spring LDAP 3.2.6
...
Closes gh-41739
2024-08-16 10:59:26 +02:00
Stéphane Nicoll
0cb8057ba8
Upgrade to Spring HATEOAS 2.3.2
...
Closes gh-41889
2024-08-16 10:59:25 +02:00
Stéphane Nicoll
d84496b191
Upgrade to Pulsar Reactive 0.5.7
...
Closes gh-41888
2024-08-16 10:59:25 +02:00
Stéphane Nicoll
2af1afbe4f
Upgrade to Byte Buddy 1.14.19
...
Closes gh-41886
2024-08-16 10:38:27 +02:00
Moritz Halbritter
810fbca34f
Auto-configure remote fields on BraveBaggageManager
...
Closes gh-41884
2024-08-16 10:05:47 +02:00
Stéphane Nicoll
2dbee6d988
Upgrade to Spring LDAP 3.2.6
...
Closes gh-41726
2024-08-16 09:33:25 +02:00
Stéphane Nicoll
d70a362bd3
Upgrade to Spring HATEOAS 2.2.4
...
Closes gh-41883
2024-08-16 09:33:24 +02:00
Stéphane Nicoll
d8639632b5
Upgrade to Pulsar Reactive 0.5.7
...
Closes gh-41882
2024-08-16 09:33:20 +02:00
Stéphane Nicoll
a823c75bf9
Upgrade to Byte Buddy 1.14.19
...
Closes gh-41881
2024-08-16 09:33:16 +02:00
Andy Wilkinson
4591df1a74
Merge branch '3.3.x'
...
Closes gh-41875
2024-08-15 11:18:16 +01:00
Eddú Meléndez
fa8423b139
Use activemq-bom
...
ActiveMQ 6.1.3 provides activemq-bom.
See gh-41718
2024-08-15 11:14:15 +01:00
Andy Wilkinson
bb72a9dbc5
Merge branch '3.3.x'
...
Closes gh-41874
2024-08-15 11:11:59 +01:00
Andy Wilkinson
732a7baf50
Merge branch '3.2.x' into 3.3.x
...
Closes gh-41873
2024-08-15 11:11:50 +01:00
rajin
c808d44c11
Register JarUrlClassLoader as parallel capable
...
See gh-41665
2024-08-15 11:11:18 +01:00
Andy Wilkinson
1bf9b258b5
Merge branch '3.3.x'
...
Closes gh-41872
2024-08-15 11:08:50 +01:00
Andy Wilkinson
1433b64f6f
Merge branch '3.2.x' into 3.3.x
...
Closes gh-41871
2024-08-15 11:07:56 +01:00
Andy Wilkinson
cc88a1db97
Test Gradle Plugin against Gradle 8.10
...
Closes gh-41870
2024-08-15 11:07:15 +01:00
Piyal Ahmed
5ba9b13762
Declare constants as final
...
See gh-41854
2024-08-15 10:42:55 +01:00
Andy Wilkinson
e9da0c237e
Correct grammar in 'Running your Application with Maven'
...
Closes gh-41868
2024-08-15 10:38:57 +01:00
Andy Wilkinson
9a4c17016d
Merge branch '3.3.x'
...
Closes gh-41869
2024-08-15 10:37:25 +01:00
John Blum
e6f89c13a3
Correct grammar in 'Running your Application with Maven'
...
See gh-41840
2024-08-15 10:36:29 +01:00
Piyal Ahmed
86d6fefdc0
Remove unused argument
...
See gh-41855
2024-08-15 10:29:59 +01:00
Stéphane Nicoll
04d6f89f91
Upgrade to Reactor 2024.0.0-M5
...
Closes gh-41752
2024-08-15 11:11:12 +02:00
Scott Frederick
add3d87ea1
Support Couchbase authentication using client certificates
...
Closes gh-41520
2024-08-14 14:40:06 -05:00