Oleg Zhurakousky
fe6722bfe4
Make FunctionDeployerConfiguration conditional on spring.cloud.function.location property
2021-08-17 08:34:50 +02:00
Oleg Zhurakousky
334d2d8e8a
GH-722 Fix support for API Gateway v2 when Function signature is POJO
...
Resolves #722
2021-08-17 08:25:28 +02:00
Israel Perales
9ec8fe0206
Bugfix #712
...
Resolves https://github.com/spring-cloud/spring-cloud-function/issues/712
Resolves #719
2021-08-06 15:50:59 +02:00
Oleg Zhurakousky
55daf8c71a
Cleanup after GH-718
2021-08-03 13:15:37 +02:00
Oleg Zhurakousky
873860571b
GH-718 Improve support for Function bean definition
...
Added sample for functional bean definition
2021-08-03 13:02:15 +02:00
Oleg Zhurakousky
4b611ec4e2
Don't wrap collection of messages into Message
2021-07-30 18:32:52 +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
d9db0af13d
GH-716 Add support for returning custom status code
...
Resolves #716
2021-07-30 12:42:48 +02: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
b49c104ec5
Update wrapper version
2021-07-30 09:51:20 +02:00
Oleg Zhurakousky
7e81cdd552
Improve AWSLambdaUtils
2021-07-28 14:56:07 +02:00
Oleg Zhurakousky
eca03a49d8
Re-enable FunctionAroundWrapper
2021-07-28 11:26:23 +02:00
Oleg Zhurakousky
166937cdab
Temporarily disabled calls to FunctionAroundWrapper
2021-07-26 17:18:31 +02:00
Oleg Zhurakousky
0403c2e107
GH-717 Change List to Collection
2021-07-26 13:48:01 +02:00
Oleg Zhurakousky
7d1ef3474f
GH-717 Add support for adding MessageConverters to FunctionCatalog
...
Resolves #717
2021-07-26 13:10:52 +02:00
Oleg Zhurakousky
dc98f0b49f
GH-709, GH-684, GH-641 Upgrade AWS dependency
...
Refactor and simplify AWSLambdaUtils to work with AWS serialization libraries
Add support for API v2 gateway event
Resolves #709
Resolves #684
Resolves #641
2021-07-22 18:57:57 +02:00
Oleg Zhurakousky
7d9e3e31fb
Merge pull request #715 from jon-ruckwood/fix-build
...
Update snapshot version in kotlin-web sample
2021-07-16 15:29:35 +02: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
Jonathan Ruckwood
55101ad6f2
Update snapshot version in kotlin-web sample
2021-07-15 17:09:32 +01: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
6ae466b99e
Fix checkstyle
2021-07-13 16:54:01 +02:00
Oleg Zhurakousky
2a73a7a0a3
Fix POMs for 3.2
2021-07-13 16:23:02 +02:00
Oleg Zhurakousky
9e4a5d733e
Switch main to 3.2
2021-07-13 14:47:43 +02:00
Oleg Zhurakousky
98721d741c
Put guard to make sure reactve supplier is not instrumented by sleuth
2021-07-09 16:20:15 +02:00
Oleg Zhurakousky
fd8fc886df
Extract uri into message headers
2021-07-06 07:38:26 +02:00
Oleg Zhurakousky
9fffafb4d3
GH-711 Add initial support for source/target types determination
...
Resoves #711
2021-07-01 17:06:15 +02:00
Oleg Zhurakousky
f9e6726188
GH-710 Fix output conversion logic for when Function is wrapped in around advice
2021-06-28 19:02:34 +02:00
Oleg Zhurakousky
d7039b309f
GH-710 Set skipOutputConversion flag is FunctionAroundWrapper is present
...
Resolves #710
2021-06-28 17:13:26 +02:00
buildmaster
aaee33f739
Bumping versions
2021-06-22 11:43:59 +00:00
Oleg Zhurakousky
1e69d6a056
GH-708 Consolidate web request processing for Flux and MVC endpoints"
2021-06-17 20:38:06 +02:00
Oleg Zhurakousky
2f9f7e10bd
Add support for handling Supplier to FunctionAroundWrapper
2021-06-17 10:42:39 +02:00
Oleg Zhurakousky
189c74d5cf
GH-708 Removed RequestProcessor from Flux FunctionController
...
Resolves #708
polish
2021-06-16 17:09:52 +02:00
Oleg Zhurakousky
b71aa90ebd
GH-708 Removed RequestProcessor from MVC FunctionController
2021-06-15 19:53:02 +02:00
Oleg Zhurakousky
5a625b4ad0
GH-708 Initial refactoring and consolidation of s-c-function-web MVC part.
2021-06-15 15:15:26 +02:00
Oleg Zhurakousky
bb400b8386
Fix checkstyle
2021-06-11 09:32:00 +02:00
Oleg Zhurakousky
bfb62150e8
GH-706 Fix application context caching for JDK11 class loaders
...
Resolves #706
2021-06-08 20:36:23 +02:00
Oleg Zhurakousky
378f0d33ab
GH-707 Fix Concurrent Modification exception on lookup
...
Rare condition but it appears that in some runtimes there could be multiple threads invoking lookup operation
Added test to validate
Resolves #707
2021-06-08 14:07:32 +02:00
Oleg Zhurakousky
1e1b4482bb
Change wrapper version to 1.0.27.BUILD-SNAPSHOT to be boot 2.5 compatible
2021-05-27 09:02:50 +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
e419b41968
GH-676 Fix mixed (index and not) input-header-mapping-expression
2021-05-26 15:21:12 +02:00
Oleg Zhurakousky
ad8f9dd044
Temporary fix for s-c-stream GH-2178
...
This removes 'spring.cloud.stream.sendto.destination' headers from each incoming message
2021-05-26 14:09:42 +02:00
Oleg Zhurakousky
3d1c1e2314
GH-692 Fix reactive support in Azure FunctionInvoker
...
Resolves #692
2021-05-25 17:25:06 +02:00
Oleg Zhurakousky
baf7747913
Update CE examples POM
2021-05-25 15:36:46 +02:00
Oleg Zhurakousky
8737a60321
GH-676 Add javadoc and minor polishing
2021-05-25 11:50:13 +02:00