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
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
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
buildmaster
d08a116a9f
Bumping versions to 3.2.3-SNAPSHOT after release
2022-02-16 16:18:26 +00:00
buildmaster
3c19c4e869
Going back to snapshots
2022-02-16 16:18:25 +00:00
buildmaster
8d623af0a8
Update SNAPSHOT to 3.2.2
2022-02-16 16:14:16 +00:00
Oleg Zhurakousky
ea348e761f
Update project version
2021-12-01 15:01:36 +01:00
buildmaster
798a6f35f4
Bumping versions
2021-11-30 11:42:33 +00:00
buildmaster
4f0391955c
Bumping versions
2021-11-20 11:43:00 +00:00
Oleg Zhurakousky
48f335f687
Fix documentation around ExecutionContext for Azure
...
More cleanup in Azure samples
Resolves #759
2021-11-18 16:17:15 +01:00
Oleg Zhurakousky
9465a1fc0e
Cleanup of Azure sample
2021-11-18 14:59:40 +01:00
buildmaster
90cec8e350
Going back to snapshots
2021-11-03 07:00:01 +00:00
buildmaster
c8c5e0a2f9
Update SNAPSHOT to 3.2.0-RC1
2021-11-03 06:56:29 +00:00
buildmaster
d472eacdbd
Going back to snapshots
2021-10-19 08:16:39 +00:00
buildmaster
d478668c51
Update SNAPSHOT to 3.2.0-M3
2021-10-19 08:13:10 +00:00
buildmaster
ad6cc60ea6
Bumping versions
2021-10-07 11:45:54 +00:00
Oleg Zhurakousky
be654b0a57
Fix Azure sample
2021-10-01 11:15:27 +02:00
Oleg Zhurakousky
330c9908dc
Upgrade wrapper version
2021-10-01 10:59:10 +02:00
Nikola Micic
d6731f90a6
Update azure-function-maven-plugin version to 1.12.0
2021-08-21 13:31:36 +02:00
buildmaster
3a0828f70d
Going back to snapshots
2021-07-30 10:58:36 +00:00
buildmaster
abb79e7387
Update SNAPSHOT to 3.2.0-M1
2021-07-30 10:55:41 +00:00
Oleg Zhurakousky
ce1265d925
Revert "Update SNAPSHOT to 3.2.0-M1"
...
This reverts commit 4335c0db2e .
2021-07-30 12:41:34 +02:00
Oleg Zhurakousky
05a86958f6
Revert "Going back to snapshots"
...
This reverts commit d01ddad754 .
2021-07-30 12:41:23 +02:00
buildmaster
d01ddad754
Going back to snapshots
2021-07-30 08:15:06 +00:00
buildmaster
4335c0db2e
Update SNAPSHOT to 3.2.0-M1
2021-07-30 08:12:01 +00:00
buildmaster
c2d7d110bd
Bumping versions
2021-06-22 11:43:59 +00:00
buildmaster
1864a09fc4
Bumping versions to 3.1.4-SNAPSHOT after release
2021-05-26 13:50:55 +00:00
buildmaster
40f1c2ad7c
Going back to snapshots
2021-05-26 13:50:54 +00:00
buildmaster
af2298caaa
Update SNAPSHOT to 3.1.3
2021-05-26 13:46:32 +00:00
Oleg Zhurakousky
7e5eaeeb49
GH-692 Fix reactive support in Azure FunctionInvoker
...
Resolves #692
2021-05-25 17:25:06 +02:00
buildmaster
d9f2bb4079
Bumping versions
2021-05-06 11:43:45 +00:00
buildmaster
c93e2c3b9d
Bumping versions
2021-04-08 18:56:43 +00:00
buildmaster
5a5ed0841f
Bumping versions
2021-03-26 18:57:23 +00:00
Oleg Zhurakousky
4e42e3631a
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
b0ef4522d4
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
3c5d905eab
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
Oleg Zhurakousky
863bbdc3eb
Polish JsonMapper and upgrade function dependency in azure adapter
2021-03-10 16:31:17 +01:00