Commit Graph

48044 Commits

Author SHA1 Message Date
Andy Wilkinson
bbe9e896a4 Upgrade to Postgresql 42.6.2
Closes gh-39972
2024-03-18 12:10:25 +00:00
Andy Wilkinson
d588497b92 Upgrade to jOOQ 3.18.13
Closes gh-39971
2024-03-18 12:10:20 +00:00
Andy Wilkinson
326bf4d231 Upgrade to Jaybird 5.0.4.java11
Closes gh-39970
2024-03-18 12:10:16 +00:00
Andy Wilkinson
a2f00129f2 Upgrade to Jakarta XML Bind 4.0.2
Closes gh-39969
2024-03-18 12:10:11 +00:00
Andy Wilkinson
dfc2b7d7a7 Upgrade to Jakarta Mail 2.1.3
Closes gh-39968
2024-03-18 12:10:07 +00:00
Andy Wilkinson
f687c36f23 Upgrade to Jakarta Activation 2.1.3
Closes gh-39967
2024-03-18 12:10:02 +00:00
Andy Wilkinson
0f67e045fa Upgrade to Infinispan 14.0.26.Final
Closes gh-39966
2024-03-18 12:09:58 +00:00
Andy Wilkinson
753965d8ae Upgrade to Hazelcast 5.2.5
Closes gh-39965
2024-03-18 12:09:53 +00:00
Andy Wilkinson
8bcf591c9d Upgrade to Groovy 4.0.20
Closes gh-39964
2024-03-18 12:09:49 +00:00
Andy Wilkinson
9b5f9acd19 Upgrade to Glassfish JAXB 4.0.5
Closes gh-39963
2024-03-18 12:09:45 +00:00
Andy Wilkinson
c4e7073f42 Upgrade to Awaitility 4.2.1
Closes gh-39962
2024-03-18 12:09:40 +00:00
Moritz Halbritter
5c2f64d677 Merge branch '3.2.x'
Closes gh-39961
2024-03-18 11:41:50 +01:00
Moritz Halbritter
cd83c1af61 Merge pull request #39958 from MazizEsa
* pr/39958:
  Polish "Set virtual thread names for RabbitMQ and Pulsar"
  Set virtual thread names for RabbitMQ and Pulsar

Closes gh-39958
2024-03-18 11:41:34 +01:00
Moritz Halbritter
09652cb282 Polish "Set virtual thread names for RabbitMQ and Pulsar"
See gh-39958
2024-03-18 11:24:17 +01:00
Maziz
ecda754116 Set virtual thread names for RabbitMQ and Pulsar
See gh-39958
2024-03-18 11:24:10 +01:00
Andy Wilkinson
9a4d0fb8b6 Merge branch '3.2.x'
Closes gh-39954
2024-03-15 17:08:02 +00:00
Andy Wilkinson
f1ccc944e5 Merge pull request #39821 from Roiocam
* gh-39821:
  Polish "Fix web session javadoc typos"
  Fix web session javadoc typo

Closes gh-39821
2024-03-15 17:07:53 +00:00
Andy Wilkinson
729f6758f7 Polish "Fix web session javadoc typos"
See gh-39821
2024-03-15 17:07:41 +00:00
JingZhang Chen
f5d45fd31f Fix web session javadoc typo
See gh-39821
2024-03-15 17:07:25 +00:00
Andy Wilkinson
5431858c2f Upgrade to Spring HATEOAS 2.3.0-M1
Closes gh-39953
2024-03-15 16:32:35 +00:00
Andy Wilkinson
380017844e Upgrade to Spring Framework 6.1.5
Closes gh-39894
2024-03-15 16:32:31 +00:00
Andy Wilkinson
36721f4fab Upgrade to Spring Data Bom 2024.0.0-M2
Closes gh-39893
2024-03-15 16:32:30 +00:00
Andy Wilkinson
23b023eed0 Upgrade to Kafka 3.7.0
Closes gh-39952
2024-03-15 16:32:30 +00:00
Andy Wilkinson
3cbf8e8f4d Upgrade to Couchbase Client 3.6.0
Closes gh-39951
2024-03-15 16:32:25 +00:00
Andy Wilkinson
258701ba7b Merge branch '3.2.x' 2024-03-15 16:25:52 +00:00
Andy Wilkinson
f46dbd4b23 Upgrade to Spring HATEOAS 2.2.1
Closes gh-39950
2024-03-15 16:25:34 +00:00
Andy Wilkinson
849da0147d Upgrade to Spring Framework 6.1.5
Closes gh-39883
2024-03-15 16:25:29 +00:00
Andy Wilkinson
abcf41e808 Upgrade to Spring Data Bom 2023.1.4
Closes gh-39882
2024-03-15 16:25:28 +00:00
Andy Wilkinson
6d3fbbc9b4 Merge branch '3.2.x' 2024-03-15 16:21:08 +00:00
Andy Wilkinson
fadbca7f75 Merge branch '3.1.x' into 3.2.x 2024-03-15 16:20:57 +00:00
Andy Wilkinson
c71d58f9f1 Upgrade to Spring HATEOAS 2.1.4
Closes gh-39949
2024-03-15 16:20:44 +00:00
Andy Wilkinson
323a88311f Upgrade to Spring Framework 6.0.18
Closes gh-39874
2024-03-15 16:20:39 +00:00
Andy Wilkinson
b7fd2fa4ac Upgrade to Spring Data Bom 2023.0.10
Closes gh-39873
2024-03-15 16:20:38 +00:00
Andy Wilkinson
f16d940081 Merge branch '3.2.x' 2024-03-15 15:44:42 +00:00
Andy Wilkinson
f2ddf1c082 Merge branch '3.1.x' into 3.2.x
While the bug fixed in 3.1.x (gh-39942) has already been addressed as
a side-effect of the changes made in dbb24286, the change is merged
forwards here to improve the consistency of the code between branches.
2024-03-15 15:42:47 +00:00
Andy Wilkinson
81dc0cc3cf Eliminate race condition in Tomcat's graceful shutdown
There was a race condition between the thread that's waiting for
Tomcat to become inactive or the graceful shutdown to be aborted
and the thread that aborts the shutdown and stops Tomcat when the
grace period has elapsed. This race can lead to Tomcat appearing
to have become inactive before the abort of the shutdown is
noticed. When this happens, the result of the shutdown is reported
as IDLE when it should have been REQUESTS_ACTIVE. The consequences
of this are mostly benign although it does affect the log messages
that are emitted. It is also causing some of our graceful shutdown
tests to be flaky.

This commit eliminates the race condition by considering the
state of the aborted flag before logging and returning the result
of the shutdown.

Closes gh-39942
2024-03-15 15:30:41 +00:00
Andy Wilkinson
69e5e8d4a4 Start building against Spring Data 2024.0.0-M2 snapshots
See gh-39893
2024-03-15 14:10:57 +00:00
Moritz Halbritter
52eaa7fb3a Revert "Merge pull request #39941 from schauder"
This reverts commit ab5dee819b, reversing
changes made to 24223075eb.
2024-03-15 12:06:27 +01:00
Moritz Halbritter
ab5dee819b Merge pull request #39941 from schauder
* pr/39941:
  Polish "Add property spring.data.jdbc.dialect"
  Add property spring.data.jdbc.dialect

Closes gh-39941
2024-03-15 11:55:04 +01:00
Moritz Halbritter
148c5e8ed5 Polish "Add property spring.data.jdbc.dialect"
See gh-39941
2024-03-15 11:47:35 +01:00
Jens Schauder
b3ddb22f75 Add property spring.data.jdbc.dialect
The class valued property allows to configure a dialect, without relying
on a database connection to determine it.

See gh-39941
2024-03-15 11:40:47 +01:00
Moritz Halbritter
24223075eb Merge pull request #39910 from izeye
* pr/39910:
  Polish

Closes gh-39910
2024-03-15 11:36:12 +01:00
Johnny Lim
412b8dd548 Polish
See gh-39910
2024-03-15 11:25:16 +01:00
Moritz Halbritter
24218ac4a8 Merge branch '3.2.x' 2024-03-15 11:22:52 +01:00
Moritz Halbritter
d2e9d6668d Merge pull request #39946 from onobc
* pr/39946:
  Re-enable Spring Pulsar interceptor tests

Closes gh-39946
2024-03-15 11:22:32 +01:00
Chris Bono
ac0d1e0ec6 Re-enable Spring Pulsar interceptor tests
The PulsarTemplate recently replaced its list of ProducerInterceptors
with a list of ProducerBuilderCustomizers that customize the builder by
adding each interceptor to the builder. The PulsarAutoConfigurationTests
previosuly relied on the previous field. This commit adjusts the tests
to instead use the Customizers testing utility to verify the
interceptors.

(cherry picked from commit 9c054a021f)

See gh-39946
2024-03-15 11:00:09 +01:00
Moritz Halbritter
5600a02834 Merge pull request #39931 from izeye
* pr/39931:
  Polish gh-38559

Closes gh-39931
2024-03-14 13:40:19 +01:00
Johnny Lim
c5df4e3530 Polish gh-38559
See gh-39931
2024-03-14 10:47:34 +01:00
Scott Frederick
736f712ba9 Merge branch '3.2.x'
Closes gh-39845
2024-03-13 15:21:24 -05:00
Scott Frederick
f324994065 Merge branch '3.1.x' into 3.2.x
Closes gh-39846
2024-03-13 15:20:55 -05:00