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
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