Commit Graph

49754 Commits

Author SHA1 Message Date
Phillip Webb
c38adaedc2 Test that ConnectionFactoryUnwrapper works without pooled-jms jar
Closes gh-41583
2024-07-23 08:37:58 +01:00
Phillip Webb
88480664d7 Polish 2024-07-22 19:59:27 +01:00
Phillip Webb
000600c68a Merge branch '3.3.x' 2024-07-22 18:41:53 +01:00
Phillip Webb
d9360a034f Polish 2024-07-22 18:41:12 +01:00
Phillip Webb
36b1214feb Merge branch '3.2.x' into 3.3.x 2024-07-22 18:30:45 +01:00
Phillip Webb
61dc82d836 Update copyright year of changed files 2024-07-22 18:16:19 +01:00
Phillip Webb
ff1a4654d2 Polish 2024-07-22 18:15:57 +01:00
Andy Wilkinson
98ed90d691 Merge pull request #39376 from ronaldmik
* gh-39376:
  Polish "Derive driverClassName from URL when otherwise unknown"
  Derive driverClassName from URL when otherwise unknown

Closes gh-39376
2024-07-22 09:42:39 +01:00
Andy Wilkinson
a12bfd9ec3 Polish "Derive driverClassName from URL when otherwise unknown"
See gh-39376
2024-07-22 09:42:28 +01:00
Ronald Mik
4611230d69 Derive driverClassName from URL when otherwise unknown
See gh-39376
2024-07-22 09:41:58 +01:00
Andy Wilkinson
82706ac91a Merge branch '3.3.x'
Closes gh-41572
2024-07-22 09:06:12 +01:00
Andy Wilkinson
682a5b27aa Wait until spring-boot.rb is available when updating Homebrew tap
Closes gh-41561
2024-07-22 09:05:30 +01:00
Andy Wilkinson
4d466c3cc0 Merge branch '3.3.x'
Closes gh-41564
2024-07-19 16:29:31 +01:00
Andy Wilkinson
8e82aad6ff Merge branch '3.2.x' into 3.3.x
Closes gh-41563
2024-07-19 16:29:15 +01:00
Andy Wilkinson
a10b000119 Fix constructor binding of EnumMaps
Fixes gh-41550
2024-07-19 16:28:16 +01:00
Andy Wilkinson
9ff53f8c24 Merge branch '3.3.x' 2024-07-18 19:27:21 +01:00
Andy Wilkinson
4b241970a9 Merge branch '3.2.x' into 3.3.x 2024-07-18 19:26:50 +01:00
Andy Wilkinson
5d3ec1500f Next development version (v3.3.3-SNAPSHOT) 2024-07-18 19:26:34 +01:00
Andy Wilkinson
5fcae29178 Next development version (v3.2.9-SNAPSHOT) 2024-07-18 16:24:08 +01:00
Stéphane Nicoll
7430ef76ac Upgrade to Spring Framework 6.2.0-M6
Closes gh-41555
2024-07-18 15:20:29 +02:00
Stéphane Nicoll
8e93b9f04a Start building against Spring Framework 6.2.0-M6 snapshots
See gh-41555
2024-07-18 12:40:45 +02:00
Andy Wilkinson
3648f5f494 Merge branch '3.3.x' 2024-07-17 14:16:05 +01:00
Andy Wilkinson
397f3f4d15 Merge branch '3.2.x' into 3.3.x 2024-07-17 14:15:56 +01:00
Andy Wilkinson
f5df7e7e30 Fix documentation links in the README
Closes gh-41547
2024-07-17 14:15:30 +01:00
Andy Wilkinson
54c6aaf406 Merge branch '3.3.x'
Closes gh-41546
2024-07-17 14:12:03 +01:00
Andy Wilkinson
6f745c781f Merge pull request #41531 from anbusampath
* gh-41531:
  Update README to fix links to the docs

Closes gh-41531
2024-07-17 14:10:26 +01:00
Anbu Sampath
3d2935995f Update README to fix links to the docs
See gh-41531
2024-07-17 14:09:30 +01:00
Andy Wilkinson
64a0cf8275 Merge branch '3.3.x'
Closes gh-41544
2024-07-17 12:26:13 +01:00
Andy Wilkinson
b7ff40e9b0 Merge pull request #41355 from opcooc
* gh-41355:
  Polish "Add configuration property to allow multiple issuers"
  Add configuration property to allow multiple issuers

Closes gh-41355
2024-07-17 12:03:48 +01:00
Andy Wilkinson
1a6760e21d Polish "Add configuration property to allow multiple issuers"
See gh-41355
2024-07-17 12:03:34 +01:00
shenqicheng
b0b97fb1d2 Add configuration property to allow multiple issuers
See gh-41355
2024-07-17 11:59:14 +01:00
Andy Wilkinson
d50c434759 Merge pull request #41327 from eddumelendez
* gh-41327:
  Polish "Support service connections for redis-stack and redis-stack-server"
  Support service connections for redis-stack and redis-stack-server

Closes gh-41327
2024-07-17 11:37:23 +01:00
Andy Wilkinson
46ec3e3a07 Polish "Support service connections for redis-stack and redis-stack-server"
See gh-41327
2024-07-17 11:08:52 +01:00
Eddú Meléndez
2634d0c6b1 Support service connections for redis-stack and redis-stack-server
See gh-41327
2024-07-17 10:54:06 +01:00
Andy Wilkinson
2216b48e64 Match one of multiple names in ContainerConnectionDetailsFactory
Closes gh-41543

Co-Authored-By: Eddú Meléndez <eddu.melendez@gmail.com>
2024-07-17 10:43:50 +01:00
Andy Wilkinson
8917c94a04 Add workflow for releases to the milestone repository
Closes gh-40426
2024-07-17 10:04:19 +01:00
Stéphane Nicoll
fc2890d1cd Use native connection factory with message listener containers
This commit updates the auto-configuration to use the native connection
factory for configuring message listener containers. Previously, the
connection factory that could have been wrapped in a caching connection
factory was used.

While using a caching connection factory is suitable for sending
messages (i.e. JmsTemplate usage), it isn't for message listeners as
they need to own the connection for local recovery purposes.

Closes gh-39816
2024-07-17 10:41:12 +02:00
Andy Wilkinson
369cfc4c4c Correct the global pattern for matching 3.4.x tags 2024-07-17 09:36:52 +01:00
Stéphane Nicoll
d26ce6cb52 Merge branch '3.3.x' 2024-07-17 09:47:20 +02:00
Stéphane Nicoll
f7780b4fef Polish 2024-07-17 09:46:25 +02:00
Andy Wilkinson
c8f16e7fbe Upgrade to H2 2.3.230
Closes gh-41538
2024-07-17 08:05:42 +01:00
Andy Wilkinson
18c85d9fae Fix version ranges used to prohibit Jakarta EE 11 spec upgrades
See gh-41176
2024-07-17 08:03:55 +01:00
Andy Wilkinson
57b3a128ab Upgrade to Spring Pulsar 1.1.2
Closes gh-41537
2024-07-17 07:46:27 +01:00
Andy Wilkinson
60c0004105 Merge branch '3.3.x' 2024-07-17 07:44:26 +01:00
Andy Wilkinson
51646fb5f4 Upgrade to Spring Pulsar 1.1.2
Closes gh-41536
2024-07-17 07:44:17 +01:00
Andy Wilkinson
eb2060793c Merge branch '3.3.x'
Closes gh-41535
2024-07-17 07:42:33 +01:00
Andy Wilkinson
1fccf90323 Merge branch '3.2.x' into 3.3.x
Closes gh-41534
2024-07-17 07:42:24 +01:00
Andy Wilkinson
07b103cc2b Prohibit upgrades to Undertow 2.3.15
Closes gh-41533
2024-07-17 07:42:02 +01:00
Andy Wilkinson
062ea78381 Merge branch '3.3.x' 2024-07-17 07:41:14 +01:00
Andy Wilkinson
326b35fcc7 Merge branch '3.2.x' into 3.3.x 2024-07-17 07:40:55 +01:00