Commit Graph

1220 Commits

Author SHA1 Message Date
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
Oleg Zhurakousky
d105822c2a Upgraded to s-c-function 2.1.0.M1 2019-03-20 13:04:36 +01:00
Spring Operator
7670bcc731 URL Cleanup
This commit updates URLs to prefer the https protocol. Redirects are not followed to avoid accidentally expanding intentionally shortened URLs (i.e. if using a URL shortener).

# Fixed URLs

## Fixed Success
These URLs were switched to an https URL with a 2xx status. While the status was successful, your review is still recommended.

* http://stackoverflow.com/questions/1593051/how-to-programmatically-determine-the-current-checked-out-git-branch migrated to:
  https://stackoverflow.com/questions/1593051/how-to-programmatically-determine-the-current-checked-out-git-branch ([https](https://stackoverflow.com/questions/1593051/how-to-programmatically-determine-the-current-checked-out-git-branch) result 200).
* http://stackoverflow.com/questions/29300806/a-bash-script-to-check-if-a-string-is-present-in-a-comma-separated-list-of-strin migrated to:
  https://stackoverflow.com/questions/29300806/a-bash-script-to-check-if-a-string-is-present-in-a-comma-separated-list-of-strin ([https](https://stackoverflow.com/questions/29300806/a-bash-script-to-check-if-a-string-is-present-in-a-comma-separated-list-of-strin) result 200).
* http://www.apache.org/licenses/LICENSE-2.0 migrated to:
  https://www.apache.org/licenses/LICENSE-2.0 ([https](https://www.apache.org/licenses/LICENSE-2.0) result 200).

# Ignored
These URLs were intentionally ignored.

* http://maven.apache.org/POM/4.0.0
* http://maven.apache.org/xsd/maven-4.0.0.xsd
* http://www.w3.org/2001/XMLSchema-instance
2019-03-19 14:13:52 +01:00
Oleg Zhurakousky
bb453296f9 Fixed back reference link 2019-03-15 17:53:19 +01:00
Oleg Zhurakousky
8a07471056 introducing home.html page 2019-03-14 20:23:47 +01:00
Oleg Zhurakousky
93c3ffc540 Polishing docs 2019-03-14 20:12:56 +01:00
Oleg Zhurakousky
1d6242bf9a Documentation styles polishing 2019-03-14 18:08:11 +01:00
buildmaster
1fc8db0e9e Bumping versions 2019-03-14 16:01:27 +00:00
Oleg Zhurakousky
ab36fe0e76 GH-1630 Initial migration of docs to new style
Resolves #1630
2019-03-13 16:05:31 +01:00
Oleg Zhurakousky
9dcf2712b5 Removed bridging and improved Binding registration for functions
polish
2019-03-12 22:22:57 +01:00
Oleg Zhurakousky
feb7c2b4f1 Removed ImplicitFunctionBindingConfiguration
polish
2019-03-12 21:26:26 +01:00
Oleg Zhurakousky
aa306fac9a Made StreamListenerAnnotationBeanPostProcessor initialization optional based on presence of @StreamListener 2019-03-12 20:05:11 +01:00
Oleg Zhurakousky
8b13c7de15 Upgraded to Californium-SR5 2019-03-12 18:20:26 +01:00
Oleg Zhurakousky
e552cc75d6 GH-1590 Added support for implicit function bindings
- Added support for implicit function binding where you no longer required to use EnableBinding making your application simply a boot app with stream/function bits coming being auto configured.
- Added support for binding function without it being specified via ‘spring.cloud.strea.function.definition’ property if such function is unique (single per catalog)

Resolves #1590
2019-03-12 17:58:33 +01:00
Marcin Grzejszczak
e650ec1d2c HTTP to HTTPS 2019-03-07 13:53:25 +01:00
Oleg Zhurakousky
854bc31264 Added name to MessageHandlerMethodFactory bean registration 2019-03-05 09:36:01 +01:00
Oleg Zhurakousky
717cf647f4 GH-1614 Added Expression Serializer to ObjectMapper
Resolves #1614
2019-02-28 17:34:56 +01:00
Oleg Zhurakousky
6e6483b00c fixed commented code 2019-02-28 17:10:37 +01:00
Soby Chacko
0be2b82f4f Doc changes for health indicators
When multiple binders are present in the classpath and not all of them are used,
there are some subtle details that the user needs to be aware. Addressing them
through docs by providing the details.

Resolves #1620
Resolves #1624
2019-02-28 16:39:19 +01:00
Oleg Zhurakousky
2e4c2370c8 GH-1621 Ensured BF is injected in MessageSource if applicable
Resolves #1621
2019-02-28 16:35:27 +01:00
Gary Russell
53268ed631 SGH-1616: Add MessageSourceCustomizer
Resolves https://github.com/spring-cloud/spring-cloud-stream/issues/1616
Resolves #1619
2019-02-28 13:03:03 +01:00
Oleg Zhurakousky
30a5785166 GH-1571 Added CacheManager assertion to avoid NPE
Added CacheManager assertion to avoid NPE in AvroSchemaRegistryClientMessageConverter
Added a more meaningful error message

Resolves #1571
2019-02-26 19:37:52 +01:00
Oleg Zhurakousky
3ce9a38242 GH-1433 Added docs for scheduled task for PollableMessageSource
Resolves #1433
2019-02-26 18:55:07 +01:00
Oleg Zhurakousky
20d755fe2a Upgraded to spring-cloud-function 2.1 snapshots 2019-02-26 13:27:43 +01:00
Oleg Zhurakousky
857c007a3a GH-1618 Fixed regression for global error channel
Fixed regression in global erro channel conversion caused by introduction of custom argument resolvers
Added tests

Resoilves #1618
2019-02-26 13:21:37 +01:00
Oleg Zhurakousky
8edbe6ef0c GH-1617 added support for Flux<Message> functions to FunctionInvoker
Resolves #1617
2019-02-19 14:50:00 +01:00
Oleg Zhurakousky
7e0f42ed34 GH-1615 Removed conversion hint passing
Removed conversion hint passing from FunctionInvoker
Added missing test

Resolves #1615
2019-02-14 22:04:13 +01:00
Oleg Zhurakousky
4522e654f3 GH-1612 Fixed regression caused by introducing custom argument resolvers
Resolves #1612
2019-02-13 17:05:05 +01:00
XYUU
afb02adb04 GH-1593: Fix Typesetting misplacement
This may be caused by the functionality of the asciidoc generation plugin, which needs to be escaped at build time. But I didn't find the relevant script and code content, so I modified it directly on javadoc.

Resolves #1593
Resolves #1609
2019-02-12 16:18:07 +01:00
Oleg Zhurakousky
f3a3a5c9fe GH-1611 Removed FluxedConsumerWrapper and FunctionCatalogWrapper
- Upgraded to spring-cloud-function 2.0.2.BUILD-SNAPSHOT
- General cleanup and polishing

Resolves #1611
2019-02-12 15:51:25 +01:00
Oleg Zhurakousky
e6757d7a01 Removed boot formatter plugin 2019-02-07 19:46:54 +01:00
Oleg Zhurakousky
e3475383db GH-1605 Fixed Conflict Fences in JavaDocs
Resolves #1605
2019-02-07 18:25:06 +01:00