spencergibb
d120eb0731
Updates to*Case() to use Locale.ROOT
2024-10-18 10:53:24 -04:00
Chris Bono
d3c96fbb60
Use custom Java 17 image for Azure Function Adapter sample
...
Resolves #853
2022-04-21 10:41:26 +02:00
onobc
408035b94a
Ability to extend default function result handling
...
Fixes #757
2022-03-08 14:39:10 +01:00
Oleg Zhurakousky
9e5ebcc28d
Fix documentation around ExecutionContext for Azure
...
More cleanup in Azure samples
Resolves #759
2021-11-18 16:17:15 +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
98fe5bc8eb
GH-437 Refactor Azure request handler
...
This approach simplifies the existing request handlers while also fixing the invocation model to ensure AC is not created multiple times and ExecutionContext is properly propagated via Message headers
The old request handlers are deprecated
Documentation updates as well as tests
Resolves #437
2021-03-15 11:08:36 +01: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
c6ddfe1af4
Added checkstyle for tests
2019-02-03 15:34:10 +01:00
Marcin Grzejszczak
e4b08a083c
Turned on checkstyle
2019-02-01 15:48:32 +01:00
Dave Syer
f09f750c39
Add support for different handler->function mappings in Azure
2018-09-17 11:06:17 +01:00
Dave Syer
2c7144bc49
Update Azure dependencies
2018-08-07 10:06:14 +01:00
Dave Syer
00e2b749d2
First step in 2.0.0. Remove Stream dependencies
2018-06-21 06:35:41 +01:00
Dave Syer
068b9ef7e9
Revert to snapshots
2018-06-18 11:49:02 +01:00
Dave Syer
ac3ea7db36
Update to 1.0.0
2018-06-15 12:27:30 +01:00
Bruno Borges
37d0d9500d
Upgrade azure artifacts and update docs
2018-06-06 12:10:49 +01:00
Dave Syer
9dc569837a
Revert to snapshots
2018-05-26 09:42:34 +01:00
Dave Syer
b20cb700ea
Update to RC2
2018-05-26 09:34:02 +01:00
Dave Syer
8e9a5504cb
Revert to snapshots
2018-05-21 10:05:42 +01:00
Dave Syer
c29f800380
Update to 1.0.0.RC1
2018-05-21 10:04:54 +01: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
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
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