1251 Commits

Author SHA1 Message Date
Oleg Zhurakousky
2171710fa7 Add docs for 'partitionKeyExtractorName' and 'partitionSelectorName' 2019-09-25 09:52:51 -04:00
Walliee
a8a85dc164 GH-1793 Fix BinderErrorChannel subscriber count
Also, set component name on BinderErrorChannel object
so it doesn't show up as "unknown.channel.name"
Fix build

Resolves #1793
Resolves #1796
2019-09-13 12:28:05 +02:00
buildmaster
c065f8ec35 Bumping versions to 2.2.2.BUILD-SNAPSHOT after release 2019-08-28 06:31:45 +00:00
buildmaster
9e782e01cf Going back to snapshots 2019-08-28 06:31:45 +00:00
buildmaster
1e51bd61c3 Update SNAPSHOT to 2.2.1.RELEASE 2019-08-28 06:30:18 +00:00
Oleg Zhurakousky
dc02a99ab8 Update s-c-function to 2.2.1.RELEASE 2019-08-28 08:24:05 +02:00
Oleg Zhurakousky
aa90ba2da2 GH-1762 Fixed binding lifecycle control to ensure it is based on bindingName
Resolves #1762
2019-08-07 11:10:52 +02:00
Oleg Zhurakousky
dd4d30f4d7 GH-1770 Fixed BindingService unbinding lifecycle
. . . to ensure the bindings are gracefully stopped before unibind is called

Resolves #1770
2019-07-30 14:21:49 +02:00
Oleg Zhurakousky
ef3327ad82 GH-1774 Improved error handling and visualizatioin on failed Bindings
Resolves #1774
2019-07-30 14:07:04 +02:00
Soby Chacko
41bc5a0767 Update spring cloud build to 2.1.7 snapshot 2019-07-19 15:30:07 -04:00
Walliee
784cdd3c7f Fix pollable consumer auto-startup
resolves #1758
2019-07-09 14:10:31 +02:00
Oleg Zhurakousky
75f23c7f4e Fix checkstyles and prepare docs for 2.2.1.RELEASE 2019-06-06 15:54:27 +02:00
Gary Russell
addff38a39 GH-1720: Default Property Doc Improvements
Fixes https://github.com/spring-cloud/spring-cloud-stream/issues/1720
Resolves #1724
2019-06-05 09:07:09 +02:00
James Gee
277512b0f9 AvroSchemaRegistryClientMessageConverter not finding objects in reflectionCache - Fixes gh-1701
Resolves #1719
2019-06-05 09:03:10 +02:00
xy
637c95a963 Fix spelling error of document.
There isn't existing Autowire annotation, it should be the Autowired annotation.

Update spring-cloud-stream.adoc

Resolves #1715
2019-06-05 08:39:09 +02:00
Oleg Zhurakousky
ff1e8653ba Fixed sagan page for Azure and added additional test to RoutingFunctionTests 2019-05-21 13:54:02 -05:00
Oleg Zhurakousky
3731effd40 Added additional cleanup to RoutingFunctionTests 2019-05-21 06:07:23 -05:00
Oleg Zhurakousky
a1d55b3019 Fixed styles in RoutingFunctionTests
Resolves #1708
Resolves #1709
2019-05-21 06:07:06 -05:00
Walliee
9c5ba87ddc Fix binder bootstrap
when spring.main.web-application-type is set

resolves #1708

Fix BindServiceTests.testDefaultPropertyBehavior(..)

Fix binder bootstrap
when spring.main.web-application-type is set

resolves #1708

Fix BindServiceTests.testDefaultPropertyBehavior(..)
2019-05-21 06:06:44 -05:00
Oleg Zhurakousky
dfac558b57 GH-1713 Added improvements to function routing
- removed requirement for spring.cloud.function.routing.enabled=true when spring.cloud.stream.function.definition=router is present
- added support for defaulting to routing function if it is enabled and spring.cloud.stream.function.definition is not provided
- added tests

Resolves #1713
2019-05-21 06:06:29 -05:00
Oleg Zhurakousky
385e88a529 Upgraded to s-c-function 2.1.1.B-S 2019-05-21 06:06:07 -05:00
buildmaster
0075d094fc Bumping versions to 2.2.1.BUILD-SNAPSHOT after release 2019-05-07 12:23:13 +00:00
buildmaster
afd9745f1e Going back to snapshots 2019-05-07 12:23:12 +00:00
buildmaster
f2d9d2a138 Update SNAPSHOT to 2.2.0.RELEASE 2019-05-07 12:19:07 +00:00
Oleg Zhurakousky
ff817238fa Upgraded to SCF 2.1.0.RELEASE 2019-05-07 13:54:55 +02:00
Oleg Zhurakousky
e2cb7f2229 Prep doc POM instructions for release 2019-05-07 13:33:48 +02:00
Haytham Mohamed
2c5f912c3d Added the sagan adoc files
Resolves #1700
2019-05-07 13:19:51 +02:00
Oleg Zhurakousky
90448095eb Updated function bootstrapping based on SCF changes 2019-05-07 13:18:47 +02:00
Oleg Zhurakousky
a9b1b4f2bb GH-1699 Removed call to log() from FunctionInvoker
Resolves #1699
2019-04-29 16:22:50 +02:00
Jose Antonio Iñigo Garrido
414b4313c0 Added RecordNamingStrategy and spring.cloud.stream.schema.avro.subjectNamingStrategy documentation
Renamed SubjectNamingStrategyImplementation - Improved documentation - Added required changes

Polishing
2019-04-25 19:19:00 -04:00
Oleg Zhurakousky
e9baeea5a9 additional confixt fix in StreamListenerAnnotationBeanPostProcessor 2019-04-25 14:20:54 +02:00
Oleg Zhurakousky
680bd98f4b Fixed destination resolve conflict in StreamListenerAnnotationBeanPostProcessor 2019-04-25 13:46:32 +02:00
Artem Bilan
fad097210b Fix BindingServiceConfiguration for SI-5.2
Starting with version 5.2 Spring Integration provides a global
`DestinationResolver` bean for some runtime optimization using a single
object.
With that the `binderAwareRouterBeanPostProcessor` bean can't resolve
a single `DestinationResolver` bean any more since there is now two
instances of that.

* Fix `BindingServiceConfiguration.binderAwareRouterBeanPostProcessor()`
to use `@Qualifier("binderAwareChannelResolver")` for an explicit bean
resolution for injection.
2019-04-16 10:51:30 -04:00
Artem Bilan
f1537ed280 Remove usage of deprecated code
The `HandlerMethodArgumentResolversHolder` has been deprecated in SI-5.1
and now it is removed in SI-5.2

To make current Spring cloud Stream compatible with the latest Spring Boot,
which is pulled by the latest Spring Cloud, remove usage of that
deprecated class in the current version in favor of internal logic
applied in the SI

Looks like the `BinderFactoryConfiguration` is deprecated as well and
is going to be removed in the future release anyway
2019-04-15 18:31:52 -04:00
Oleg Zhurakousky
a3533cf936 GH-1681 Fixed configuration property validation
Fixed validation of configuration properties to ensure that only @Validated are validated

Resolves #1681
2019-04-10 17:59:31 +02:00
buildmaster
3c68dcbaae Going back to snapshots 2019-04-09 18:01:18 +00:00
buildmaster
769c48ee39 Update SNAPSHOT to 2.2.0.RC1 2019-04-09 18:00:03 +00:00
Oleg Zhurakousky
9afa565e7c Reverted the main doc file name changes 2019-04-09 19:50:48 +02:00
Oleg Zhurakousky
bb64c375c3 Fixed unused import 2019-04-09 19:33:33 +02:00
Oleg Zhurakousky
20094e3c03 Prepared docs for RC1 2019-04-09 19:20:53 +02:00
Oleg Zhurakousky
a76b1e9248 Polished previous commit
- added author
- removed lombok
- upgraded to s-c-build 2.1.4 and fixed http/https issues

Resolves #1608
2019-04-09 14:39:02 +02:00
Ish Mahajan
cb1c20ffa1 Support for custom avro schema de/serializer
incorporating comments

incorporating unit test

incorporating unit test
2019-04-09 14:36:02 +02:00
Fernando de Oliveira
73a8ffdefb Azure Event Hubs binder url fixed on docs 2019-04-05 11:41:17 -04:00
buildmaster
070ab0adfa Bumping versions 2019-03-25 17:54:03 +00:00
Oleg Zhurakousky
78a1cf854d Updated docs pom back to snapshot 2019-03-25 18:44:53 +01:00
Oleg Zhurakousky
4f3930f4ce Updated spring-doc-resources.version 2019-03-25 16:43:14 +01:00
Oleg Zhurakousky
99c300dab7 Prepared docs POM for M1 2019-03-25 15:39:03 +01:00
Oleg Zhurakousky
b5a64eac14 Fixed URLs in licence headers and upgraded to s-c-build 2.1.4 2019-03-25 15:24:18 +01:00
buildmaster
5e96af04b5 Bumping versions 2019-03-25 12:47:05 +00:00
Juhyoung Jeon
6dd631403a replace old ui image to new ui image
Add hardbreaks

Resolves #1627
2019-03-25 13:20:37 +01:00