- 17 Nov, 2020 11 commits
-
-
Oleg Zhurakousky authored
-
buildmaster authored
-
buildmaster authored
-
Oleg Zhurakousky authored
-
Oleg Zhurakousky authored
-
Oleg Zhurakousky authored
-
Oleg Zhurakousky authored
-
Oleg Zhurakousky authored
-
Oleg Zhurakousky authored
-
Oleg Zhurakousky authored
Resolves #422 Resolves #606
-
Oleg Zhurakousky authored
-
- 16 Nov, 2020 9 commits
-
-
Oleg Zhurakousky authored
Related to GH-422 and GH-606
-
Oleg Zhurakousky authored
-
Oleg Zhurakousky authored
-
Oleg Zhurakousky authored
-
Oleg Zhurakousky authored
-
Oleg Zhurakousky authored
This commit effectively a merge of work with #607 and simplifies the following - CloudEventAttributesProvider now provides CloudEventAttributes initialized with defaults to be set by the user - In HTTP RequestProcessor the logic of sanitizing headers was improved to ensure that correct prefix is applied Resolves #607
-
Oleg Zhurakousky authored
Related to #422,606
-
Oleg Zhurakousky authored
Normalizing in this context means converting it to binary-mode so the rest of the processing logic is the same. Added support for canonical attribute names. Now, internally any attribute can be set as 'ce_' regardless where it came from are where it goes to as the frameork will be able to recognize both Removed CloudEventMessageConverter Renamed CloudEventAttributes to CloudEventAttributesHelperas it is better suited to what it actually does
-
Oleg Zhurakousky authored
Related to #422 and #606
-
- 13 Nov, 2020 6 commits
-
-
Oleg Zhurakousky authored
Related to GH-422 and GH-606
-
Oleg Zhurakousky authored
Related to GH-422 and GH-606
-
Oleg Zhurakousky authored
-
Oleg Zhurakousky authored
-
Oleg Zhurakousky authored
-
Oleg Zhurakousky authored
Added CloudEventAttributesProvider and default implementation Added CloudEventMessageUtils
-
- 12 Nov, 2020 1 commit
-
-
Oleg Zhurakousky authored
GH-422 Formalize Cloud Event conversion strategy to consistently handle binary-mode and structured-mode cloud events Moved CloudEvent related artifacts to ‘cloud events’ package with hopes to eventually donating it to CNCF SDK Created CloudEventUtils identifying necessary constants and utility methods
-
- 11 Nov, 2020 8 commits
-
-
Oleg Zhurakousky authored
-
Oleg Zhurakousky authored
-
Oleg Zhurakousky authored
-
Oleg Zhurakousky authored
-
Oleg Zhurakousky authored
-
Oleg Zhurakousky authored
-
Oleg Zhurakousky authored
-
Oleg Zhurakousky authored
Added initial README Polished tests
-
- 10 Nov, 2020 2 commits
-
-
Oleg Zhurakousky authored
This commit adds initial set of samples and tests demonstrating various ways of how cloud event can be consumed (i.e., structured, bindary, pojo etc)
-
Oleg Zhurakousky authored
Added initial implementation of MessageConverter At the moment there seem that MessageConverter(s) would be the only thing needed to integrate Cloud Events with various elements of Spring
-
- 09 Nov, 2020 3 commits
-
-
Oleg Zhurakousky authored
Resolves #592
-
Oleg Zhurakousky authored
-
Oleg Zhurakousky authored
This initial fix ensures that functions can process single MultipartFile as well as multiple. Resolves #597
-