Commit Graph

1095 Commits

Author SHA1 Message Date
buildmaster
2c8e2255d0 Going back to snapshots 2018-11-19 14:42:16 +00:00
buildmaster
4775defbf0 Update SNAPSHOT to 2.1.0.RC2 2018-11-19 14:41:20 +00:00
Oleg Zhurakousky
bafbbd3b24 GH-1531 Removed partitionCount as arg for isPartitioned check
Resolves #1531
2018-11-19 13:22:48 +01:00
Oleg Zhurakousky
11bb223b4a Ignored BindingServiceTests.testLateBindingConsumer as it randomly fails 2018-11-16 16:00:49 +01:00
Oleg Zhurakousky
75af0fe81d Ignored two more aggregator tests 2018-11-16 15:53:28 +01:00
Oleg Zhurakousky
bdd0394391 Disabled web from InputOutputBindingOrderTest
polish:
2018-11-16 15:36:18 +01:00
Oleg Zhurakousky
619b3ccc8b Disabled JMX from other tests 2018-11-16 15:23:51 +01:00
Oleg Zhurakousky
054f4f47ba Disabled JMX from HealthIndicatorsConfigurationTests 2018-11-16 15:17:39 +01:00
Oleg Zhurakousky
53f11e4630 Disabled JMS from LifecycleBinderTests 2018-11-16 15:09:26 +01:00
Oleg Zhurakousky
96eafa4622 Fixed Binder Implementation links 2018-11-16 11:36:05 +01:00
Oleg Zhurakousky
1e8b1c532a Polishing formatting of an Initializr image 2018-11-16 11:30:20 +01:00
Oleg Zhurakousky
a20c5165ca Resized image 2018-11-16 11:16:39 +01:00
Oleg Zhurakousky
2d4c84e536 Updated README 2018-11-16 11:12:28 +01:00
Oleg Zhurakousky
17d2c75b4b Renamed image 2018-11-16 11:08:49 +01:00
Oleg Zhurakousky
5ed3a3c53d Resized initializr image 2018-11-16 10:52:44 +01:00
Oleg Zhurakousky
8ae3ec0041 GH-1498 Added initial retry logic to reactive pipeline
Resolves #1498
2018-11-15 21:12:13 +01:00
Oleg Zhurakousky
1d8b92c85f Fixed tests related to GH-1527 change 2018-11-15 19:03:22 +01:00
Oleg Zhurakousky
6344584519 Ignored AggregationTests
Resolves #1528
2018-11-15 13:43:02 +01:00
Oleg Zhurakousky
777eec819e GH-1527 Added special handling for text/* CT
Added special handling for 'texrt/*' conternt-type where unless the input type is declared to be byte[], the payload will always be converted to String

Resolves #1527
2018-11-15 09:11:49 +01:00
Oleg Zhurakousky
f566cb9749 Polishing GH-1517
Resolves #1517
Resolves #1519
2018-11-01 13:11:39 +01:00
Sercan Karaoglu
829604ae32 GH-1517 Avro Union Types import schema issue when we have multiple avro files 2018-11-01 12:58:21 +01:00
Oleg Zhurakousky
5d2c3ff89c Fixed tools pom 2018-10-30 19:16:35 +01:00
Oleg Zhurakousky
0522dc617f GH-1520 bumped boot version
removed obsolete version overrides

Resolves #1520
2018-10-30 18:54:55 +01:00
Oleg Zhurakousky
b569e26177 Going back to snapshots 2018-10-30 14:31:03 +01:00
Oleg Zhurakousky
a83bdb7f34 Update SNAPSHOT to 2.1.0.RC1 2018-10-30 14:28:31 +01:00
Oleg Zhurakousky
ae17250b2c polishing docs 2018-10-30 13:58:03 +01:00
Oleg Zhurakousky
f8528375e9 Bumping versions 2018-10-30 13:53:12 +01:00
Oleg Zhurakousky
cfa63c6dc6 added binder imple links to docs 2018-10-30 13:46:58 +01:00
Oleg Zhurakousky
bdcdf5074b Fixed broken image link 2018-10-29 12:34:44 +01:00
Oleg Zhurakousky
85cc6187a0 Upgraded to spring-cloud-functions 2.0.0.RC1 2018-10-29 12:01:20 +01:00
Oleg Zhurakousky
baa67282c7 Bumping versions 2018-10-26 13:10:23 +02:00
Oleg Zhurakousky
fe28ae0152 pushing generated README 2018-10-26 11:29:26 +02:00
Oleg Zhurakousky
09f3b890e7 GH-1516 polishing core docs 2018-10-26 11:25:54 +02:00
Oleg Zhurakousky
51a880b9ee pushing generated README 2018-10-26 10:55:03 +02:00
Oleg Zhurakousky
da26779fb0 GH-1516 Initial migration of docs to spring-cloud 2018-10-26 10:24:33 +02:00
Marcin Grzejszczak
80e8541085 Going back to snapshots 2018-10-24 11:50:35 +02:00
Marcin Grzejszczak
be67c92f07 Update SNAPSHOT to 2.1.0.M4 2018-10-24 11:42:13 +02:00
Marcin Grzejszczak
d4e96349da Adjusting things for the releaser 2018-10-24 11:31:01 +02:00
Vitali Zarembouski
7e6864e4fc support schema-type union
Resolves #1466
2018-10-24 10:58:12 +02:00
Oleg Zhurakousky
d4b5431a67 GH-1510 Fixed multiple subscribers to error channel
Ensured that in the event the binding specific error channel is an instance of the DirectChannel, no more subscribers are addeed after the initial one
Added tests

Resolves #1510
Resolves #1514
2018-10-24 08:26:07 +02:00
Oleg Zhurakousky
28990fe995 GH-1425 Added support for type-aware channels
Resolves #1425
2018-10-23 13:36:13 +02:00
Oleg Zhurakousky
43aaaf8263 GH-1493 Fixed type assertion on AC in AbstractBinder
Resolves #1493
2018-10-23 09:01:04 +02:00
Soby Chacko
fd7ca98547 Docs update for schema registry
Update default value for spring.cloud.stream.schemaRegistryClient.cached to false. It was
incorrectly specified with a default value of true.
2018-10-22 16:03:36 -04:00
Oleg Zhurakousky
5c9fb07677 polishing doc
Resolves #1504
2018-10-22 12:51:42 +02:00
Soby Chacko
8e7b6bc7f6 Improve health indicator documentation
Resolves #1502
2018-10-22 12:51:23 +02:00
Soby Chacko
3402f9d03b Test changes for extended default properties
Polishing
2018-10-15 15:54:30 -04:00
Oleg Zhurakousky
10e85429e0 GH-1503 Updated properties merge and bind logic 2018-10-14 13:48:53 -04:00
Mike Kasberg
ee13dd1822 Fix a few broken links
Resolves #1499
2018-10-10 21:38:00 -07:00
Gary Russell
1479dcdb47 GH-1497: Add test for colon in destination
Resolves https://github.com/spring-cloud/spring-cloud-stream/issues/1497

Fix was in Spring Integration.

Resolves #1501
2018-10-10 21:36:13 -07:00
Mike Kasberg
a61893ffdc Fix "Error Handling" adoc headings
Several of the Asciidoc headings were one level too deep inside the
"Error Handling" section. As a result, they rendered incorrectly.

It's clear from the introductory paragraph of the "Error Handling"
section that "Application Error Handling" and "System Error Handling"
should be siblings. But because the nesting level was too deep, they
were being rendered like this:

    - Error Handling
      - Application Error Handling
        - System Error Handling

Fixing the nesting level should resolve the problem.

Resolves #1500
2018-10-10 21:32:43 -07:00