Dave Syer
dd7e529565
Update README adding Azure adapter
2018-02-23 13:20:58 +00:00
Dave Syer
c728cd4c01
Support for Function<Publisher<...>,...>
2018-02-14 14:09:28 +00:00
Dave Syer
1af0d451cf
Migrate to servlet binder for web features
2018-01-03 15:06:33 +00:00
Dave Syer
47fd4c3ed2
Going back to snapshots
2017-12-01 10:31:18 +00:00
Dave Syer
b6310e1811
Update SNAPSHOT to 1.0.0.M2
2017-11-28 13:40:35 +00:00
Manos Nikolaidis
08f2cb2491
Update README.adoc
...
Use correct path for samples. E.g. look at:
https://github.com/spring-cloud/spring-cloud-function/tree/master/spring-cloud-function-samples
2017-10-25 08:49:25 +01:00
Dave Syer
976854929e
Update to new docs standards
2017-09-15 11:44:25 +01:00
Oleg Zhurakousky
aa87764580
Added initial docs module
...
Merged gh-89
2017-07-17 14:08:35 +01:00
markfisher
9d0cf75bff
initial commit for openwhisk support
2017-06-16 09:43:10 -04:00
Dave Syer
9bf3601143
Fixed consumer sample to accept bare string
2017-05-26 12:51:56 +01:00
Dave Syer
99c7b995e0
Add FunctionFactoryMetadata interface for type discovery
...
The compiled functions implement that interface which means you can inspect
the signature of the method that created them and discover its
generic types.
2017-05-26 10:09:47 +01:00
Dave Syer
c685866f09
Fix compiled scripts demo from README
...
Compiled functions always show up with no metadata, and you can only
guess what the types are from the bean definition. Probably we should
add more information to the bean definition if we have it when we
compile the function.
There is still a problem if user defines functions that are not of
Flux<String> (but that has always been the case).
2017-05-25 07:53:29 +01:00
markfisher
ab8fd05367
update README
2017-02-13 09:45:39 -05:00
markfisher
62aecb9c7b
update web.sh and README
2017-02-07 14:16:54 -05:00
markfisher
896139ba67
minor README updates
2017-01-20 15:07:22 -05:00
markfisher
8e3370b717
minor README edits
2017-01-20 13:51:00 -05:00
Dave Syer
ac5804ae34
Update README with details of @Beans etc.
2017-01-20 17:35:59 +00:00
markfisher
f709a4e08a
updated stream script for supplier and consumer
2017-01-19 17:17:01 -05:00
markfisher
94a78bdc7f
add Function compiling webapp and update scripts
2017-01-19 15:55:49 -05:00
Dave Syer
c6736f959b
Add a sample app with just beans that are Functions
...
Make it deployable via its maven coordinates in
spring-cloud-function-deployer (it is deployed by default on start
up right now, but that's just a demo)
2017-01-03 15:16:13 +00:00
markfisher
b0db0233be
add support for Supplier and Consumer
2016-10-14 20:40:48 -04:00
markfisher
971cc1ebd8
README.md to README.adoc
2016-10-02 10:32:23 -04:00