Oleg Zhurakousky
73ca65da5d
GH-2137 Remove references to EmitterProcessor
...
Resolves #2137
2021-04-06 15:51:22 +02:00
buildmaster
44e6b9656a
Bumping versions
2021-03-27 08:38:00 +00:00
Oleg Zhurakousky
0d5b68a4b5
Add documentation and test to demo header enrichment with function composition
2021-03-25 15:31:31 +01:00
Oleg Zhurakousky
9db08ec6d4
GH-2035 Add autodetect property to give user control over function autodetection
...
Resolves #2035
2021-03-19 16:07:51 +01:00
Oleg Zhurakousky
5cd14e4a8d
GH-1907 Decouple binding control from actuator
...
This allows for easy programmatic control of binding lifecycle. The details are documented and as well as javadoced
Resolves #1907
2021-03-19 14:00:01 +01:00
buildmaster
533609ce74
Bumping versions to 3.1.3-SNAPSHOT after release
2021-03-16 13:37:42 +00:00
buildmaster
37af1d74ad
Going back to snapshots
2021-03-16 13:37:42 +00:00
buildmaster
08d0ae3093
Update SNAPSHOT to 3.1.2
2021-03-16 13:35:54 +00:00
Andy Clement
93acdcf85a
Update docs for Azure
2021-03-08 19:23:59 +01:00
Travis Tomsu
1edad3f69d
Update Google Pubsub link to new repo
2021-03-05 17:42:27 +01:00
Cyril Gabathuler
a68b7b8624
typo
2021-03-05 17:41:59 +01:00
Oleg Zhurakousky
cbe16cd12e
Update and fix Spring Initializr image
2021-02-09 17:00:23 +01:00
Oleg Zhurakousky
e95acd8a29
GH-2103 - Added documentation to clarify threading expectation when using Supplier
...
Resolves #2103
2021-02-08 16:24:13 +01:00
buildmaster
091ec636d7
Bumping versions to 3.1.2-SNAPSHOT after release
2021-01-27 17:24:07 +00:00
buildmaster
3c3e23103c
Going back to snapshots
2021-01-27 17:24:07 +00:00
buildmaster
803c253810
Update SNAPSHOT to 3.1.1
2021-01-27 17:21:24 +00:00
Oleg Zhurakousky
1f304f0cf1
GH-2042 Fix javadoc of InputDestination.send(..)
...
Fixed explanatioin that the binder emultaes the real messaging system and that send accepts destination (not binding) name.
Resolves #2042
2021-01-26 16:36:01 +01:00
Oleg Zhurakousky
a469bc2edb
GH-2073 Update documentation related to retries
...
Updated documentation to clarify the differences between the retry mechanisms of different programming models (e.g., imperative vs. reactive).
Resolves #2073
2021-01-26 15:09:23 +01:00
Tenzin Chemi
532c85232b
Update preface.adoc
2021-01-21 16:33:57 +01:00
Thomas Vitale
9ad1206eeb
Fix test binder usage examples
...
The examples for testing Spring Cloud Stream in the presence of multiple
bindings contain some mistakes that make the tests fail.
Resolves #2070
2021-01-13 17:35:40 +01:00
Oleg Zhurakousky
66aef62e49
Fix snapshot versioning schema
2020-12-21 15:49:52 +01:00
buildmaster
0854210df1
Bumping versions to 3.1.1.SNAPSHOT after release
2020-12-21 12:12:44 +00:00
buildmaster
0933271aea
Going back to snapshots
2020-12-21 12:12:44 +00:00
buildmaster
0b3968f1be
Update SNAPSHOT to 3.1.0
2020-12-21 12:10:41 +00:00
buildmaster
263946265f
Going back to snapshots
2020-12-11 14:58:48 +00:00
buildmaster
7b404d9e09
Update SNAPSHOT to 3.1.0-RC1
2020-12-11 14:57:25 +00:00
hemeda3
cff4a3ac9b
Minor typo
...
input` vs input
2020-11-25 09:18:06 +01:00
igor
b48485e7fa
Update spring-cloud-stream.adoc
2020-11-23 20:36:17 +01:00
Soby Chacko
02c642ff99
Add missing timeUnit in DefaultPollerProperties
...
Fixing docs
Resolves https://github.com/spring-cloud/spring-cloud-stream/issues/2052
Resolves #2053
2020-11-20 09:36:57 +01:00
Soby Chacko
442c72b37c
Muti binder customization ( #2051 )
...
* Muti binder customization
Enable applications with multi binders to provide customizations for
the binders. This is accomplished by providing a new API called
BinderCustomizer. When an implementation is found for this interface,
the customizations are applied against the binders before providing access to them.
Tests and docs.
Resolves https://github.com/spring-cloud/spring-cloud-stream/issues/1541
* Addressing PR review comments
* Addressing PR review
2020-11-18 16:32:05 -05:00
buildmaster
d574ee15be
Going back to snapshots
2020-11-17 15:13:05 +00:00
buildmaster
a1a00a845c
Update SNAPSHOT to 3.1.0-M4
2020-11-17 15:10:56 +00:00
Oleg Zhurakousky
e3faae2091
GH-2026 Formally deprecate annotation-based programming model
...
Deprecate all relevant annotation such as EnableBinding and StreamListener
Remove all mentions of them from documentation
Resolves #2026
2020-10-06 15:34:11 +02:00
buildmaster
40971567d5
Going back to snapshots
2020-10-02 10:07:50 +00:00
buildmaster
46ba453cd1
Update SNAPSHOT to 3.1.0-M3
2020-10-02 10:06:11 +00:00
HwangJinSeong
a188d5be1c
Fix typo in Common Binding Properties section
2020-10-02 11:46:46 +02:00
Oleg Zhurakousky
645cf5ec0c
Update docs module artifact id
2020-09-24 17:11:39 +02:00
Oleg Zhurakousky
86c6a7b421
Fix docs links
2020-09-24 16:15:49 +02:00
Oleg Zhurakousky
9a906e7369
GH-1956 Add support for PollableSource in functional programing model
...
This feature effectively provides identical path to create PollableSource as it was in annotation-based programming model.
However, unlike creating and providing binding intreface all that is required from user is 'spring.cloud.stream.pollable-source' property
Resolves #1956
2020-09-22 20:32:14 +02:00
guycall
6fed9dc91e
Fix typo in Event Routing section
2020-09-15 07:48:06 -07:00
buildmaster
ade88ad518
Going back to snapshots
2020-07-20 15:05:12 +00:00
buildmaster
bb53299a10
Update SNAPSHOT to 3.1.0-M2
2020-07-20 15:03:41 +00:00
Ahian Zhang
632c57bcf3
Update preface.adoc
...
fix the picture does not show
2020-07-15 10:06:05 +02:00
Jay Bryant
6297fb2047
Wording changes
...
Replacing some terms
2020-07-15 10:05:43 +02:00
Mark Heckler
f9f303c5f7
Fixed various small typos/ambiguities in docs
2020-06-30 10:51:17 -05:00
Marcin Grzejszczak
a0ca3f57c1
Migrated to new documentation generation
2020-06-08 18:34:45 +02:00
Marcin Grzejszczak
7679d00b33
Changed packaging to jar
2020-06-08 17:12:41 +02:00
Soby Chacko
198f5eeae9
Update version to 3.1.0-SNAPSHOT
2020-06-02 13:58:20 -04:00
fonio
73a5e362b4
Minor typo
...
heck -> check
2020-06-01 15:41:16 +02:00
Guilherme Torres Castro
0613f25800
Fix wrong function name in the scatter example
2020-06-01 15:40:54 +02:00