buildmaster
946eebf4d1
Going back to snapshots
2021-11-03 08:43:33 +00:00
buildmaster
d2f27b6e21
Update SNAPSHOT to 3.2.0-RC1
2021-11-03 08:42:04 +00:00
buildmaster
affa15d372
Going back to snapshots
2021-10-19 09:12:24 +00:00
buildmaster
db187d9f41
Update SNAPSHOT to 3.2.0-M3
2021-10-19 09:11:01 +00:00
Gary Russell
d1c37cb1a5
GH-339: RabbitMQ Stream Producer: Initial Support
...
Revert "Revert "GH-339: RabbitMQ Stream Producer: Initial Support""
This reverts commit 3747d58712 .
Upgrade to 2.4.0.M3
2021-10-19 10:26:47 +02:00
buildmaster
17e9d0a246
Going back to snapshots
2021-10-01 14:01:59 +00:00
buildmaster
a91b9061ff
Update SNAPSHOT to 3.2.0-M2
2021-10-01 14:00:30 +00:00
Oleg Zhurakousky
3747d58712
Revert "GH-339: RabbitMQ Stream Producer: Initial Support"
...
This reverts commit 2f3dea1c1d .
2021-10-01 15:22:22 +02:00
Gary Russell
2f3dea1c1d
GH-339: RabbitMQ Stream Producer: Initial Support
...
Resolves https://github.com/spring-cloud/spring-cloud-stream-binder-rabbit/issues/339
* Change waitForConfirms to sync; fix javadoc.
2021-09-15 11:32:22 -04:00
Gary Russell
d95a1c1a95
GH-325: RabbitMQ Stream to Latest Snapshot
...
* Fix docs; set container bean name; fix stream name.
2021-08-10 16:00:45 -04:00
buildmaster
2ea788d7ee
Going back to snapshots
2021-07-30 14:59:46 +00:00
buildmaster
4fbe76571f
Update SNAPSHOT to 3.2.0-M1
2021-07-30 14:58:30 +00:00
Gary Russell
0ce832f2bc
GH-325: Initial Support for RabbitMQ Stream Plugin
...
Resolves https://github.com/spring-cloud/spring-cloud-stream-binder-rabbit/issues/325
* Do not propagate `streamContext` header on output.
* Fix test broken by previous commit.
* Remove overrides from POMs.
2021-07-28 12:03:03 -04:00
Oleg Zhurakousky
57b89c5d2a
Fix POMs for 3.2
2021-07-13 16:32:27 +02:00
buildmaster
9f55169515
Bumping versions to 3.1.4-SNAPSHOT after release
2021-05-26 15:37:38 +00:00
buildmaster
0a30c3b392
Going back to snapshots
2021-05-26 15:37:37 +00:00
buildmaster
64fd0e20aa
Update SNAPSHOT to 3.1.3
2021-05-26 15:35:29 +00:00
Andrew Flower
f94f9f8c25
Fix typo in docs overview
2021-05-26 15:47:31 +02:00
Gary Russell
8c9cb784c1
Doc Polishing
...
- throw exceptions when publisher confirms fail
Resolves #316
2021-05-26 15:39:36 +02:00
buildmaster
c5690a776e
Bumping versions
2021-03-27 08:42:47 +00:00
buildmaster
55a310be59
Bumping versions to 3.1.3-SNAPSHOT after release
2021-03-16 13:42:39 +00:00
buildmaster
1ab0f7cb0d
Going back to snapshots
2021-03-16 13:42:39 +00:00
buildmaster
6f34d450e0
Update SNAPSHOT to 3.1.2
2021-03-16 13:41:23 +00:00
Gary Russell
db0af5e96f
GH-313: Fix DLQ Transactions and Confirms/Returns
...
Resolves https://github.com/spring-cloud/spring-cloud-stream-binder-rabbit/issues/313
- Detect a transactional consumer and publish to the DLQ in the same transaction.
- Detect confirms/returns config and wait for confirm if so configured.
- Add tests for transactional publication, both types of confirms.
- Returned message and negative ack tested manually.
Resolves #314
2021-02-11 05:54:44 +01:00
buildmaster
8b6a0713ff
Bumping versions to 3.1.2-SNAPSHOT after release
2021-01-27 17:42:10 +00:00
buildmaster
dddf62dc25
Going back to snapshots
2021-01-27 17:42:10 +00:00
buildmaster
e85d361126
Update SNAPSHOT to 3.1.1
2021-01-27 17:39:58 +00:00
Oleg Zhurakousky
72e6dadba2
Fix snapshot versioining schema
2020-12-21 15:47:27 +01:00
buildmaster
821acc8855
Bumping versions to 3.1.1.SNAPSHOT after release
2020-12-21 12:18:26 +00:00
buildmaster
4a2c6990a9
Going back to snapshots
2020-12-21 12:18:25 +00:00
buildmaster
358770d954
Update SNAPSHOT to 3.1.0
2020-12-21 12:16:09 +00:00
buildmaster
726710fc2b
Going back to snapshots
2020-12-11 15:02:53 +00:00
buildmaster
17067eff45
Update SNAPSHOT to 3.1.0-RC1
2020-12-11 15:01:45 +00:00
Ahian Zhang
6de88605b9
docs: update a typo
2020-12-03 19:38:10 +01:00
buildmaster
26af2909ed
Going back to snapshots
2020-11-17 15:17:47 +00:00
buildmaster
46b72d88dd
Update SNAPSHOT to 3.1.0-M4
2020-11-17 15:16:26 +00:00
buildmaster
e39487a4ce
Going back to snapshots
2020-10-02 10:11:44 +00:00
buildmaster
d0a534de60
Update SNAPSHOT to 3.1.0-M3
2020-10-02 10:10:33 +00:00
buildmaster
ec9ee255ea
Bumping versions
2020-09-25 10:30:49 +00:00
Oleg Zhurakousky
26982f7899
Fix docs link
2020-09-24 16:28:08 +02:00
Gary Russell
1bcd92a7da
GH-303: Add useConfirmHeader
...
Resolves https://github.com/spring-cloud/spring-cloud-stream-binder-rabbit/issues/303
Resolves #305
2020-08-28 18:13:27 +02:00
Gary Russell
6feeb2e27b
GH-290: Add Consumer-side Batching
...
Resolves https://github.com/spring-cloud/spring-cloud-stream-binder-rabbit/issues/290
Resolves #304
2020-08-28 17:58:27 +02:00
runoob
ccffdced20
RequeueRejected parameter explained wrongly in README
2020-07-30 10:42:01 -04:00
buildmaster
6e69aa3b6e
Going back to snapshots
2020-07-20 15:49:40 +00:00
buildmaster
0ce057a058
Update SNAPSHOT to 3.1.0-M2
2020-07-20 15:48:34 +00:00
Stephane Seng
47ae64b2d3
GH-298: Documentation: republishToDlq is now true by default
...
This is the case since c2ed214df7 .
A documentation update has already been done by @kinjelom in #285 but only
README.adoc was modified.
As the contents of README.adoc is generated, this correction was overridden
by d05bdc3782 .
This commit modifies the source file, overview.adoc, and includes the newly
generated README.adoc file.
2020-07-14 11:36:25 -04:00
Jay Bryant
e2ac89aadf
Wording changes
...
Replacing some terms
2020-07-14 11:35:49 -04:00
Marcin Grzejszczak
e28556e303
Added missing jar packaging
2020-06-08 18:43:20 +02:00
Marcin Grzejszczak
d05bdc3782
Migrated to new documentation generation
2020-06-08 18:40:08 +02:00
Soby Chacko
269656eea4
Update version to 3.1.0-SNAPSHOT
2020-06-02 13:59:21 -04:00