Commit Graph

25 Commits

Author SHA1 Message Date
Marius Bogoevici
b3a0f2c2e1 Add support for defaults at binding level
Fixes #446

Supports properties prefixed with `spring.cloud.stream.default`
for specifying default values for large number of channels or
for dynamically generated channels.

Note: this does not cover binding specific properties,
as the property objects are created under binder's control
but the same technique can be applied there.

Rework default property binding

Minor: javadoc

Updated documentation
2016-12-12 09:30:42 +05:30
Toshiaki Maki
0ca7573cc5 Fix broken MessageConverter definition
Fix wrong argument in setSchemaLocation
2016-11-23 09:15:09 -05:00
Toshiaki Maki
a97c7b204e Fix wrong artifact 2016-11-22 01:57:21 +09:00
Marius Bogoevici
8595d094c9 Fix wrongly pasted line in doc 2016-11-18 10:59:31 -05:00
Vinicius Carvalho
18c894689c Fixes for MySQL and Postgresql
Renamed Table from Schema to SCHEMA_REPOSITORY to avoid potential reserved word clashes with some databases

Postgresql GH-696 requires transactional semantics even for reading operations when using Lob columns

Removed dependency to h2 database. A database driver is now explicitly required when running the server

Resolves #696 and #697
2016-11-18 10:50:02 -05:00
Ilayaperumal Gopinathan
67a3e3c915 Doc updates 2016-11-14 11:54:35 +05:30
Elnur Abdurrakhimov
9b79a7c32a Fix field usage 2016-11-12 10:34:08 +04:00
Ilayaperumal Gopinathan
e7e799b8d8 Support native serialization in MessageChannelBinder
Resolves #691

- If the broker supports native serialization, then the serialization of the
   outbound payload is not done by the binder's producer binding outbound message handler.
- At the consumer binding's inbound message handler, the extraction of embedded headers
   is performed only for the byte[] payload (given the deserialization would have already
   occurred at the broker level)
- Add correspoinding tests in Kafka binder implementation
- Rely on the received message type to decide on using out of the box deserializer (only
   if byte[] message payload is received)
2016-11-04 10:49:12 -04:00
Ilayaperumal Gopinathan
bfad7b81a7 Use asciidoc property to specify spring boot version in Initializr
Address review comments
2016-10-13 13:39:58 -04:00
Rajiv Jivan
4e3c43af44 Fix typo in the doc
Addresses https://github.com/spring-cloud/spring-cloud-stream/issues/679
2016-10-07 16:24:24 +05:30
Mark Pollack
1e8434d32e Update doc for Spring Initializr usage 2016-10-05 15:17:31 -04:00
bamboo
cdbc9cd12d [artifactory-release] Next development version 2016-09-21 21:13:47 +00:00
bamboo
d739052c55 [artifactory-release] Release version 1.1.0.RELEASE 2016-09-21 21:13:47 +00:00
Marius Bogoevici
d11b3cf08d Allow instanceIndex and instanceCount to be set per binding
Fixes #654
2016-09-20 17:44:14 -04:00
Gunnar Hillert
cce9b8b138 gh-642 Fix Figures missing in references PDF
* Fix Figures missing in references PDF
* Ensure admotion graphics show up in PDF
* Ensure authors are shown for PDF
* Fix copyright notice spacing
2016-09-19 22:39:43 -04:00
markfisher
15b562132a polishing 2016-09-19 15:47:19 -04:00
Ilayaperumal Gopinathan
0d8bbc6665 Minor polishing on message converter doc
This fixes #616

Add example for MessageConverter
2016-09-19 15:17:14 -04:00
bamboo
2537a4df8c [artifactory-release] Next development version 2016-09-07 04:12:36 +00:00
bamboo
ef8d3fde03 [artifactory-release] Release version 1.1.0.RC1 2016-09-07 04:12:36 +00:00
bamboo
1b12f7d856 [artifactory-release] Next development version 2016-08-25 20:17:52 +00:00
bamboo
7b71e07c3a [artifactory-release] Release version 1.1.0.M1 2016-08-25 20:17:52 +00:00
bamboo
5cd15dc300 [artifactory-release] Next development version 2016-08-25 19:10:15 +00:00
bamboo
749191ce20 [artifactory-release] Release version 1.1.0.M1 2016-08-25 19:10:15 +00:00
Ilayaperumal Gopinathan
ebc508ee61 Do not start application context automatically
- This will avoid other lifecycle beans inside the application context starting when
binding lifecycle beans are started.

Resolves #525

Address review comments
2016-08-24 17:39:33 -04:00
Marius Bogoevici
c90bea99ae Rename 'spring-cloud-stream-docs' to 'spring-cloud-stream-core-docs 2016-08-22 23:55:17 -04:00