- 02 Dec, 2020 8 commits
-
-
Oleg Zhurakousky authored
-
Oleg Zhurakousky authored
-
Oleg Zhurakousky authored
Ensured Cloud Event completness by adding assertion for required attributes as well as generation of default values for attributes such as ID and SPECVERSION
-
Oleg Zhurakousky authored
Added initial test to validate builder and utils
-
Oleg Zhurakousky authored
-
Oleg Zhurakousky authored
-
Oleg Zhurakousky authored
-
Oleg Zhurakousky authored
-
- 01 Dec, 2020 1 commit
-
-
Oleg Zhurakousky authored
-
- 30 Nov, 2020 1 commit
-
-
Oleg Zhurakousky authored
This reverts commit 1925b490.
-
- 25 Nov, 2020 2 commits
-
-
Dave Syer authored
There was a TODO in the cloud events section of the function catalog. This extracts that into a strategy and autoconfigures it: CloudEventOutputMessageHeaderEnricher.
-
Dave Syer authored
Without this change a function with a Tomcat wrapper cannot be compiled to a native image (or it can but it fails at runtime) because there are lambda$$$ methods in the byte code that refer to missing types.
-
- 23 Nov, 2020 1 commit
-
-
Oleg Zhurakousky authored
Resolves #611
-
- 20 Nov, 2020 4 commits
-
-
Oleg Zhurakousky authored
Given that s-c-f-web always sends input as Flux, it creates issues for Function<Mono, Mono>, so this fixes it Resolves #609
-
Oleg Zhurakousky authored
Resolves #608
-
Dave Syer authored
-
Dave Syer authored
-
- 19 Nov, 2020 2 commits
- 17 Nov, 2020 12 commits
-
-
buildmaster authored
-
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
-