Dave Syer
fa55ebab16
Compiler warnings
2018-05-02 10:55:24 -04:00
Dave Syer
b59b43ddc5
Only expose Publisher via FunctionCatalog
...
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.
2018-05-01 12:06:34 -04:00
Dave Syer
98cf4dc06e
Revert to snapshots
2018-04-16 16:22:02 +01:00
Dave Syer
d1bcb7d142
Update to 1.0.0.M6
2018-04-16 16:04:31 +01:00
Dave Syer
efc99d2af0
Revert to snaphots
2018-03-16 11:40:12 -04:00
Dave Syer
feb8f51c41
Update to 1.0.0.M5
2018-03-16 11:28:53 -04:00
Dave Syer
5528659b4b
Inspect bean definition more thoroughly for factory arguments
...
Fixes gh-153
2018-03-02 11:28:33 +00:00
Dave Syer
33b33adb4b
Change FunctionCatalog to key off Class<?>
...
Makes it possible to support other "function" types in the future.
The user is always taking a risk with the lookup that the object
returned has the generic type desired (but that hasn't changed
with this commit). FunctionCatalog is a lot simpler as a result
and also a lot more flexible.
2018-02-28 14:18:09 +00:00
Dave Syer
616e2825c6
Move FunctionCatalog into context module
2018-02-27 09:05:28 +00:00
Dave Syer
a2a2932715
Revert to snapshots
2018-02-21 07:24:21 +00:00
Dave Syer
72efd58675
Update to 1.0.0.M4
2018-02-20 19:25:11 +00:00
Dave Syer
54873b66d5
Fix test
2018-01-25 09:36:37 +00:00
Dave Syer
ab30b755ba
Add test to azure sample
2018-01-25 09:20:20 +00:00
Dave Syer
b0bddd3160
Handler for azure sample calls super in different method
...
If FooHandler extends AzureSpringBootRequestHandler apparently
Azure cannot extract the generic types Foo and Bar.
2018-01-24 15:56:40 +00:00
Dave Syer
7604de3ca7
Attempt to write JSON by hand
2018-01-24 14:54:41 +00:00
Soby Chacko
308e4d5514
Experimental Azure function adapter for HTTP trigger
2018-01-24 14:54:33 +00:00