Andy Wilkinson
7486d9da72
Merge branch '2.7.x' into 3.0.x
...
Closes gh-37200
2023-09-06 12:07:42 +01:00
Andy Wilkinson
2d6f436893
Improve handling and comparison of snapshot versions
...
Closes gh-36197
2023-09-06 12:04:58 +01:00
Moritz Halbritter
e567fa729e
Merge pull request #37189 from anessi
...
* pr/37189:
Add virtual host support for Rabbit Stream
Closes gh-37189
2023-09-06 10:18:58 +02:00
anessi
320dd0e24e
Add virtual host support for Rabbit Stream
...
Add a new property 'spring.rabbitmq.stream.virtual-host' which can be
used to set a custom virtual host for streams.
See gh-37189
2023-09-06 10:17:51 +02:00
Phillip Webb
db73e071cc
Merge pull request #37196 from onobc
...
* pr/37196:
Polish "Combine Pulsar smoke tests"
Combine Pulsar smoke tests
Closes gh-37196
2023-09-05 20:49:28 -07:00
Phillip Webb
9497f3d91c
Polish "Combine Pulsar smoke tests"
...
See gh-37196
2023-09-05 20:42:14 -07:00
Chris Bono
eacf92b1b2
Combine Pulsar smoke tests
...
* Simplify produce/consume verify via OutputCapture
* Remove spring-boot-smoke-test-pulsar-reactive as
no other smoke tests split them out
See gh-37196
2023-09-05 20:41:43 -07:00
Phillip Webb
2ebcdb059a
Tweak Pulsar smoke test timeouts
...
See gh-34763
2023-09-05 18:46:58 -07:00
Phillip Webb
975cb27905
Protect against concurrent list updates in Pulsar samples
...
See gh-34763
2023-09-05 18:23:39 -07:00
Phillip Webb
59e591c13c
Merge pull request #34763 from onobc
...
* pr/34763:
Add support for Apache Pulsar
Closes gh-34763
2023-09-05 17:02:16 -07:00
Chris Bono
6e7b845bdf
Add support for Apache Pulsar
...
Add support for Apache Pulsar using the Spring for Apache Pulsar
project.
See gh-34763
Co-authored-by: Phillip Webb <pwebb@vmware.com >
2023-09-05 17:01:51 -07:00
Moritz Halbritter
8f78acd548
Merge branch '3.1.x'
2023-09-05 15:28:23 +02:00
Moritz Halbritter
1962f4ecb7
Merge branch '3.0.x' into 3.1.x
2023-09-05 15:24:25 +02:00
Moritz Halbritter
a69ff3bd59
Merge branch '2.7.x' into 3.0.x
2023-09-05 15:21:51 +02:00
Moritz Halbritter
76e51bc92f
Only enable needed Couchbase services in integration tests
2023-09-05 15:10:12 +02:00
Moritz Halbritter
313627934e
Merge branch '3.1.x'
...
Closes gh-37194
2023-09-05 13:41:38 +02:00
Moritz Halbritter
d310fb6fce
Prevent docker access when running AOT processing on tests
...
Closes gh-37097
2023-09-05 13:37:36 +02:00
Moritz Halbritter
1a2919bb0e
Polish
2023-09-05 13:37:36 +02:00
Andy Wilkinson
809990bc86
Merge branch '3.1.x'
...
Closes gh-37193
2023-09-05 11:06:46 +01:00
Andy Wilkinson
dc4d647437
Merge branch '3.0.x' into 3.1.x
...
Closes gh-37192
2023-09-05 10:58:49 +01:00
Andy Wilkinson
4611c54aef
Merge branch '2.7.x' into 3.0.x
...
Closes gh-37191
2023-09-05 10:53:16 +01:00
Andy Wilkinson
ced32f0751
Require libraries to opt in to moving to snapshots
...
Closes gh-37190
2023-09-05 10:40:31 +01:00
Andy Wilkinson
018c188ceb
Merge branch '3.1.x'
2023-09-04 15:52:48 +01:00
Andy Wilkinson
701ce0058d
Merge branch '3.0.x' into 3.1.x
2023-09-04 15:52:38 +01:00
Andy Wilkinson
878e74378f
Merge branch '2.7.x' into 3.0.x
2023-09-04 15:52:26 +01:00
Andy Wilkinson
b858801a07
Use decorator pattern to multi-thread update resolution
2023-09-04 15:44:23 +01:00
Andy Wilkinson
db02f89f03
Merge branch '3.1.x'
...
Closes gh-37184
2023-09-04 08:26:04 +01:00
Andy Wilkinson
c562e8e01f
Merge branch '3.0.x' into 3.1.x
...
Closes gh-37183
2023-09-04 08:25:46 +01:00
Andy Wilkinson
d6b04af512
Merge branch '2.7.x' into 3.0.x
...
Closes gh-37182
2023-09-04 08:25:33 +01:00
Andy Wilkinson
fadc58679d
Speed up ImageReference.of when path contains upper-case chars
...
Closes gh-35657
2023-09-04 08:18:28 +01:00
Scott Frederick
47508b8338
Merge branch '3.1.x'
...
Closes gh-37179
2023-09-01 14:42:24 -05:00
Scott Frederick
03dcf8b663
Merge branch '3.0.x' into 3.1.x
...
Closes gh-37178
2023-09-01 14:42:15 -05:00
Scott Frederick
1e85bf7ca8
Fix mapping of consumed types to propagators
...
Fixes gh-37161
2023-09-01 14:40:01 -05:00
Andy Wilkinson
f45a32d911
Merge branch '3.1.x'
...
Closes gh-37175
2023-09-01 14:18:23 +01:00
Andy Wilkinson
a84ee2fb12
Merge branch '3.0.x' into 3.1.x
...
Closes gh-37174
2023-09-01 14:17:59 +01:00
Andy Wilkinson
3ab1dfb9dc
Merge branch '2.7.x' into 3.0.x
...
Closes gh-37173
2023-09-01 14:17:40 +01:00
Andy Wilkinson
49cf62d97c
Merge pull request #37167 from quaff
...
* gh-37167:
Polish "Use project.getLayout().getBuildDirectory() instead of getBuildDir()"
Use project.getLayout().getBuildDirectory() instead of getBuildDir()
Closes gh-37167
2023-09-01 14:16:19 +01:00
Andy Wilkinson
a77863245d
Polish "Use project.getLayout().getBuildDirectory() instead of getBuildDir()"
...
See gh-37167
2023-09-01 14:15:33 +01:00
Yanming Zhou
a8706962d4
Use project.getLayout().getBuildDirectory() instead of getBuildDir()
...
See gh-37167
2023-09-01 14:08:16 +01:00
Phillip Webb
b1547d0139
Merge branch '3.1.x'
...
Closes gh-37171
2023-08-31 22:38:29 -07:00
Phillip Webb
37e67058b7
Merge branch '3.0.x' into 3.1.x
...
Closes gh-37169
2023-08-31 22:24:14 -07:00
Phillip Webb
71ed31343c
Merge branch '2.7.x' into 3.0.x
...
Closes gh-37168
2023-08-31 22:01:06 -07:00
Phillip Webb
fd8cb74b46
Load algorithm parameters from PEM encoded 'EC PRIVATE KEY' files
...
Update `PrivateKeyParser` implementations so that algorithm parameters
for PEM encoded 'EC PRIVATE KEY' files are loaded from the incoming
data.
Prior to this commit, the algorithm parameter was hard-coded to
'secp384r1' which could result in a mismatch to the actual file
content.
Fixes gh-34232
2023-08-31 21:40:11 -07:00
Andy Wilkinson
41f66fa7ec
Merge branch '3.1.x'
...
Closes gh-37159
2023-08-31 15:23:40 +01:00
Andy Wilkinson
c7063af63a
Merge branch '3.0.x' into 3.1.x
...
Closes gh-37158
2023-08-31 15:23:21 +01:00
Andy Wilkinson
67e1ee5dcf
Fix ordering of Jetty's WebSocketUpgradeFilter
...
Closes gh-37115
2023-08-31 15:22:26 +01:00
Moritz Halbritter
f1f4e9c008
Implement RestClientBuilderConfigurer
...
Closes gh-36265
2023-08-31 14:01:44 +02:00
Moritz Halbritter
cf2828fdb8
Add link to Spring Modulith to documentation
...
Closes gh-37106
2023-08-31 13:22:52 +02:00
Moritz Halbritter
9c24995722
Merge pull request #37122 from quaff
...
* pr/37122:
Polish "Include JdbcClientAutoConfiguration in @JdbcTest and @DataJpaTest slices"
Include JdbcClientAutoConfiguration in @JdbcTest and @DataJpaTest slices
Closes gh-37122
2023-08-31 13:16:24 +02:00
Moritz Halbritter
947e330e9d
Polish "Include JdbcClientAutoConfiguration in @JdbcTest and @DataJpaTest slices"
...
See gh-37122
2023-08-31 13:15:50 +02:00