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
bcbbbd3363
Polish
...
Resolves #820
2022-03-08 14:58:28 +01:00
onobc
42da405a18
Simplify if/else in Azure function invoker
2022-03-08 14:58:20 +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
buildmaster
3f8e1dd037
Bumping versions to 3.2.2-SNAPSHOT after release
2021-12-01 16:31:25 +00:00
buildmaster
fc6212ed7f
Going back to snapshots
2021-12-01 16:31:24 +00:00
buildmaster
6ad75b58d3
Update SNAPSHOT to 3.2.1
2021-12-01 16:26:31 +00:00
Oleg Zhurakousky
ea348e761f
Update project version
2021-12-01 15:01:36 +01:00
buildmaster
1c453b374c
Bumping versions
2021-12-01 11:43:35 +00:00
buildmaster
7c127312b7
Bumping versions to 3.2.1-SNAPSHOT after release
2021-12-01 09:12:26 +00:00
buildmaster
f92e1d97ba
Going back to snapshots
2021-12-01 09:12:25 +00:00
buildmaster
3e3cc0c51e
Update SNAPSHOT to 3.2.0
2021-12-01 09:07:04 +00:00
Oleg Zhurakousky
9465a1fc0e
Cleanup of Azure sample
2021-11-18 14:59:40 +01:00
Oleg Zhurakousky
5301e1e334
GH-727 Fix Azure's Supplier<Publisher> logic to avoid NPE
...
Resolves #727
2021-11-18 13:29:07 +01:00
Oleg Zhurakousky
4d9cc9bf75
GH-727 Fix NPE in Azure FunctionInvoker output conversion
...
Resolves #727
2021-11-17 15:58:56 +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
e8908f13a5
Going back to snapshots
2021-10-01 09:42:57 +00:00
buildmaster
bee0aee07a
Update SNAPSHOT to 3.2.0-M2
2021-10-01 09:39:36 +00: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
Oleg Zhurakousky
994896fd8d
Fix POMs for 3.2
2021-07-13 16:23:02 +02:00
Oleg Zhurakousky
eddfa97b85
Fix checkstyle
2021-06-11 09:32:00 +02:00
Oleg Zhurakousky
5d1a1cf5b3
GH-706 Fix application context caching for JDK11 class loaders
...
Resolves #706
2021-06-08 20:36:23 +02: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
Oleg Zhurakousky
ba8dd58db6
GH-678 Fix race condition leading to NPE in Azure FunctionInvoker
...
Resolves #678
2021-04-06 14:02:04 +02:00
buildmaster
85515c12f9
Bumping versions to 3.1.3-SNAPSHOT after release
2021-03-16 13:20:48 +00:00
buildmaster
6fd1b8d1c4
Going back to snapshots
2021-03-16 13:20:47 +00:00
buildmaster
255c0f67c1
Update SNAPSHOT to 3.1.2
2021-03-16 13:17:55 +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
buildmaster
315ed4612d
Bumping versions
2021-02-01 18:56:47 +00:00
buildmaster
06872f573a
Bumping versions
2021-01-27 18:56:44 +00:00
buildmaster
043668db4b
Bumping versions to 3.1.2-SNAPSHOT after release
2021-01-27 17:16:38 +00:00
buildmaster
0b8d00b1df
Going back to snapshots
2021-01-27 17:16:37 +00:00
buildmaster
ea03395bb3
Update SNAPSHOT to 3.1.1
2021-01-27 17:11:29 +00:00