Commit Graph

461 Commits

Author SHA1 Message Date
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
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
onobc
7032027248 Remove FunctionType from docs and AWS sample
Resolves #808
2022-02-16 11:24:21 +01:00
onobc
ea1e85bda2 Remove spring-cloud-function-compiler module
Fixes gh-805
2022-02-16 11:07:44 +01:00
Oleg Zhurakousky
aa38cb0e56 GH-784 Modified AWS example to NOT rely on web
Resolves #784
2022-01-26 18:26:37 +01:00
Oleg Zhurakousky
5a36dda7c6 GH-792 Fix Supplier streaming in s-c-function-web
Resolves #792
2022-01-24 15:38:16 +01:00
Oleg Zhurakousky
bfe4b93179 Cleanup version determination in CustomRuntimeEventLoop 2022-01-17 18:06:52 +01:00
Oleg Zhurakousky
061729673b GH-789 Propagate AWS FunctionInvoker exceptions
They will be handled by the AWS runtime and properly reported and recorded.
Resolves #789
2022-01-12 10:44:29 +01:00
Oleg Zhurakousky
a7ca985a0e GH-788 Fix aws custom runtime samples
Add spring web dependencies
Resolves #788
2022-01-11 11:42:02 +01:00
Oleg Zhurakousky
15ab165158 GH-786 Fix regression with RoutingFunction over AWS APIGateway
Resolves #786
2022-01-03 14:42:31 +01:00
Elena Felder
7e5b263ef6 update gcp adapter version to the latest snapshot
Resolves #782
2021-12-13 12:42:11 +01: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
bf6c4e9e6d Update Kotlin version 2021-12-01 09:53:47 +01:00
Oleg Zhurakousky
6cf64d2994 GH-766 Simplify type description display purposes 2021-11-30 21:47:18 +01:00
Oleg Zhurakousky
06db5a56e5 GH-766 Initial support to expose FunctionCatalog as actuator endpoint 2021-11-30 18:53:58 +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
Oleg Zhurakousky
405d38a294 GH-725 Fix getNames() method to properly compute available function names
Resolves #725
2021-11-12 11:36: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
Oleg Zhurakousky
40fe70d44c Polishing related to merginng the previous commit as well as upgrade of Kotlin libs 2021-10-25 13:28:31 +02:00
Oleg Zhurakousky
2addf5af7d Restructure and simplify AWS Custom Runtime code
Add Custom Runtime emulator to simplify integration testing
2021-10-20 17:52:52 +02:00
Oleg Zhurakousky
f7112d1ef5 GH-SCST-2235 Fix Partitioning issue with FunctionAroundWrapper" 2021-10-19 18:26:37 +02: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
Oleg Zhurakousky
a0aede9500 Fix version in cloud event sample 2021-10-19 09:26:38 +02:00