Andy Wilkinson
dd2ed5f12d
Upgrade to Logback 1.5.7
...
Closes gh-41887
2024-08-16 20:43:06 +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
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
68d600e9da
Merge pull request #41885 from mches
...
* pr/41885:
Polish "Upgrade to Logback 1.5.7"
Upgrade to Logback 1.5.7
Closes gh-41885
2024-08-16 14:52:01 +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
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
Stéphane Nicoll
0fc1e3036e
Merge branch '3.2.x' into 3.3.x
2024-08-16 09:42:56 +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
3fbc116d8d
Merge branch '3.2.x' into 3.3.x
...
Closes gh-41878
2024-08-15 17:02:31 +01:00
Andy Wilkinson
98773cdde9
Sync Maven binaries rather than copying them
...
This prevents binaries accumulating in build/maven-binaries when
the versions of Maven that are tested changes.
Closes gh-41649
2024-08-15 16:58:21 +01:00
Andy Wilkinson
63718fb2ab
Merge pull request #41718 from
...
* gh-41718:
Use activemq-bom
Closes gh-41718
2024-08-15 11:18:04 +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
732a7baf50
Merge branch '3.2.x' into 3.3.x
...
Closes gh-41873
2024-08-15 11:11:50 +01:00
Andy Wilkinson
c1aaff1b73
Merge pull request #41665 from
...
* gh-41665:
Register JarUrlClassLoader as parallel capable
Closes gh-41665
2024-08-15 11:11:41 +01:00
rajin
c808d44c11
Register JarUrlClassLoader as parallel capable
...
See gh-41665
2024-08-15 11:11:18 +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
Andy Wilkinson
f0fba525d3
Merge branch '3.2.x' into 3.3.x
2024-08-15 10:39:40 +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
bf9dbab592
Merge pull request #41840 from
...
* gh-41840:
Correct grammar in 'Running your Application with Maven'
Closes gh-41840
2024-08-15 10:36:50 +01:00
John Blum
e6f89c13a3
Correct grammar in 'Running your Application with Maven'
...
See gh-41840
2024-08-15 10:36:29 +01:00
Andy Wilkinson
ef09753fcb
Merge branch '3.2.x' into 3.3.x
...
See gh-41857
2024-08-15 10:26:29 +01:00
Andy Wilkinson
80115abe81
Remove suppressions that are no longer needed
...
See gh-41853
2024-08-15 10:25:14 +01:00
Stéphane Nicoll
2100cd59ff
Merge branch '3.2.x' into 3.3.x
...
Closes gh-41866
2024-08-15 11:20:24 +02:00
Stéphane Nicoll
061426fca6
Use latest Spring Framework 6.0.x version
...
Closes gh-41865
2024-08-15 11:19:45 +02:00
Stéphane Nicoll
fed0cf592e
Merge branch '3.2.x' into 3.3.x
2024-08-15 11:14:01 +02:00
Stéphane Nicoll
5ad615721d
Upgrade to Spring Framework 6.1.12
...
Closes gh-41738
2024-08-15 11:10:23 +02:00
Stéphane Nicoll
c4779bde95
Upgrade to Spring Framework 6.1.12
...
Closes sgh-41725
2024-08-15 11:09:39 +02:00
Andy Wilkinson
1bd9948485
Merge branch '3.2.x' into 3.3.x
...
Closes gh-41859
2024-08-14 19:03:52 +01:00
Andy Wilkinson
e7e5ed1508
Don't initialize containers during AOT processing
...
Fixes gh-41838
2024-08-14 18:56:00 +01:00
Moritz Halbritter
2a84fe5760
Merge branch '3.2.x' into 3.3.x
...
Closes gh-41857
2024-08-14 16:47:52 +02:00
Moritz Halbritter
1d45016d8c
Upgrade to spring-javaformat 0.0.43
...
Closes gh-41853
2024-08-14 16:32:41 +02:00
Scott Frederick
cae3a6a3e2
Merge branch '3.2.x' into 3.3.x
...
Closes gh-41849
2024-08-13 16:02:48 -05:00
Scott Frederick
b43d97b359
Document the need to explicitly reset mock servers
...
When MockServerRestTemplateCustomizer and MockServerRestClientCustomizer
are used directly instead of via auto-configuration, it is necessary to
manually reset the MockRestServiceServer expectations between tests.
Closes gh-41848
2024-08-13 16:01:46 -05:00
Stéphane Nicoll
6104bffb86
Merge branch '3.2.x' into 3.3.x
2024-08-13 19:57:36 +02:00
Stéphane Nicoll
deb0c3f7de
Upgrade to RxJava3 3.1.9
...
Closes gh-41847
2024-08-13 19:51:54 +02:00
Stéphane Nicoll
4aee2d84ad
Upgrade to Reactor Bom 2023.0.9
...
Closes gh-41735
2024-08-13 19:51:48 +02:00
Stéphane Nicoll
3972af47c4
Upgrade to jOOQ 3.19.11
...
Closes gh-41846
2024-08-13 19:51:47 +02:00
Stéphane Nicoll
1b213582a7
Upgrade to Jakarta Servlet JSP JSTL 3.0.1
...
Closes gh-41845
2024-08-13 19:51:43 +02:00
Stéphane Nicoll
c0e61d1a86
Upgrade to RxJava3 3.1.9
...
Closes gh-41844
2024-08-13 19:48:49 +02:00
Stéphane Nicoll
ae8d682871
Upgrade to Reactor Bom 2023.0.9
...
Closes gh-41722
2024-08-13 19:48:45 +02:00