Oleg Zhurakousky
d8cc4cfbb7
Disabling GCP sample test
2024-01-25 19:18:40 +01:00
Oleg Zhurakousky
066be86928
Revert "Temporary removing web-native sample"
...
This reverts commit 1f071308d8 .
2024-01-24 17:38:28 +01:00
Oleg Zhurakousky
1f071308d8
Temporary removing web-native sample
2024-01-24 17:28:47 +01:00
Oleg Zhurakousky
0753a1df34
Merge remote-tracking branch 'upstream/4.0.x' into 4.0.x
2024-01-24 17:24:19 +01:00
Oleg Zhurakousky
89ee117957
Add native web sample
...
Initial README for sample of native web workloads
Update bootstrap in sample
2024-01-24 17:20:46 +01:00
Oleg Zhurakousky
6bc906a24f
Initial README for sample of native web workloads
2024-01-12 14:37:41 +01:00
Oleg Zhurakousky
275a240881
Add native web sample
2024-01-12 14:33:18 +01:00
Oleg Zhurakousky
7d67d61d43
Add support for native web workloads for AWS
...
Fix Azure web support after refactoring classes
2024-01-12 10:24:06 +01:00
Oleg Zhurakousky
dea7d95f23
Disable Kotlin web sample
2023-09-26 06:34:10 +02:00
buildmaster
04d4a14a87
Bumping versions to 4.0.6-SNAPSHOT after release
2023-07-27 19:37:34 +00:00
buildmaster
8d108e3b79
Going back to snapshots
2023-07-27 19:37:33 +00:00
buildmaster
ba01c4ad27
Update SNAPSHOT to 4.0.5
2023-07-27 19:31:58 +00:00
buildmaster
f233d109ff
Bumping versions
2023-07-27 02:04:17 +00:00
Christian Tzolov
82acb97e22
Streamline the azure adoc
2023-07-21 15:12:32 +02:00
buildmaster
9065b7756d
Bumping versions
2023-07-21 02:04:12 +00:00
Christian Tzolov
787d0f8c50
Azure samples version and code adjustments
2023-07-20 10:53:48 +02:00
buildmaster
2e5b38ccfd
Bumping versions
2023-07-20 02:03:33 +00:00
Christian Tzolov
bfde5c4c67
Azure docs imporvements
2023-07-19 21:35:43 +02:00
Christian Tzolov
5069f7116b
Streamline and refactor the azure and the azure-web adapters.
...
- Add SCF/Azure Gradle sample and docs.
- Move the function-azure-di-samples into standalone projects.
- Apply the name convetion and project structure for the SCF adaptes.
E.g. function-sample-azure-XXX projects under the spring-cloud-function-samples root.
- Remove the redudant samples.
- Improve the samples docs and the Adapter generic docs.
- Streamline docs.
- Add azure web adapter sample and README.
- Add Spring Azure Functions banner for azure and azure web adapters.
- azure-web adapter fixes:
- Fix issues in serverles-web ProxyHttpServletResponse implementation.
- Remove the custom FunctionClassUtils utils in favor of scf-context/util/FunctionClassUtils.
- Remove redundant files.
- Add FunctionInvoker deprecation annotations.
- Extend the time trigger sample with Retry policies example.
2023-07-19 18:08:10 +02:00
buildmaster
a5fca82c9e
Bumping versions
2023-07-14 02:03:31 +00:00
Oleg Zhurakousky
c148368b29
Revert "Bumping versions"
...
This reverts commit ca83d2163b .
2023-07-11 15:12:24 +02:00
buildmaster
ca83d2163b
Bumping versions
2023-07-07 02:03:22 +00:00
buildmaster
4c77f1a5b7
Bumping versions to 4.0.5-SNAPSHOT after release
2023-07-06 06:49:21 +00:00
buildmaster
e2a8c98944
Going back to snapshots
2023-07-06 06:49:20 +00:00
buildmaster
e3e5b2b415
Update SNAPSHOT to 4.0.4
2023-07-06 06:43:54 +00:00
abilan
d944f5393d
Fix function-sample-SI for latest deps state
...
**Cherry-pick to `4.0.x`**
(cherry picked from commit a744e7af1a )
2023-07-05 13:22:27 -04:00
Oleg Zhurakousky
38a30f05fc
Revert "Bumping versions"
...
This reverts commit 3c6a0cc59b .
2023-05-26 12:38:53 +02:00
buildmaster
3c6a0cc59b
Bumping versions
2023-05-25 05:36:10 +00:00
buildmaster
6be6549e64
Bumping versions to 4.0.4-SNAPSHOT after release
2023-05-24 18:21:46 +00:00
buildmaster
2ed1285b19
Going back to snapshots
2023-05-24 18:21:45 +00:00
buildmaster
cc740db82e
Update SNAPSHOT to 4.0.3
2023-05-24 18:16:08 +00:00
Oleg Zhurakousky
56963c122e
Fix POM's deploy plugin in aws sample
2023-05-24 19:47:23 +02:00
Oleg Zhurakousky
3f8b7f1bbe
GH-1037 Fix gradle build
...
Resolves #1037
2023-05-24 10:37:54 +02:00
Urs Keller
f54ac46ab4
Bump GRPC to be able to compile on Mac Arm
2023-05-24 09:38:56 +02:00
Christian Tzolov
921a2bca03
experimental Azure Web adapter
...
experimental Azure Web adapter
2023-05-09 10:40:56 +02:00
buildmaster
7365debf44
Bumping versions to 4.0.3-SNAPSHOT after release
2023-03-28 13:52:40 +00:00
buildmaster
ed7f99de1b
Going back to snapshots
2023-03-28 13:52:40 +00:00
buildmaster
a4775ff22a
Update SNAPSHOT to 4.0.2
2023-03-28 13:47:59 +00:00
Marcin Grzejszczak
3a29996993
Update pom.xml
2023-03-28 11:32:44 +02:00
Oleg Zhurakousky
4a1bfbc764
GH-1014 Fix CustomRuntimeEventLoop to default to RoutingFunction
...
Resolves #1014
2023-03-27 18:51:48 +02:00
Oleg Zhurakousky
98e88e7314
GH-1015 Fix Kotlin dependencies
...
GH-1015 Fix Kotlin dependencies
2023-03-20 18:46:09 +01:00
Oleg Zhurakousky
337ea7d41c
GH-1015 Update Kotlin libraries
...
Resolves #1015
2023-03-20 15:26:07 +01:00
Christian Tzolov
ebd8b3138b
updated SCF azure sample
2023-03-02 19:11:20 +01:00
Christian Tzolov
20f9c80962
azure min toolkit ver. added
2023-02-24 14:42:09 +01:00
Christian Tzolov
bb066b9b3f
Add support for injecting the ExecutionContext as metadata
2023-02-24 10:17:57 +01:00
buildmaster
a316badfd6
Bumping versions
2023-01-31 05:35:03 +00:00
Oleg Zhurakousky
f1cd8ae1ab
Update README.md
2023-01-30 18:38:07 +01:00
Oleg Zhurakousky
00da1361bb
Update README.md
2023-01-30 18:37:27 +01:00
Oleg Zhurakousky
633491fc2e
Add readme to the AWS native sample
2023-01-30 16:23:13 +01:00
Oleg Zhurakousky
e4eaef3f92
Add AWS Native Lamnbda sample
2023-01-30 16:21:05 +01:00