Commit Graph

202 Commits

Author SHA1 Message Date
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
Guilherme Torres Castro
6a039a57e4 Remove duplicate property in documentation 2020-05-18 15:16:44 +02:00
Mayur Raiyani
c23392a8fd Update spring-cloud-stream.adoc 2020-05-18 15:16:20 +02:00
Oleg Zhurakousky
e76960dbb6 GH-1938 Improve documentation on foreign event-driven sources
Resolves #1938
2020-04-08 17:07:23 +02:00
Oleg Zhurakousky
931fbde61b Fix docs links for binders 2020-04-08 14:09:19 +02:00
buildmaster
64d204f1d7 Going back to snapshots 2020-04-07 16:49:56 +00:00
buildmaster
6aadec6fc2 Update SNAPSHOT to 3.1.0.M1 2020-04-07 16:49:13 +00:00
Marcin Grzejszczak
a2f3c87add Removed deployment skip from docs 2020-04-01 10:23:26 +02:00
Marcin Grzejszczak
85bffe377a Attaching the docs as zip 2020-04-01 10:21:59 +02:00
Oleg Zhurakousky
8a30fea67a GH-1924 Add support for dynamic destinations to StramBridge
Resolves #1924
2020-03-24 17:09:07 +01:00
Oleg Zhurakousky
957976adfa Bump s-c-function to 3.0.4.B-S
Change docs reference of StreamBridgeUtils to StreamBridge
2020-03-09 20:11:53 +01:00
Oleg Zhurakousky
3d941329e7 Put back producer property description 2020-03-02 17:53:11 +01:00
Oleg Zhurakousky
0debb8d64f GH-1912 Added support for non-reactive-source messaging bridge
Currently the use of reactive EmitterProcessor is the only way to connect foreign sources such as HTTP with spring-cloud-stream
The newly added StreamBridgeUtils class provides a simpler mechanism to brideg non-stream application with stream application without requiring reactor API while also honoring the same type conversion and partitioning contract used by functions

Added docs

Resolves #1912

Address PR comments

Resolves #1918
2020-02-27 18:13:26 +01:00
Oleg Zhurakousky
1361e2b092 Update POMs for Ivyland 2020-02-14 10:48:02 +01:00
buildmaster
54b9fb63a7 Bumping versions to 3.0.3.BUILD-SNAPSHOT after release 2020-02-13 08:02:28 +00:00
buildmaster
59709fb6d2 Going back to snapshots 2020-02-13 08:02:28 +00:00
buildmaster
cda48351a0 Update SNAPSHOT to 3.0.2.RELEASE 2020-02-13 07:59:55 +00:00
Oleg Zhurakousky
897cb670aa GH-1897 Fixed javadocs
Fixed javadocs issues that were preventing javadocs from being generated

Resolves #1897
2020-02-11 09:25:40 +01:00
Oleg Zhurakousky
51f6187e39 GH-1893 Added partition support for Supplier
- Expended functional support for SpEL-based partitioning of outgoing messages that was added cce66f338a to Supplier.
- Added tests

- polished docs

Resolves #1893
2020-02-10 16:42:56 +01:00
Oleg Zhurakousky
968d3581df Updated initializr image 2020-02-06 14:48:50 +01:00
Oleg Zhurakousky
2dc7e89345 GH-1902 Added support for contentType value as byte[]
changed stream overview image to showcase functional programming model

Resolves #1902
2020-02-06 14:31:19 +01:00
Oleg Zhurakousky
93a489ac9a Updated testing section with destination naming
Related to #1894
2020-01-29 11:03:48 +01:00
Oleg Zhurakousky
a94e533a50 GH-1894 Added support for named destination in test binder
Deprecated indexed operations
Modified several tests to use new operators

Resolves #1894
2020-01-24 19:16:21 +01:00
Oleg Zhurakousky
92379f60c7 GH-1891 Updated the doc by adding a note on Consumer 2020-01-24 13:21:48 +01:00
Oleg Zhurakousky
9ce5e57080 Clean up and refactoring
- Upgraded to functions 3.0.2.BS
- Fixed Supplier sample in documentation (see https://stackoverflow.com/questions/59744352/messagedeliveryexception-in-case-of-using-function-and-supplier-in-one-spring-cl)
- Consolidated and simplified logic around bootstrapping multiple argument and single arguments functions
- Added test for useNativeEncoding
2020-01-15 07:05:12 +01:00
Oleg Zhurakousky
65940f8904 Removing white spaces
Resolves #1875
2020-01-08 16:50:46 +01:00
Domenico Sibilio
05fa603639 Embed documentation on how to implement custom binders 2020-01-08 16:45:50 +01:00
Kamil Szymanski
0ef225577a Fix typos 2019-12-20 15:39:50 +01:00
buildmaster
c102c0e59d Bumping versions to 3.0.2.BUILD-SNAPSHOT after release 2019-12-18 17:57:40 +00:00
buildmaster
5fa5ce9785 Going back to snapshots 2019-12-18 17:57:40 +00:00
buildmaster
bf99d39324 Update SNAPSHOT to 3.0.1.RELEASE 2019-12-18 17:55:33 +00:00
Oleg Zhurakousky
435c3f8af9 GH-1871 Added Artem's post to Spring Integration section
Resolves #1871
2019-12-18 15:17:44 +01:00
Oleg Zhurakousky
2091a005c5 GH-1867 Updated documentation with web source
Resolves #1867
2019-12-18 14:25:47 +01:00