50 Commits

Author SHA1 Message Date
buildmaster
ebe26904a5 Bumping versions to 3.2.11-SNAPSHOT after release 2023-12-18 22:59:44 +00:00
buildmaster
c4d30d1fd4 Going back to snapshots 2023-12-18 22:59:43 +00:00
buildmaster
1e83dd8c1f Update SNAPSHOT to 3.2.10 2023-12-18 22:55:52 +00:00
Oleg Zhurakousky
8059cdabcf Fix property value type 2023-09-26 07:11:05 +02:00
buildmaster
353409ac2a Bumping versions 2023-06-30 13:40:17 +00:00
buildmaster
deb2bdd053 Bumping versions 2023-06-29 13:43:21 +00:00
buildmaster
827f052b29 Bumping versions to 3.2.10-SNAPSHOT after release 2023-06-29 11:09:09 +00:00
buildmaster
414115ed45 Going back to snapshots 2023-06-29 11:09:08 +00:00
buildmaster
af7ff9bf79 Update SNAPSHOT to 3.2.9 2023-06-29 11:05:50 +00:00
buildmaster
29e6c03e83 Bumping versions to 3.2.9-SNAPSHOT after release 2023-04-27 14:51:12 +00:00
buildmaster
4c1882ee5c Going back to snapshots 2023-04-27 14:51:11 +00:00
buildmaster
c7be174289 Update SNAPSHOT to 3.2.8 2023-04-27 14:47:37 +00:00
buildmaster
09c1e00df6 Bumping versions to 3.2.8-SNAPSHOT after release 2023-02-23 22:49:38 +00:00
buildmaster
431fefa6a8 Going back to snapshots 2023-02-23 22:49:38 +00:00
buildmaster
76e84cb49c Update SNAPSHOT to 3.2.7 2023-02-23 22:46:31 +00:00
buildmaster
ddc6a722b3 Bumping versions to 3.2.7-SNAPSHOT after release 2022-11-03 15:06:19 +00:00
buildmaster
3b808bda8f Going back to snapshots 2022-11-03 15:06:18 +00:00
buildmaster
03690257b6 Update SNAPSHOT to 3.2.6 2022-11-03 15:03:15 +00:00
buildmaster
d51766c4a6 Going back to snapshots 2022-09-06 19:53:31 +00:00
buildmaster
2c873d9618 Update SNAPSHOT to 3.2.5 2022-09-06 19:50:30 +00:00
buildmaster
1964f31cfc Bumping versions to 3.2.6-SNAPSHOT after release 2022-09-02 21:10:58 +00:00
buildmaster
4a6c6f629f Going back to snapshots 2022-09-02 21:10:57 +00:00
buildmaster
0341637fa6 Update SNAPSHOT to 3.2.5 2022-09-02 21:08:03 +00:00
Gary Russell
710a2b4712 GH-2483: Fix Tests 2022-08-18 10:20:51 -04:00
Gary Russell
37126f566f GH-2483: RMQ: Fix Redeclare Multi Routing Keys
Resolves https://github.com/spring-cloud/spring-cloud-stream/issues/2483

https://github.com/spring-cloud/spring-cloud-stream-binder-rabbit/issues/242
added support for binding a queue with multiple routing keys. However, only
one binding was added to the `autoRedeclarContext`.

Use the `Declarables` wrapper to support multiple instances with the same
name.

**cherry-pick to 3.2.x**
Resolves #2484
2022-08-18 15:49:20 +02:00
buildmaster
08fccf3fc3 Bumping versions 2022-08-16 13:45:50 +00:00
buildmaster
4e86710685 Bumping versions 2022-06-23 13:45:06 +00:00
spencergibb
b0f6270d3a Bumps to next snapshot version 2022-05-27 13:24:23 -04:00
buildmaster
2b268196e5 Update SNAPSHOT to 3.2.4 2022-05-27 13:09:25 -04:00
Oleg Zhurakousky
12189ba65e Fix Rabbit test to ensure java17 build
Unfortunately we have to remove one assertion since it gets in the way of module system with reflection
2022-05-24 19:37:40 +02:00
Oleg Zhurakousky
2600178045 Fix documentation and bump versions of snapshots 2022-04-29 11:31:52 +02:00
buildmaster
538a6b4253 Bumping versions 2022-04-27 13:45:19 +00:00
buildmaster
1b76157bf9 Bumping versions to 3.2.4-SNAPSHOT after release 2022-04-27 10:22:05 +00:00
buildmaster
47b43edfa3 Going back to snapshots 2022-04-27 10:22:03 +00:00
buildmaster
5264b1b32f Update SNAPSHOT to 3.2.3 2022-04-27 10:19:08 +00:00
Olga Maciaszek-Sharma
a8962b0206 Revert "Update SNAPSHOT to 3.2.3"
This reverts commit 5c698b8b1b.
2022-04-27 10:56:23 +02:00
Olga Maciaszek-Sharma
478861e5c2 Revert "Going back to snapshots"
This reverts commit 07c683d02a.
2022-04-27 10:56:20 +02:00
Olga Maciaszek-Sharma
f6f9ae8830 Revert "Bumping versions to 3.2.4-SNAPSHOT after release"
This reverts commit f4ead8d7c7.
2022-04-27 10:56:16 +02:00
buildmaster
f4ead8d7c7 Bumping versions to 3.2.4-SNAPSHOT after release 2022-04-26 15:34:13 +00:00
buildmaster
07c683d02a Going back to snapshots 2022-04-26 15:34:12 +00:00
buildmaster
5c698b8b1b Update SNAPSHOT to 3.2.3 2022-04-26 15:31:19 +00:00
Chris Bono
8401447dd5 Use testcontainers for Rabbit binder integration tests
Backport #2341
Resolves #2361
2022-04-26 10:51:08 +02:00
spencergibb
258baaac52 Fixes dependency management now that stream is a monorepo 2022-03-31 14:18:09 -04:00
Soby Chacko
5b5487de4a Generated docs 2022-03-30 16:13:28 -04:00
spencergibb
45d5ecf5ff Moves core/docs to root of project for compatibility
Resolves https://github.com/spring-cloud/spring-cloud-stream/issues/2312
2022-03-30 16:08:26 -04:00
Soby Chacko
2c3c1c6483 Docs restructuring changes 2022-03-30 15:56:24 -04:00
spencergibb
92861bcd08 formatting 2022-03-30 15:40:54 -04:00
Christian Tzolov
1995468ab4 Add connectionFactory getter
Resolves #2314
2022-03-30 12:10:39 -04:00
Soby Chacko
718171dd61 Temporary changes for 3.2.x mono repo 2022-03-28 15:02:28 -04:00
Soby Chacko
2f23d6eeb6 Restructuring the repository for binders 2022-03-28 13:30:44 -04:00