onobc
ca16797791
Remove FunctionType from docs and AWS sample
...
Resolves #808
2022-02-16 11:23:20 +01:00
onobc
841c05c3a4
Remove spring-cloud-function-compiler module
...
Fixes gh-805
2022-02-16 10:48:43 +01:00
onobc
05d0f0498c
Update docs as follows:
...
Resolves #811
* code examples reflect current versions and APIs being used
* code examples use dynamic version numbers based on maven properties
2022-02-15 17:01:21 +01:00
Oleg Zhurakousky
cba53a7c49
GH-803 Remove Dynamic Compilatioin section from the docs
...
Resolves #803
2022-02-07 18:58:41 +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
11d29fef2d
GH-766 Add initial docs for function visualization
...
Resolves #766
2021-12-01 08:25:41 +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
34967ec770
GH-726 Enhance MessageRoutingCallback to optionally return enriched Message
...
Resolves #726
2021-11-11 17:28:40 +01:00
Oleg Zhurakousky
f4171cae16
GH-764 Add support for output header enrichemnt
...
Resolves #764
2021-11-08 15:27:56 +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
8c92be5a06
Going back to snapshots
2021-10-01 09:42:57 +00:00
buildmaster
0d7fa4fc0a
Update SNAPSHOT to 3.2.0-M2
2021-10-01 09:39:36 +00: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
Oleg Zhurakousky
f06892f7ff
GH-714 Add support for component scanning to function deployer
...
We already support it for standard deployment, so this fix extends such support for functions deploye via function deployer feature
Resolves #714
2021-07-16 12:34:35 +02:00
Oleg Zhurakousky
ff7741ea74
GH-713 Add support for default function for HTTP
...
Resolves #713
2021-07-14 14:46:21 +02:00
Oleg Zhurakousky
2a73a7a0a3
Fix POMs for 3.2
2021-07-13 16:23:02 +02: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
22e945009a
GH-676 Relax SpEL evaluation failures for input header enrichment
...
Add documentation
Resolves #676
2021-05-24 15:18:28 +02:00
Oleg Zhurakousky
039387d9c6
GH-698 Fix routing function support in AWS
...
Introduce auto-fallback to routing function if more then one function is present and no definition is provided.
Add explicit routing sample
Add documentation
2021-05-21 17:04:01 +02:00
Mike Eltsufin
623e5a9782
Update documentation that GCF is GA, not Alpha
2021-04-14 11:44:13 -04:00
Oleg Zhurakousky
b7edd1e1b7
GH-685 Update Kotlin documentation
...
Add test for collections
polishing
2021-04-13 09:23:56 +02:00
Oleg Zhurakousky
a4c1358af4
GH-677 Add spring.cloud.function.preferred-json-mapper property
...
Deprecate spring.http.converters.preferred-json-mapper
Resolves #677
2021-04-09 15:50:50 +02:00
buildmaster
dd00e15102
Bumping versions to 3.1.3-SNAPSHOT after release
2021-03-16 13:20:48 +00:00
buildmaster
395097bc63
Going back to snapshots
2021-03-16 13:20:47 +00:00
buildmaster
a27e3620a3
Update SNAPSHOT to 3.1.2
2021-03-16 13:17:55 +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
Varun
d82bdebc03
Corrected grammatical mistake in the Note section of Message Headers
...
This is the current statement
>SpEL evaluation context’s root object is the actual input argument, so in he case of Message<?> you can construct expression that has access to both payload and headers (e.g., spring.cloud.function.routing-expression=headers.function_name).
This is the corrected one
>SpEL evaluation context’s root object is the actual input argument, so in the case of Message<?> you can construct expression that has access to both payload and headers (e.g., spring.cloud.function.routing-expression=headers.function_name).
```diff
-so in he case...
+so in the case...
```
2021-03-02 17:22:25 +05:30
Oleg Zhurakousky
9f1c99bae8
GH-654 Update routing and RSocket routing documentation with details on 'MessageRoutingCallback'
...
Resolves #654
2021-02-24 15:48:34 +01:00
buildmaster
36de6289ba
Bumping versions
2021-02-01 18:56:47 +00:00
buildmaster
44d583493a
Bumping versions
2021-01-27 18:56:44 +00:00
buildmaster
d6fb9cfaf8
Bumping versions to 3.1.2-SNAPSHOT after release
2021-01-27 17:16:38 +00:00
buildmaster
329a805fcf
Going back to snapshots
2021-01-27 17:16:37 +00:00
buildmaster
047f5f95cb
Update SNAPSHOT to 3.1.1
2021-01-27 17:11:29 +00:00
Oleg Zhurakousky
b7a2d5b905
GH-636 Add documentation to explain function filtering
...
Resolves #636
2021-01-25 15:51:14 +01:00
Oleg Zhurakousky
648c4b165a
GH-530, GH-630 Improvements to AWS Custom Runtime
...
This commit provides initial set of improvements to executing functions in AWS Custom Runtime
- Consistent invocation model for functional as well as @Bean configuration models via new CustomRuntimeEventLoop as well as AWSLambdaUtils
- Clean up classpath to decrease the size of the JAR/ZIP file
- Configuration simplification which no longer requires enabling of function exporter
It also allows user to define functions that rely on AWS types such as APIGatewayProxyRequestEvent
The existing invocation model remains in tact for the time being. Both invocation models are mutually exclusing in theit setup to avoid potential conflict.
Resolves #538
Resolves #630
2021-01-21 22:20:32 +01:00
Oleg Zhurakousky
099671bb3a
Revert "Bumping versions"
...
This reverts commit 1356831897 .
2021-01-14 12:36:38 +01:00
buildmaster
1356831897
Bumping versions
2021-01-13 18:56:32 +00:00
Oleg Zhurakousky
e10db7d1d6
Added author name to the docs
...
Resolves #627
Resolves #621
2021-01-11 11:00:04 +01:00