Moritz Halbritter
66a41db079
Polish "Refactor BasicJsonParser to simplify JSON parsing logic"
...
See gh-41876
2 years ago
hyunmin0317
4a41006ee0
Refactor BasicJsonParser to simplify JSON parsing logic
...
See gh-41876
2 years ago
Moritz Halbritter
5ee522598f
Explain that enabling virtual threads disables traditional thread pools
...
Closes gh-41937
2 years ago
Stéphane Nicoll
d3ac84dbd3
Upgrade to Spring Integration 6.3.3
...
Closes gh-41974
2 years ago
Stéphane Nicoll
67cf325727
Upgrade to Spring Pulsar 1.0.9
...
Closes gh-41727
2 years ago
Stéphane Nicoll
0908771ff2
Upgrade to Spring Integration 6.2.8
...
Closes gh-41973
2 years ago
Scott Frederick
21b15558a2
Use classpath index when building classpath in PropertiesLauncher
...
Fixes gh-41719
2 years ago
Stéphane Nicoll
bd47ef4e02
Upgrade to Spring Session 3.3.2
...
Closes gh-41742
2 years ago
Stéphane Nicoll
9101725194
Upgrade to Spring Pulsar 1.1.3
...
Closes gh-41740
2 years ago
Stéphane Nicoll
9dd83092ce
Upgrade to Spring Authorization Server 1.3.2
...
Closes gh-41736
2 years ago
Stéphane Nicoll
e0ed02e820
Upgrade to Couchbase Client 3.6.3
...
Closes gh-41967
2 years ago
Stéphane Nicoll
dc67ec962b
Upgrade to Spring Session 3.2.5
...
Closes gh-41729
2 years ago
Stéphane Nicoll
bf370bc52d
Upgrade to Spring Authorization Server 1.2.6
...
Closes gh-41723
2 years ago
Piyal Ahmed
016e70cbd2
Polish
...
See gh-41957
2 years ago
Stéphane Nicoll
a21f2a25e3
Upgrade to Spring Security 6.3.2
...
Closes gh-41741
2 years ago
Stéphane Nicoll
2f6c766d41
Upgrade to Spring Kafka 3.2.3
...
Closes gh-41954
2 years ago
Stéphane Nicoll
367acbbe71
Upgrade to Spring AMQP 3.1.7
...
Closes gh-41953
2 years ago
Stéphane Nicoll
d23a7033dd
Upgrade to Spring Security 6.2.6
...
Closes gh-41728
2 years ago
Stéphane Nicoll
3ba45aab68
Upgrade to Spring Kafka 3.1.8
...
Closes gh-41952
2 years ago
Stéphane Nicoll
559d09ef30
Upgrade to Spring AMQP 3.1.7
...
Closes gh-41951
2 years ago
Stéphane Nicoll
8243c7ba98
Polish "Harmonize web handler code sample"
...
See gh-41948
2 years ago
Furkan ÖZBEK
bfce07894c
Harmonize web handler code sample
...
See gh-41948
2 years ago
Phillip Webb
f1987e6f8b
Update copyright year of changed files
2 years ago
Stéphane Nicoll
dd5eb31354
Upgrade to Spring Retry 2.0.8
...
Closes gh-41944
2 years ago
Stéphane Nicoll
c2eec20f0c
Upgrade to Spring Data Bom 2024.0.3
...
Closes gh-41737
2 years ago
Stéphane Nicoll
bb23e11134
Upgrade to Maven Install Plugin 3.1.3
...
Closes gh-41943
2 years ago
Stéphane Nicoll
8b25a7aed6
Upgrade to Maven Deploy Plugin 3.1.3
...
Closes gh-41942
2 years ago
Andy Wilkinson
f4b73da657
Document when environment variable property mapping applies
...
Closes gh-41877
2 years ago
Stéphane Nicoll
0e4091ec2c
Upgrade to Spring Retry 2.0.8
...
Closes gh-41941
2 years ago
Stéphane Nicoll
56ad028345
Upgrade to Spring Data Bom 2023.1.9
...
Closes gh-41724
2 years ago
Stéphane Nicoll
51729a9e59
Upgrade to Maven Install Plugin 3.1.3
...
Closes gh-41940
2 years ago
Stéphane Nicoll
2e0244b92d
Upgrade to Maven Deploy Plugin 3.1.3
...
Closes gh-41939
2 years ago
Stéphane Nicoll
1a4bfa121d
Upgrade to Dropwizard Metrics 4.2.27
...
Closes gh-41938
2 years ago
Stéphane Nicoll
8a253d1db7
Fix formatting
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
6fd1f0f1f5
Avoid using JRE.OTHER for Infinispan tests
...
See gh-41909
2 years ago
Andy Wilkinson
bc1920d6bb
Use a JRE range to control when Artemis tests are enabled
...
Closes gh-41909
2 years ago
Christoph Dreis
393ec8ae51
Fix duplicate words
...
See gh-41916
2 years ago
Yanming Zhou
737a1ed711
Remove unnecessary null check
...
See gh-41917
2 years ago
Andy Wilkinson
dd2ed5f12d
Upgrade to Logback 1.5.7
...
Closes gh-41887
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
e7af34a7ca
Revert "Merge pull request #41885 from mches"
...
This reverts commit 68d600e9dac2c5499b74b95216604621ba269f1e, reversing
changes made to d4762eca22a0e2530454f87416063b76e9486728.
See gh-41885
2 years ago
Stéphane Nicoll
f9d563476b
Polish "Upgrade to Logback 1.5.7"
...
See gh-41885
2 years ago
Mark Chesney
f09d645136
Upgrade to Logback 1.5.7
...
See gh-41885
2 years ago
Andy Wilkinson
d4762eca22
Auto-configure SBOM endpoint web extension when only exposed on CF
...
Fixes gh-41890
2 years ago
Stéphane Nicoll
f508be2da5
Upgrade to Spring LDAP 3.2.6
...
Closes gh-41739
2 years ago
Stéphane Nicoll
0cb8057ba8
Upgrade to Spring HATEOAS 2.3.2
...
Closes gh-41889
2 years ago
Stéphane Nicoll
d84496b191
Upgrade to Pulsar Reactive 0.5.7
...
Closes gh-41888
2 years ago
Stéphane Nicoll
2af1afbe4f
Upgrade to Byte Buddy 1.14.19
...
Closes gh-41886
2 years ago
Stéphane Nicoll
2dbee6d988
Upgrade to Spring LDAP 3.2.6
...
Closes gh-41726
2 years ago