- 15 Jun, 2018 2 commits
- 12 Jun, 2018 1 commit
-
-
Oleg Zhurakousky authored
Resolves #180
-
- 06 Jun, 2018 1 commit
-
-
Bruno Borges authored
-
- 04 Jun, 2018 5 commits
- 26 May, 2018 2 commits
- 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 7 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
-