26018 Commits

Author SHA1 Message Date
Phillip Webb
c30a5572f3 Polish 2024-08-19 16:44:43 -07:00
Phillip Webb
890b4ede7a Further polish SslInfoContributor and SslHealthIndicator
See gh-41205
2024-08-19 16:44:43 -07:00
Andy Wilkinson
137447f869 Merge branch '3.3.x'
Closes gh-41946
2024-08-19 17:51:48 +01: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
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
801fd1d0b8 Upgrade to Hibernate 6.6.0.Final
Closes gh-41931
2024-08-19 16:35:21 +02:00
Stéphane Nicoll
aa4e22809b Merge branch '3.3.x' 2024-08-19 16:31:42 +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
501a8b2a96 Merge branch '3.3.x'
Closes gh-41936
2024-08-19 16:21:14 +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
2ef31951f8 Use JRE.JAVA_23 now that it is available
See gh-41898
2024-08-19 14:44:01 +02:00
Stéphane Nicoll
6fd1f0f1f5 Avoid using JRE.OTHER for Infinispan tests
See gh-41909
2024-08-19 14:38:54 +02:00
Stéphane Nicoll
b43cd51f3c Upgrade to Flyway 10.17.1
Closes gh-41924
2024-08-19 11:16:24 +02:00
Andy Wilkinson
8e20aaca7c Merge branch '3.3.x'
Closes gh-41923
2024-08-19 09:59:40 +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
Moritz Halbritter
8665636e88 Fix casing
See gh-41205
2024-08-19 10:57:16 +02:00
Moritz Halbritter
fd1472784e Polish "Add SslInfoContributor and SslHealthIndicator"
See gh-41205
2024-08-19 10:41:29 +02:00
Jonatan Ivanov
5e3796e814 Add SslInfoContributor and SslHealthIndicator
See gh-41205
2024-08-19 10:00:00 +02:00
Stéphane Nicoll
71ca952827 Merge branch '3.3.x'
Closes gh-41921
2024-08-19 09:46:34 +02: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
Christoph Dreis
393ec8ae51 Fix duplicate words
See gh-41916
2024-08-19 09:44:29 +02:00
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 68d600e9dac2c5499b74b95216604621ba269f1e, reversing
changes made to d4762eca22a0e2530454f87416063b76e9486728.

See gh-41885
2024-08-16 16:52:59 +02:00