buildmaster
41ff014dea
Bumping versions
2022-11-16 05:39:14 +00:00
buildmaster
8418ea2fde
Bumping versions
2022-11-01 05:48:42 +00:00
buildmaster
e2c8768c63
Bumping versions
2022-10-28 05:38:52 +00:00
buildmaster
b36e8eb533
Going back to snapshots
2022-10-27 21:20:25 +00:00
buildmaster
3582ca0cfa
Update SNAPSHOT to 4.0.0-RC1
2022-10-27 21:16:03 +00:00
buildmaster
33933053d3
Bumping versions
2022-10-12 05:48:52 +00:00
Christian Tzolov
0617799c27
Ugrade azure function dependecies
...
- upgraed azure functions java to 2.1.0
- upgrade azure function maven to 1.21.0
- replace the sample java function runtime to linux/java17
Resolves #885 #838
switch Azure runtime
2022-10-05 21:05:19 +02:00
buildmaster
e2d305ef1f
Bumping versions
2022-09-30 05:39:03 +00:00
buildmaster
a17b99d41b
Bumping versions
2022-08-03 05:48:24 +00:00
buildmaster
38e2cfc444
Bumping versions
2022-07-22 05:39:10 +00:00
buildmaster
867dcf8275
Going back to snapshots
2022-06-15 09:35:09 +00:00
buildmaster
d7c2d575fc
Update SNAPSHOT to 4.0.0-M3
2022-06-15 09:31:10 +00:00
buildmaster
32c5873fd4
Bumping versions
2022-05-04 05:48:29 +00:00
Chris Bono
d3c96fbb60
Use custom Java 17 image for Azure Function Adapter sample
...
Resolves #853
2022-04-21 10:41:26 +02:00
buildmaster
09f0e8c37f
Bumping versions
2022-03-26 05:38:04 +00:00
onobc
b9b3f7adf6
Add doc for custom result handling [Azure sample]
...
Fixes #757
2022-03-08 14:39:10 +01:00
onobc
408035b94a
Ability to extend default function result handling
...
Fixes #757
2022-03-08 14:39:10 +01:00
buildmaster
9fcf6f8db8
Going back to snapshots
2022-01-27 13:00:22 +00:00
buildmaster
1c9df288c0
Update SNAPSHOT to 4.0.0-M1
2022-01-27 12:56:33 +00:00
Oleg Zhurakousky
5074b7eee4
Finish migration to java17, boot 3.0, spring 6
2022-01-14 11:05:58 +01:00
Oleg Zhurakousky
090b876291
Fix documentation around ExecutionContext for Azure
...
More cleanup in Azure samples
Resolves #759
2021-11-18 16:17:56 +01:00
Oleg Zhurakousky
cd967c793a
Cleanup of Azure sample
2021-11-18 15:00:23 +01:00
Oleg Zhurakousky
47b56ed44e
Initial removal of dependencies on AbstractSpringFunctionAdapterInitializer
2021-11-10 16:02:10 +01:00
buildmaster
9c69c333bb
Going back to snapshots
2021-11-03 07:00:01 +00:00
buildmaster
1fa1b57c2c
Update SNAPSHOT to 3.2.0-RC1
2021-11-03 06:56:29 +00:00
buildmaster
598ca3e27c
Going back to snapshots
2021-10-19 08:16:39 +00:00
buildmaster
e497988307
Update SNAPSHOT to 3.2.0-M3
2021-10-19 08:13:10 +00:00
buildmaster
c4922da6a3
Bumping versions
2021-10-07 11:45:54 +00:00
Oleg Zhurakousky
583f2d5a98
Fix Azure sample
2021-10-01 11:15:27 +02:00
Oleg Zhurakousky
0dee39f048
Upgrade wrapper version
2021-10-01 10:59:10 +02:00
Nikola Micic
c02f48bb32
Update azure-function-maven-plugin version to 1.12.0
2021-08-21 13:31:36 +02:00
buildmaster
723f1b8180
Going back to snapshots
2021-07-30 10:58:36 +00:00
buildmaster
fae1e4ab94
Update SNAPSHOT to 3.2.0-M1
2021-07-30 10:55:41 +00:00
Oleg Zhurakousky
e87506bb4e
Revert "Update SNAPSHOT to 3.2.0-M1"
...
This reverts commit 2897285217 .
2021-07-30 12:41:34 +02:00
Oleg Zhurakousky
26ed4cbb25
Revert "Going back to snapshots"
...
This reverts commit c3a556faf6 .
2021-07-30 12:41:23 +02:00
buildmaster
c3a556faf6
Going back to snapshots
2021-07-30 08:15:06 +00:00
buildmaster
2897285217
Update SNAPSHOT to 3.2.0-M1
2021-07-30 08:12:01 +00:00
buildmaster
aaee33f739
Bumping versions
2021-06-22 11:43:59 +00:00
buildmaster
7af4275f4e
Bumping versions to 3.1.4-SNAPSHOT after release
2021-05-26 13:50:55 +00:00
buildmaster
6f0a1065b2
Going back to snapshots
2021-05-26 13:50:54 +00:00
buildmaster
e4766dd2c8
Update SNAPSHOT to 3.1.3
2021-05-26 13:46:32 +00:00
Oleg Zhurakousky
3d1c1e2314
GH-692 Fix reactive support in Azure FunctionInvoker
...
Resolves #692
2021-05-25 17:25:06 +02:00
buildmaster
686176150b
Bumping versions
2021-05-06 11:43:45 +00:00
buildmaster
bbcec718ce
Bumping versions
2021-04-08 18:56:43 +00:00
buildmaster
11eda96661
Bumping versions
2021-03-26 18:57:23 +00: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
Oleg Zhurakousky
cf7a990480
Polish JsonMapper and upgrade function dependency in azure adapter
2021-03-10 16:31:17 +01:00
buildmaster
fbb79850d1
Bumping versions
2021-02-18 18:56:53 +00:00