onobc
408035b94a
Ability to extend default function result handling
...
Fixes #757
2022-03-08 14:39:10 +01:00
Oleg Zhurakousky
aea3b548da
Cleanup of Azure sample
2021-11-18 14:59:40 +01:00
Oleg Zhurakousky
3d1c1e2314
GH-692 Fix reactive support in Azure FunctionInvoker
...
Resolves #692
2021-05-25 17:25:06 +02:00
Oleg Zhurakousky
e82f54d69e
GH-600 Fix logic in Azure adapter to ensure proper handling of sveral functions
...
This also addresses re-initialization of AC when the second function is invoked
Added second function to the azure examples
Resolves #600
2021-03-11 15:26:06 +01:00
Oleg Zhurakousky
29ad49cbf6
GH-437 Pass ExecutionContext via MessageHeader
...
Caching it as part of ApplicationContext was not the right idea so this changes it
2021-03-10 18:53:25 +01:00
Dan Dobrin
4a79072b53
Fixes #621 - updated Documentation, test and sample code
2021-01-11 10:52:58 +01:00
Oleg Zhurakousky
aa721a7b43
GH-456 Fix Azure logging
...
Added static delegate context which holds target context and is also refreshed with new context on each request
Resolves #456
2020-04-02 16:36:54 +02:00
Oleg Zhurakousky
0f38ea47b8
GGH-431 Fixed discovery of a start class
...
- Ensured that FunctionClassUtils performs additional check to ensure that located star class is SpringBootApplication
- Added additional lookup to look for Main-Class if nothing was found in Start-Class primarily to support Azure
- Updated Azure samples
- Updated documentation
Resolves #431
2019-12-12 15:15:36 +01:00
Spring Operator
3b573c27ac
URL Cleanup
...
This commit updates URLs to prefer the https protocol. Redirects are not followed to avoid accidentally expanding intentionally shortened URLs (i.e. if using a URL shortener).
# Fixed URLs
## Fixed Success
These URLs were switched to an https URL with a 2xx status. While the status was successful, your review is still recommended.
* [ ] http://www.apache.org/licenses/ with 1 occurrences migrated to:
https://www.apache.org/licenses/ ([https](https://www.apache.org/licenses/ ) result 200).
* [ ] http://www.apache.org/licenses/LICENSE-2.0 with 247 occurrences migrated to:
https://www.apache.org/licenses/LICENSE-2.0 ([https](https://www.apache.org/licenses/LICENSE-2.0 ) result 200).
2019-03-21 12:48:58 -05:00
Marcin Grzejszczak
e4b08a083c
Turned on checkstyle
2019-02-01 15:48:32 +01: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
Soby Chacko
308e4d5514
Experimental Azure function adapter for HTTP trigger
2018-01-24 14:54:33 +00:00