- 25 May, 2018 1 commit
-
-
Ryan Baxter authored
-
- 22 May, 2018 3 commits
- 21 May, 2018 6 commits
- 18 May, 2018 2 commits
- 15 May, 2018 1 commit
-
-
Dave Syer authored
-
- 02 May, 2018 4 commits
-
-
Dave Syer authored
-
Dave Syer authored
-
Oleh Dokuka authored
Also provide ability to run with `Flux.interval(Duration)` in compiled scripts Fixes gh-174
-
Dave Syer authored
-
- 01 May, 2018 2 commits
-
-
Dave Syer authored
Flux.from() is cheap and can be used to marshal the inputs everywhere internally. With this change users ought to be able to register any function of any Publisher type.
-
Dave Syer authored
Using this strategy libraries could be developed for supporting Flux-like libraries (e.g. kstreams) that are not actually reactive streams implementations.
-
- 25 Apr, 2018 3 commits
-
-
Dave Syer authored
It tends to pop back into function apps where it is not needed otherwise. Users that want to use the library need to import the FunctionConfiguration directly using the @EnableFunctionDeployer convenience annotation..
-
Dave Syer authored
Instead of an app, it is now a library with some utilities (principally ApplicationBootstrap) for launching a Spring Boot application, extracting a function, and registering it in the FunctionRegistry.
-
Dave Syer authored
If an isolated function doesn't have Message in its classpath, we will never actually need to instantiate that class. This change makes sure we check first.
-
- 24 Apr, 2018 10 commits
-
-
Dave Syer authored
Fixes gh-156
-
Dave Syer authored
See gh-170
-
Dave Syer authored
-
Dave Syer authored
There is now a JsonMapper strategy with implementations and autoconfiguration for Gson and Jackson. If Jackson is present it is preferred (just like in Spring Boot). Fixes gh-150
-
Dave Syer authored
-
Dave Syer authored
-
Dave Syer authored
-
Dave Syer authored
Fixes gh-148
-
Dave Syer authored
There is only one version of amazon-kinesis-deaggregator available in Maven Central, which is unfortunate because it brings in an older version of the AWS events API, which in turn has a very bad version range specification, causing the whole AWS internet to be downloaded for each build. I also made the deaggregator optional, which will help. Users that want to include it shoudl consider doing the same exlcusion. Fixes gh-171
-
bishoy authored
Fixes #129
-
- 16 Apr, 2018 6 commits
-
-
Dave Syer authored
-
Dave Syer authored
-
Dave Syer authored
-
Dave Syer authored
-
Dave Syer authored
We can revisit this later, but I don't like the way it works at the moment (too many dependencies in there and we only use a handful).
-
Halvdan Hoem Grelland authored
The current implementation of SpringBootKinesisEventHandler only handles non-aggregated events. Attempting to process aggregated events caused ungraceful failure. This commit fixes that by de-aggregating any events before performing conversion. Non-aggregated events are still handled transparently. In addition, detection of Message<T> input is performed, and output messages are wrapped accordingly.
-
- 06 Apr, 2018 1 commit
-
-
trisberg authored
- 1.5.10 to 1.5.11 - 2.0.0 to 2.0.1
-
- 26 Mar, 2018 1 commit
-
-
Dave Syer authored
-