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
Oleg Zhurakousky
a197fdd036
GH-1603 Addressed concurrency issue with BinderAwareChannelResolver
...
Resolves #1603
2019-02-07 12:21:47 +01:00
Oleg Zhurakousky
c88b4ce89f
styles polishing
2019-02-07 12:09:35 +01:00
Oleg Zhurakousky
7b7b199b83
Revert "Additional changes related to merging 2.2.x to master"
...
This reverts commit b9d8c42d81 .
2019-02-07 11:51:03 +01:00
Gary Russell
ac98622ad1
Support KafkaNull in payload conversion
...
See https://github.com/spring-cloud/spring-cloud-stream-binder-kafka/pull/539
We need to map payloads of type `KafkaNull` to `null` when mapping method
arguments (`@Payload(required = false) Foo foo`.
Resolves #1602
2019-02-06 20:47:45 +01:00
Oleg Zhurakousky
d92db35bf4
GH-1601 Polishing - avoiding breaking change
2019-02-05 06:27:07 +01:00
Oleg Zhurakousky
635cd40dbb
GH-1601 Ensured type information propagation in AbstractExtendedBindingProperties
...
Made getBindings() method abstract forcing an implementation at the sub-class level, hence propagation of type information to metadata
Resolves #1601
2019-02-05 05:57:43 +01:00
Oleg Zhurakousky
b9d8c42d81
Additional changes related to merging 2.2.x to master
2019-02-04 17:47:22 +01:00
Oleg Zhurakousky
38bdccf965
Merge branch '2.2.x'
2019-02-04 17:05:48 +01:00
Marcin Grzejszczak
a8cbf77794
Added checkstyle
2019-02-04 15:55:35 +01:00
Oleg Zhurakousky
5b39e57ac9
GH-1240 Additional fixes related to 5a9c6a6162
2019-02-04 10:44:23 +01:00
Oleg Zhurakousky
f01cb29b44
GH-1511 Polishing and added tests
...
- Polished RetryTemplate changes from the previous commit
- Rebased with 2.2.x branch
- Added tests
- Updated author tags with original committer's name
Resolves #1511
Resolves #1588
2019-02-04 07:39:43 +01:00
nicolas
e9d22cb352
RetryTemplate per binding
2019-02-04 06:34:26 +01:00
Oleg Zhurakousky
4de98320b2
GH-1595 Inherited @Bean from @StreamMessageConverter
...
Resolves #1595
2019-01-31 08:17:20 +01:00
Oleg Zhurakousky
c6d238085f
GH-1594 Ensured Function conversion honors outbound CT
...
Ensured that Message conversion that happenes within FunctionInvoker honors the outbound binding content-type in the event MessageConverter itself did not sent one.
Restructured some code/API around function invocation
Added tests
Resolves #1594
2019-01-31 08:09:14 +01:00
Oleg Zhurakousky
ee6ac96481
GH-1594 Ensured Function conversion honors outbound CT
...
Ensured that Message conversion that happenes within FunctionInvoker honors the outbound binding content-type in the event MessageConverter itself did not sent one.
Restructured some code/API around function invocation
Added tests
Resolves #1594
2019-01-31 08:08:06 +01:00
Oleg Zhurakousky
5a9c6a6162
GH-1240 update AbstractMessageChannelBinder to use Spring 5 bean registration
...
Resolves #1240
2019-01-22 20:27:50 +01:00
Oleg Zhurakousky
4762bfbfe5
GH-1535 Added support for Binding auto-startup
...
Resolves #1535
2019-01-22 18:17:13 +01:00
Oleg Zhurakousky
44f8ae33f2
GH-1535 Added support for Binding auto-startup
...
Resolves #1535
2019-01-22 18:16:07 +01:00
Oleg Zhurakousky
c8b79eb490
GH-1448 Fixed ServerController override
...
Resolves #1448
2019-01-22 16:14:30 +01:00
Oleg Zhurakousky
5d8d968ead
GH-1448 Fixed ServerController override
...
Resolves #1448
2019-01-22 16:13:01 +01:00
Oleg Zhurakousky
1624c431a7
GH-1476, GH-1568 minor polishing of docs and binding display order
2019-01-22 09:31:00 +01:00
Oleg Zhurakousky
144627c435
GH-1476, GH-1568 exposed actual binding name
...
Exposed the actual binding name in addition to already exposed destination name of the binding
Fixed Actuator endpoint to ensure it uses binding name
Resolves #1476
Resolves #1568
2019-01-22 08:51:12 +01:00