Stéphane Nicoll
aa4e22809b
Merge branch '3.3.x'
2 years ago
Stéphane Nicoll
9c2d388ca8
Merge branch '3.2.x' into 3.3.x
2 years ago
Stéphane Nicoll
8a253d1db7
Fix formatting
2 years ago
Stéphane Nicoll
501a8b2a96
Merge branch '3.3.x'
...
Closes gh-41936
2 years ago
Stéphane Nicoll
1d062e0f41
Merge branch '3.2.x' into 3.3.x
...
Closes gh-41935
2 years ago
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
2 years ago
Stéphane Nicoll
2ef31951f8
Use JRE.JAVA_23 now that it is available
...
See gh-41898
2 years ago
Stéphane Nicoll
0b6bd20219
Merge branch '3.3.x'
2 years ago
Stéphane Nicoll
ab58e74d41
Merge branch '3.2.x' into 3.3.x
2 years ago
Stéphane Nicoll
6fd1f0f1f5
Avoid using JRE.OTHER for Infinispan tests
...
See gh-41909
2 years ago
Andy Wilkinson
5938362b02
Merge branch '3.3.x'
...
Closes gh-41927
2 years ago
Andy Wilkinson
6e19c8fafd
Merge branch '3.2.x' into 3.3.x
...
Closes gh-41926
2 years ago
Andy Wilkinson
d627a5db6b
Allow other CI jobs to continue when one fails
...
Closes gh-41925
2 years ago
Stéphane Nicoll
b43cd51f3c
Upgrade to Flyway 10.17.1
...
Closes gh-41924
2 years ago
Andy Wilkinson
8e20aaca7c
Merge branch '3.3.x'
...
Closes gh-41923
2 years ago
Andy Wilkinson
8968d9e98d
Merge branch '3.2.x' into 3.3.x
...
Closes gh-41922
2 years ago
Andy Wilkinson
bc1920d6bb
Use a JRE range to control when Artemis tests are enabled
...
Closes gh-41909
2 years ago
Moritz Halbritter
8665636e88
Fix casing
...
See gh-41205
2 years ago
Moritz Halbritter
819e9aaa72
Merge pull request #41205 from jonatan-ivanov
...
* pr/41205:
Polish "Add SslInfoContributor and SslHealthIndicator"
Add SslInfoContributor and SslHealthIndicator
Closes gh-41205
2 years ago
Moritz Halbritter
fd1472784e
Polish "Add SslInfoContributor and SslHealthIndicator"
...
See gh-41205
2 years ago
Jonatan Ivanov
5e3796e814
Add SslInfoContributor and SslHealthIndicator
...
See gh-41205
2 years ago
Stéphane Nicoll
71ca952827
Merge branch '3.3.x'
...
Closes gh-41921
2 years ago
Stéphane Nicoll
a19d69e052
Merge branch '3.2.x' into 3.3.x
...
Closes gh-41920
2 years ago
Stéphane Nicoll
582c414731
Merge pull request #41916 from dreis2211
...
* pr/41916:
Fix duplicate words
Closes gh-41916
2 years ago
Christoph Dreis
393ec8ae51
Fix duplicate words
...
See gh-41916
2 years ago
Stéphane Nicoll
e5d97cc2fc
Merge branch '3.3.x'
...
Closes gh-41919
2 years ago
Stéphane Nicoll
ff739b66f3
Merge branch '3.2.x' into 3.3.x
...
Closes gh-41918
2 years ago
Stéphane Nicoll
1733f44fea
Merge pull request #41917 from quaff
...
* pr/41917:
Remove unnecessary null check
Closes gh-41917
2 years ago
Yanming Zhou
737a1ed711
Remove unnecessary null check
...
See gh-41917
2 years ago
Andy Wilkinson
09e119b7c7
Merge branch '3.3.x'
...
Closes gh-41892
2 years ago
Andy Wilkinson
dd2ed5f12d
Upgrade to Logback 1.5.7
...
Closes gh-41887
2 years ago
Andy Wilkinson
77089a1e06
Merge branch '3.3.x'
...
Closes gh-41908
2 years ago
Andy Wilkinson
cca5516ab0
Merge branch '3.2.x' into 3.3.x
...
Closes gh-41907
2 years ago
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
2 years ago
Stéphane Nicoll
b6d648e246
Upgrade to Spring LDAP 3.2.6
...
Closes gh-41754
2 years ago
Stéphane Nicoll
573f607ee2
Upgrade to Spring HATEOAS 2.3.2
...
Closes gh-41903
2 years ago
Stéphane Nicoll
43d3d83d6c
Upgrade to Spring Data Bom 2024.0.3
...
Closes gh-41902
2 years ago
Stéphane Nicoll
41393e5de1
Upgrade to RxJava3 3.1.9
...
Closes gh-41901
2 years ago
Stéphane Nicoll
80a0e84dab
Upgrade to Rabbit Stream Client 0.17.0
...
Closes gh-41900
2 years ago
Stéphane Nicoll
d93f9225ea
Upgrade to Pulsar Reactive 0.5.7
...
Closes gh-41899
2 years ago
Stéphane Nicoll
e660b08eff
Upgrade to JUnit Jupiter 5.11.0
...
Closes gh-41898
2 years ago
Stéphane Nicoll
044d2295df
Upgrade to jOOQ 3.19.11
...
Closes gh-41897
2 years ago
Stéphane Nicoll
d35ecbcc8a
Upgrade to Jakarta Servlet JSP JSTL 3.0.1
...
Closes gh-41896
2 years ago
Stéphane Nicoll
13fab8395f
Upgrade to H2 2.3.232
...
Closes gh-41895
2 years ago
Stéphane Nicoll
4ddbd27c9e
Upgrade to Couchbase Client 3.7.2
...
Closes gh-41894
2 years ago
Stéphane Nicoll
f8d638466f
Upgrade to Byte Buddy 1.14.19
...
Closes gh-41893
2 years ago
Stéphane Nicoll
85c5c943b4
Merge branch '3.3.x'
...
See gh-41892
2 years ago
Stéphane Nicoll
e7af34a7ca
Revert "Merge pull request #41885 from mches"
...
This reverts commit 68d600e9da , reversing
changes made to d4762eca22 .
See gh-41885
2 years ago
Stéphane Nicoll
c9833d7aa8
Merge branch '3.3.x'
...
Closes gh-41892
2 years ago
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
2 years ago