Commit Graph

50613 Commits

Author SHA1 Message Date
Andy Wilkinson
811f4a1ec7 Upgrade to Jetty 11.0.17
Closes gh-37847
2023-10-12 13:33:23 +01:00
Andy Wilkinson
3f7847aec3 Upgrade to Infinispan 14.0.19.Final
Closes gh-37846
2023-10-12 13:33:18 +01:00
Andy Wilkinson
607d7913b3 Merge branch '3.1.x' 2023-10-12 13:31:14 +01:00
Andy Wilkinson
d84489906b Merge branch '3.0.x' into 3.1.x 2023-10-12 13:31:05 +01:00
Andy Wilkinson
022b646c1c Merge branch '2.7.x' into 3.0.x 2023-10-12 13:30:54 +01:00
Moritz Halbritter
b79e10ecd0 Merge pull request #37831 from izeye
* pr/37831:
  Polish gh-35082

Closes gh-37831
2023-10-12 14:17:26 +02:00
Johnny Lim
446677375e Polish gh-35082
See gh-37831
2023-10-12 14:17:02 +02:00
Andy Wilkinson
c0eb2cb4ae Prohibit upgrades to Undertow 2.2.27.Final
Closes gh-37844
2023-10-12 12:21:10 +01:00
Andy Wilkinson
e9f543c6ba Upgrade to Reactor Bom 2020.0.37
Closes gh-37675
2023-10-12 12:21:09 +01:00
Andy Wilkinson
de6e87acf0 Upgrade to Netty 4.1.100.Final
Closes gh-37843
2023-10-12 12:21:09 +01:00
Andy Wilkinson
ecc017000d Upgrade to Micrometer 1.9.16
Closes gh-37674
2023-10-12 12:21:09 +01:00
Andy Wilkinson
5ce281c982 Upgrade to Jetty 9.4.53.v20231009
Closes gh-37842
2023-10-12 12:21:08 +01:00
Andy Wilkinson
c6c6167fa0 Upgrade to Infinispan 13.0.20.Final
Closes gh-37841
2023-10-12 12:21:08 +01:00
Andy Wilkinson
8832b6788d Upgrade to Elasticsearch 7.17.14
Closes gh-37840
2023-10-12 11:44:17 +01:00
Andy Wilkinson
81cbf05b41 Merge branch '3.1.x'
Closes gh-37839
2023-10-12 11:39:19 +01:00
Andy Wilkinson
19b877fc14 Merge branch '3.0.x' into 3.1.x
Closes gh-37838
2023-10-12 11:39:06 +01:00
Andy Wilkinson
f780cc6d03 Merge branch '2.7.x' into 3.0.x
Closes gh-37837
2023-10-12 11:38:32 +01:00
Andy Wilkinson
11311dbf6d Register task executor metrics when using lazy init
Fixes gh-37832
2023-10-12 11:19:33 +01:00
Andy Wilkinson
2d6e61aafa Merge pull request #37576 from vpavic
* gh-37576:
  Polish "Add support for configuring non-standard JMS acknowledge modes"
  Add support for configuring non-standard JMS acknowledge modes

Closes gh-37576
2023-10-12 11:17:20 +01:00
Andy Wilkinson
6fbc328b4c Polish "Add support for configuring non-standard JMS acknowledge modes"
See gh-37576
2023-10-12 10:56:43 +01:00
Vedran Pavic
d72fb8e127 Add support for configuring non-standard JMS acknowledge modes
Prior to this commit, `spring.jms.listener.session.acknowledge-mode`
and `spring.jms.template.session.acknowledge-mode` accepted only a
predefined set of values representing standard JMS acknowledge modes.

This commit adds support for also using arbitrary integer values to
these configuration properties, which allows vendor-specific JMS
acknowledge modes to be configured.

See gh-37576
2023-10-12 08:36:30 +01:00
Scott Frederick
5556739c8c Add SSL bundle support to Rabbit auto-configuration 2023-10-11 15:39:51 -05:00
Andy Wilkinson
bdaf7a7603 Merge branch '3.1.x'
Closes gh-37830
2023-10-11 15:06:09 +01:00
Andy Wilkinson
411586347c Merge branch '3.0.x' into 3.1.x
Closes gh-37829
2023-10-11 15:04:21 +01:00
Andy Wilkinson
781ac2ece2 Merge branch '2.7.x' into 3.0.x
Closes gh-37828
2023-10-11 15:02:36 +01:00
Andy Wilkinson
1acb02d62c Merge pull request #37745 from izeye
* gh-37745:
  Polish "Polish"
  Polish

Closes gh-37745
2023-10-11 14:58:16 +01:00
Andy Wilkinson
5a75fae23b Polish "Polish"
See gh-37745
2023-10-11 14:58:04 +01:00
Johnny Lim
303015ea2d Polish
See gh-37745
2023-10-11 14:57:38 +01:00
Andy Wilkinson
d0486ef43f Merge branch '3.1.x'
Closes gh-37827
2023-10-11 14:47:35 +01:00
Andy Wilkinson
40461488db Merge branch '3.0.x' into 3.1.x
Closes gh-37826
2023-10-11 14:47:23 +01:00
Andy Wilkinson
a80f8ea5e6 Configure Java toolchain on AOT-processing tasks
Closes gh-37717
2023-10-11 14:31:44 +01:00
Andy Wilkinson
b9a0159b97 Merge branch '3.1.x'
Closes gh-37825
2023-10-11 13:54:39 +01:00
Andy Wilkinson
ac1f7ccc33 Merge branch '3.0.x' into 3.1.x
Closes gh-37824
2023-10-11 13:54:25 +01:00
Andy Wilkinson
5a6cd77c56 Merge branch '2.7.x' into 3.0.x
Closes gh-37823
2023-10-11 13:54:11 +01:00
Andy Wilkinson
5a1abb76f7 Test the Gradle plugin against Gradle 8.4
Closes gh-37811
2023-10-11 13:52:03 +01:00
Moritz Halbritter
e8d1479bae Merge pull request #37746 from techiesarav
* pr/37746:
  Polish "Remove @ConditionalOnMissingBean from RestTemplateBuilderConfigurer"
  Remove @ConditionalOnMissingBean from RestTemplateBuilderConfigurer

Closes gh-37746
2023-10-11 14:09:41 +02:00
Moritz Halbritter
6874a2fb9a Polish "Remove @ConditionalOnMissingBean from RestTemplateBuilderConfigurer"
See gh-37746
2023-10-11 14:03:12 +02:00
saravanakumar Ramasamy
882e29dc7f Remove @ConditionalOnMissingBean from RestTemplateBuilderConfigurer
See gh-37746
2023-10-11 13:39:44 +02:00
Moritz Halbritter
91204dfda6 Merge branch '3.1.x'
Closes gh-37822
2023-10-11 13:37:37 +02:00
Moritz Halbritter
7506d2db87 Merge branch '3.0.x' into 3.1.x
Closes gh-37821
2023-10-11 13:35:34 +02:00
Moritz Halbritter
225d4f8faf Merge pull request #37807 from izeye
* pr/37807:
  Remove obsolete prohibit for Couchbase Client library

Closes gh-37807
2023-10-11 13:34:50 +02:00
Johnny Lim
6591eaf88e Remove obsolete prohibit for Couchbase Client library
See gh-37807
2023-10-11 13:34:09 +02:00
Andy Wilkinson
a05cef60bc Merge branch '3.1.x' 2023-10-11 11:45:16 +01:00
Andy Wilkinson
6c5374597a Merge branch '3.0.x' into 3.1.x 2023-10-11 11:45:04 +01:00
Andy Wilkinson
02c79ca7e6 Merge branch '2.7.x' into 3.0.x 2023-10-11 11:44:53 +01:00
Andy Wilkinson
952ce1234a Reinstate Download Plugin dependency 2023-10-11 11:44:26 +01:00
Andy Wilkinson
7fd4458811 Merge branch '3.1.x'
Closes gh-37820
2023-10-11 11:29:36 +01:00
Andy Wilkinson
4384631025 Merge branch '3.0.x' into 3.1.x
Closes gh-37818
2023-10-11 11:16:04 +01:00
Andy Wilkinson
6c44809488 Merge branch '2.7.x' into 3.0.x
Closes gh-37817
2023-10-11 11:13:19 +01:00
Andy Wilkinson
254b8fe3cb Closes gh-37815 2023-10-11 10:50:01 +01:00