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
Oleg Zhurakousky
4fc390a5aa
Polish previous commit
...
Resolves #308
2020-11-06 13:24:00 +01:00
Gary Russell
77e8f4f20b
GH-307: Fix circular bean reference
...
Resolves https://github.com/spring-cloud/spring-cloud-stream-binder-rabbit/issues/307
Fix `ConnectionNameStrategy` circular bean reference.
While not intuitive, retain the existing behavior whereby the presence of
a `ConnectionNameStrategy` bean overides the property.
2020-11-06 13:10:35 +01:00
Gary Russell
765e19d761
Remove TODO from binder config
...
Even though Boot auto-configures a `ConnectionNameStrategy` we cannot
remove it from the binder configuration because Boot auto-configuration
runs before the binder configuration.
Resolves #306
2020-11-06 12:59:26 +01: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
0e6babf9a2
Fix failing test
2020-09-24 18:12:21 +02: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
Oleg Zhurakousky
693b1b502b
Add RSocket snapshot repo
2020-08-06 19:32:05 +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
Gary Russell
2c948e6a27
GH-292: Fix republishToDlq When no DLX
...
Resolves https://github.com/spring-cloud/spring-cloud-stream-binder-rabbit/issues/292
When `republishToDlq` is true and `autoBindDlq` is false, there is no dead-letter
exchange to publish to (unless the user has manually provisioned it).
Detect this condition and disable `republishToDlq` with a warning log.
2020-06-22 14:26:55 +02:00
Soby Chacko
4b1eabb226
Adding junit-vintage dependency for junit4 tests
2020-06-15 17:29:00 -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
anshlykov
0a9359c90e
RabbitProducerProperties#batchingStrategyBeanName
...
fix checkstyle
Resolves #287
2020-05-28 13:58:24 +02:00
buildmaster
b07be76be7
Going back to snapshots
2020-04-07 16:59:24 +00:00
buildmaster
e912958735
Update SNAPSHOT to 3.1.0.M1
2020-04-07 16:58:51 +00:00
Oleg Zhurakousky
ac24a745b5
Update maven wrapper
...
fix boot changes
2020-04-07 18:26:56 +02:00
Oleg Zhurakousky
5810cea680
Updated s-c-build version
2020-04-07 15:41:07 +02:00
kinjelom
a2ebc23bfd
republishToDlq now default is true
...
https://github.com/spring-cloud/spring-cloud-stream-binder-rabbit/blob/master/spring-cloud-stream-binder-rabbit-core/src/main/java/org/springframework/cloud/stream/binder/rabbit/properties/RabbitConsumerProperties.java#L65
Resolves #285
2020-02-27 20:12:02 +01:00
Gary Russell
a7fecf3544
GH-283: Don't propagate out "internal" headers
...
Resolves https://github.com/spring-cloud/spring-cloud-stream-binder-rabbit/issues/283
Resolves #284
2020-02-27 20:10:17 +01:00
Oleg Zhurakousky
f175eef1c4
Update POMs for Ivyland
2020-02-14 11:08:58 +01:00
buildmaster
9e9d6bc422
Bumping versions to 3.0.3.BUILD-SNAPSHOT after release
2020-02-13 08:06:34 +00:00
buildmaster
c0b7ae60f3
Going back to snapshots
2020-02-13 08:06:33 +00:00
buildmaster
25f3f73464
Update SNAPSHOT to 3.0.2.RELEASE
2020-02-13 08:05:50 +00:00
Gary Russell
ffbda2e852
GH-281: Republish to DLQ ack original when MANUAL
...
Resolves https://github.com/spring-cloud/spring-cloud-stream-binder-rabbit/issues/281
When using `AcknowledgeMode.MANUAL` with `republishToDlq`, original message is left
in an un-ack'd state.
Always ack the original message after republishing to the DLQ.
2020-02-06 15:16:48 +01:00
Oleg Zhurakousky
3761f252d4
GH-279 Fixed the link
...
Resolves #279
2020-01-08 17:04:53 +01:00
buildmaster
0fea1bcd2b
Bumping versions to 3.0.2.BUILD-SNAPSHOT after release
2019-12-18 18:02:18 +00:00
buildmaster
899bfc5270
Going back to snapshots
2019-12-18 18:02:18 +00:00
buildmaster
73b4ae6253
Update SNAPSHOT to 3.0.1.RELEASE
2019-12-18 18:00:57 +00:00
Vincent Verhoeven
16bd513ebc
Fix typo's in properties
...
The properties `spring.cloud.stream.binding.<binding name>` do not exist, and should be `spring.cloud.stream.bindings.<binding name>`
2019-12-18 18:31:40 +01:00
Gary Russell
401cda1bf3
GH-274: singleActiveConsumer and arbitrary args
...
Resolves https://github.com/spring-cloud/spring-cloud-stream-binder-rabbit/issues/274
Add support for `x-single-active-consumer` as well as setting arbitrary
arguments on queues/exchanges/bindings.
Update build version; remove temporary overrides
Resolves #276
2019-12-18 18:28:40 +01:00
buildmaster
9e50913454
Bumping versions to 3.0.1.BUILD-SNAPSHOT after release
2019-11-22 14:23:03 +00:00
buildmaster
c4accf36bd
Going back to snapshots
2019-11-22 14:23:02 +00:00