Oleg Zhurakousky
7236a1b5f0
Cleanup
2023-02-08 12:18:18 +01:00
buildmaster
46e64a147a
Bumping versions
2022-12-15 23:13:26 +00:00
Christian Tzolov
8f1d063637
GH-968 Support Azure Functions DI hook
...
- Extend spring-cloud-function-adapter-azure with AzureFunctionInstanceInjector registered through the META-INF/services/com.microsoft.azure.functions.spi.inject.FunctionInstanceInjector
- Add DI demos for HttpTrigger and TimeTrigger functions.
Resolves #968
Resolves #969
Add FunctionInvoker backward compatibiity
document the time trigger DI sample
Add generic instructions to implement Azure Function with the help of the DI hook
Add generic instructions to implement Azure Function with the help of the DI hook
Minor
Fix injector backward compatibility and add blob demo
disable the azure di samples maven module builds
2022-12-15 11:00:41 +01:00
Oleg Zhurakousky
3cb9dde679
GH-932 Fix registration of AWSTypesMessageConverter for functional spring applications
...
Resolves #932
2022-11-10 12:13:57 +01:00
buildmaster
5991f15cda
Bumping versions to 3.2.9-SNAPSHOT after release
2022-11-03 14:43:11 +00:00
buildmaster
1cdb598aaf
Going back to snapshots
2022-11-03 14:43:10 +00:00
buildmaster
680900f550
Update SNAPSHOT to 3.2.8
2022-11-03 14:38:58 +00:00
buildmaster
b89952c2cb
Bumping versions
2022-10-11 23:17:47 +00:00
Christian Tzolov
d19f4aefac
Azure TimerTrigger Sample
...
- for 3.2.x branch downgrade java to 1.8 and boot to 2.7.x
Resolves #272
2022-10-11 17:00:20 +02:00
buildmaster
9b8aa4acd0
Going back to snapshots
2022-09-06 19:16:24 +00:00
buildmaster
1bce9c0bfa
Update SNAPSHOT to 3.2.7
2022-09-06 19:12:20 +00:00
buildmaster
19f7138e8c
Bumping versions
2022-09-03 23:17:35 +00:00
buildmaster
445b76209c
Bumping versions
2022-09-02 23:17:30 +00:00
buildmaster
7354064f70
Bumping versions to 3.2.8-SNAPSHOT after release
2022-09-02 20:49:19 +00:00
buildmaster
5cb5b368d7
Going back to snapshots
2022-09-02 20:49:18 +00:00
buildmaster
8d62ca87e8
Update SNAPSHOT to 3.2.7
2022-09-02 20:45:14 +00:00
Oleg Zhurakousky
a68e8f90a5
Revert "Bumping versions"
...
This reverts commit 873d67d8e4 .
2022-08-17 18:42:22 +02:00
buildmaster
873d67d8e4
Bumping versions
2022-08-16 23:17:48 +00:00
Oleg Zhurakousky
cf393cdfdf
Revert "Bumping versions"
...
This reverts commit d9a211ec4c .
2022-08-11 16:58:18 +02:00
buildmaster
d9a211ec4c
Bumping versions
2022-08-08 23:18:28 +00:00
Oleg Zhurakousky
1a8ea1968e
Revert "Bumping versions"
...
This reverts commit 6f2287d71c .
2022-08-08 15:14:16 +02:00
buildmaster
6f2287d71c
Bumping versions
2022-08-03 23:18:10 +00:00
Oleg Zhurakousky
030dd08dfc
Revert "Bumping versions"
...
This reverts commit 6ce65e42d4 .
2022-08-03 17:19:10 +02:00
buildmaster
6ce65e42d4
Bumping versions
2022-06-15 23:17:58 +00:00
buildmaster
93b2206d3e
Bumping versions to 3.2.7-SNAPSHOT after release
2022-06-15 16:42:36 +00:00
buildmaster
d08af2515f
Going back to snapshots
2022-06-15 16:42:35 +00:00
buildmaster
698453947b
Update SNAPSHOT to 3.2.6
2022-06-15 16:38:22 +00:00
Oleg Zhurakousky
b3cc156ae2
GH-876 Update build.gradle for AWS sample
...
Resolves #876
2022-05-30 13:39:12 +02:00
spencergibb
7edd022f86
Bumps to next snapshot version
2022-05-27 13:04:03 -04:00
buildmaster
c1b215f644
Update SNAPSHOT to 3.2.5
2022-05-27 12:56:33 -04:00
buildmaster
cf3f7c79ad
Bumping versions to 3.2.5-SNAPSHOT after release
2022-04-27 10:00:01 +00:00
buildmaster
117c6bf91a
Going back to snapshots
2022-04-27 10:00:00 +00:00
buildmaster
1dbd125a8f
Update SNAPSHOT to 3.2.4
2022-04-27 09:55:53 +00:00
Olga Maciaszek-Sharma
0549ca1950
Revert "Update SNAPSHOT to 3.2.4"
...
This reverts commit a28ab36136 .
2022-04-27 10:54:50 +02:00
Olga Maciaszek-Sharma
d03a1e046a
Revert "Going back to snapshots"
...
This reverts commit 16658bf639 .
2022-04-27 10:54:45 +02:00
Olga Maciaszek-Sharma
6ebb04419f
Revert "Bumping versions to 3.2.5-SNAPSHOT after release"
...
This reverts commit 6b9dd121b9 .
2022-04-27 10:54:42 +02:00
Olga Maciaszek-Sharma
4a96cbe385
Revert "Bumping versions"
...
This reverts commit d71a8e862d .
2022-04-27 10:54:36 +02:00
buildmaster
d71a8e862d
Bumping versions
2022-04-26 23:17:34 +00:00
buildmaster
6b9dd121b9
Bumping versions to 3.2.5-SNAPSHOT after release
2022-04-26 15:12:26 +00:00
buildmaster
16658bf639
Going back to snapshots
2022-04-26 15:12:25 +00:00
buildmaster
a28ab36136
Update SNAPSHOT to 3.2.4
2022-04-26 15:08:03 +00:00
Oleg Zhurakousky
303b6459e2
GH-841 Add support for propagating errors from AWS Custom Runtime
...
Resolves #841
2022-04-20 19:56:36 +02:00
buildmaster
ca7e59d695
Bumping versions
2022-03-31 23:18:55 +00:00
buildmaster
e101bbcc3e
Bumping versions
2022-03-29 23:19:41 +00:00
buildmaster
de08a854c0
Bumping versions to 3.2.4-SNAPSHOT after release
2022-03-29 10:50:02 +00:00
buildmaster
0f138e262e
Going back to snapshots
2022-03-29 10:50:01 +00:00
buildmaster
e0d7132929
Update SNAPSHOT to 3.2.3
2022-03-29 10:45:59 +00:00
Oleg Zhurakousky
641808f540
Cleanup
2022-03-08 15:14:15 +01:00
onobc
a0d96ffbda
Add doc for custom result handling [Azure sample]
...
Fixes #757
2022-03-08 14:58:12 +01:00
onobc
5cdb4b17e6
Ability to extend default function result handling
...
Fixes #757
2022-03-08 14:58:05 +01:00