Commit Graph

44789 Commits

Author SHA1 Message Date
Andy Wilkinson
02fd570b7d Start building against Spring Framework 6.1.0 snapshots
See gh-37231
2023-09-07 13:34:14 +01:00
Andy Wilkinson
4b0c8eba4c Start building against Spring Batch 5.1.0 snapshots
See gh-37230
2023-09-07 13:34:14 +01:00
Andy Wilkinson
d88b999fa2 Start building against Spring Authorization Server 1.2.0 snapshots
See gh-37229
2023-09-07 13:34:13 +01:00
Andy Wilkinson
318ac7adc5 Start building against Spring AMQP 3.1.0 snapshots
See gh-37228
2023-09-07 13:34:13 +01:00
Andy Wilkinson
dfa5414486 Start building against Reactor Bom 2023.0.0 snapshots
See gh-37227
2023-09-07 13:34:12 +01:00
Andy Wilkinson
88f8311a59 Start building against Micrometer 1.12.0 snapshots
See gh-37226
2023-09-07 13:34:12 +01:00
Andy Wilkinson
96368a4e61 Merge branch '3.1.x'
Closes gh-37225
2023-09-07 10:10:17 +01:00
Andy Wilkinson
7b59d2fce2 Merge branch '3.0.x' into 3.1.x
Closes gh-37224
2023-09-07 10:07:52 +01:00
Andy Wilkinson
cce3c9d40f Merge branch '2.7.x' into 3.0.x
Closes gh-37223
2023-09-07 10:02:06 +01:00
Andy Wilkinson
38e9ede17d Only suggest snapshots for which a release is planned
Closes gh-37212
2023-09-07 09:55:36 +01:00
Phillip Webb
d9af7cec14 Merge pull request #37197 from onobc
* pr/37197:
  Polish 'Add Pulsar ConnectionDetails support'
  Add Pulsar ConnectionDetails support

Closes gh-37197
2023-09-06 12:26:59 -07:00
Phillip Webb
750c597225 Polish 'Add Pulsar ConnectionDetails support'
See gh-37197
2023-09-06 12:18:09 -07:00
Chris Bono
089fef0392 Add Pulsar ConnectionDetails support
Add `ConnectionDetails` support for Apache Pulsar and provide adapters
for Docker Compose and Testcontainers.

See gh-37197
2023-09-06 12:12:25 -07:00
Moritz Halbritter
bced103517 Merge branch '3.1.x'
Closes gh-37208
2023-09-06 14:44:21 +02:00
Moritz Halbritter
768dfb2c63 Merge branch '3.0.x' into 3.1.x
Closes gh-37207
2023-09-06 14:44:13 +02:00
Moritz Halbritter
ffed8b0502 Merge branch '2.7.x' into 3.0.x
Closes gh-37206
2023-09-06 14:43:36 +02:00
Moritz Halbritter
65c739e00e Merge pull request #37166 from quaff
* pr/37166:
  Continue polishing

Closes gh-37166
2023-09-06 14:39:47 +02:00
Yanming Zhou
4c39cc2314 Continue polishing
See commit 947e330e9d

See gh-37166
2023-09-06 14:38:57 +02:00
Moritz Halbritter
7c46867758 Merge branch '3.1.x'
Closes gh-37205
2023-09-06 14:36:41 +02:00
Moritz Halbritter
8ebb173089 Merge branch '3.0.x' into 3.1.x
Closes gh-37204
2023-09-06 14:36:31 +02:00
Moritz Halbritter
ec06acab36 Merge branch '2.7.x' into 3.0.x
Closes gh-37203
2023-09-06 14:36:15 +02:00
Moritz Halbritter
2660909243 Merge pull request #37187 from dependabot[bot]
* pr/37187:
  Bump actions/checkout from 3 to 4

Closes gh-37187
2023-09-06 14:35:50 +02:00
dependabot[bot]
ca2cafe638 Bump actions/checkout from 3 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

See gh-37187
2023-09-06 14:35:31 +02:00
Moritz Halbritter
d84c81d18f Reduce logging in WelcomePageHandlerMapping on invalid Accept headers
Closes gh-37118
2023-09-06 14:23:27 +02:00
Andy Wilkinson
f2112459c2 Merge branch '3.1.x'
Closes gh-37202
2023-09-06 12:10:55 +01:00
Andy Wilkinson
2d395355ee Merge branch '3.0.x' into 3.1.x
Closes gh-37201
2023-09-06 12:09:11 +01:00
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