Dave Syer
ba34d4b81b
Add @FunctionalSpringBootTest and mini web server
...
User can run a minimal HTTP app using an app that is a Function
or an ApplicationContextInitializer. Can also test using
@FunctionalSpringBootTest in place of @SpringBootTest.
Add some tests and documentation for functional beans
Make server.address configurable
2018-10-22 14:26:17 +02:00
buildmaster
8f9882a419
Going back to snapshots
2018-09-19 13:20:41 +00:00
buildmaster
43d70a4c0c
Update SNAPSHOT to 2.0.0.M2
2018-09-19 13:17:51 +00:00
Dave Syer
d1c423e161
Add HTTP headers to outgoing messages by default
...
Some care is required to prevent request-specific headers being
reflected and interfering with content negotiation.
Fixes gh-207
2018-09-12 15:41:34 +01:00
Oleg Zhurakousky
ed3a532f96
Added Kotlin/Eclipse integration notes to README
2018-09-12 15:43:23 +02:00
Bruno Borges
37d0d9500d
Upgrade azure artifacts and update docs
2018-06-06 12:10:49 +01:00
Dave Syer
fee3a0bec3
Fix docs build
2018-06-04 13:32:44 +01:00
Oleh Dokuka
4b85e89992
Fix docs with regard to Flux.interval
...
Also provide ability to run with `Flux.interval(Duration)` in
compiled scripts
Fixes gh-174
2018-05-02 07:19:08 -04:00
Dave Syer
7e53a74474
Update README
2018-03-26 10:09:54 +01:00
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