Stéphane Nicoll
c2eec20f0c
Upgrade to Spring Data Bom 2024.0.3
...
Closes gh-41737
2024-08-19 23:21:35 +02:00
Stéphane Nicoll
bb23e11134
Upgrade to Maven Install Plugin 3.1.3
...
Closes gh-41943
2024-08-19 23:21:35 +02:00
Stéphane Nicoll
8b25a7aed6
Upgrade to Maven Deploy Plugin 3.1.3
...
Closes gh-41942
2024-08-19 23:21:35 +02:00
Andy Wilkinson
cf9a2f3db7
Merge branch '3.2.x' into 3.3.x
...
Closes gh-41945
2024-08-19 17:51:34 +01:00
Andy Wilkinson
f4b73da657
Document when environment variable property mapping applies
...
Closes gh-41877
2024-08-19 17:51:11 +01:00
Stéphane Nicoll
5107687579
Merge branch '3.2.x' into 3.3.x
2024-08-19 17:42:53 +02:00
Stéphane Nicoll
0e4091ec2c
Upgrade to Spring Retry 2.0.8
...
Closes gh-41941
2024-08-19 17:30:11 +02:00
Stéphane Nicoll
56ad028345
Upgrade to Spring Data Bom 2023.1.9
...
Closes gh-41724
2024-08-19 17:30:07 +02:00
Stéphane Nicoll
51729a9e59
Upgrade to Maven Install Plugin 3.1.3
...
Closes gh-41940
2024-08-19 17:30:07 +02:00
Stéphane Nicoll
2e0244b92d
Upgrade to Maven Deploy Plugin 3.1.3
...
Closes gh-41939
2024-08-19 17:30:03 +02:00
Stéphane Nicoll
1a4bfa121d
Upgrade to Dropwizard Metrics 4.2.27
...
Closes gh-41938
2024-08-19 17:29:59 +02:00
Stéphane Nicoll
9c2d388ca8
Merge branch '3.2.x' into 3.3.x
2024-08-19 16:31:17 +02:00
Stéphane Nicoll
8a253d1db7
Fix formatting
2024-08-19 16:28:47 +02:00
Stéphane Nicoll
1d062e0f41
Merge branch '3.2.x' into 3.3.x
...
Closes gh-41935
2024-08-19 16:21:03 +02:00
Stéphane Nicoll
f1e5108b59
Improve Javadoc of slice test annotations
...
This commit harmonizes the phrasing that we use to describe what
components are considered for scanning when a slice test is enabled.
This makes the description of the default filter explicit, with an
exhaustive description of the annotations and/or base classes.
Closes gh-41914
2024-08-19 16:19:18 +02:00
Stéphane Nicoll
ab58e74d41
Merge branch '3.2.x' into 3.3.x
2024-08-19 14:42:34 +02:00
Stéphane Nicoll
6fd1f0f1f5
Avoid using JRE.OTHER for Infinispan tests
...
See gh-41909
2024-08-19 14:38:54 +02:00
Andy Wilkinson
6e19c8fafd
Merge branch '3.2.x' into 3.3.x
...
Closes gh-41926
2024-08-19 10:56:43 +01:00
Andy Wilkinson
d627a5db6b
Allow other CI jobs to continue when one fails
...
Closes gh-41925
2024-08-19 10:55:56 +01:00
Andy Wilkinson
8968d9e98d
Merge branch '3.2.x' into 3.3.x
...
Closes gh-41922
2024-08-19 09:59:20 +01:00
Andy Wilkinson
bc1920d6bb
Use a JRE range to control when Artemis tests are enabled
...
Closes gh-41909
2024-08-19 09:58:51 +01:00
Stéphane Nicoll
a19d69e052
Merge branch '3.2.x' into 3.3.x
...
Closes gh-41920
2024-08-19 09:46:23 +02:00
Stéphane Nicoll
582c414731
Merge pull request #41916 from dreis2211
...
* pr/41916:
Fix duplicate words
Closes gh-41916
2024-08-19 09:46:08 +02:00
Christoph Dreis
393ec8ae51
Fix duplicate words
...
See gh-41916
2024-08-19 09:44:29 +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
Stéphane Nicoll
1733f44fea
Merge pull request #41917 from quaff
...
* pr/41917:
Remove unnecessary null check
Closes gh-41917
2024-08-19 09:39:49 +02:00
Yanming Zhou
737a1ed711
Remove unnecessary null check
...
See gh-41917
2024-08-19 09:36:08 +02:00
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