Commit Graph

1368 Commits

Author SHA1 Message Date
Oleg Zhurakousky
487da11af0 Remove dependency on compilation module in function-sample 2021-09-10 09:26:01 +02:00
Oleg Zhurakousky
be0b715e45 Split RSocket configuration from RSocketStrategiesCustomizer 2021-09-08 17:29:33 +02:00
Oleg Zhurakousky
9e5b937d2a GH-731 Add support for SDK CloudEvent type
The type itself comes form cloud event sdk. And while s-c-function provides native support for cloud events, this is necessary for cases when user uses CloudEvent type in the signature of a function

Resolves #731
2021-08-31 17:15:51 +02:00
Soby Chacko
e5c335dc5f Migrate Avro message converter artifacts
Migrate Avro message converter (non-schema-registry) artifacts
from Spring Cloud Schema Registry to Spring Cloud Function.

Resolves https://github.com/spring-cloud/spring-cloud-function/issues/732
Resolves #733
2021-08-30 14:54:23 +02:00
Oleg Zhurakousky
953f332b1e Merge pull request #729 from nikolamicic21/main
FIX: Update azure-function-maven-plugin version to 1.12.0
2021-08-23 15:04:08 +02:00
Nikola Micic
d6731f90a6 Update azure-function-maven-plugin version to 1.12.0 2021-08-21 13:31:36 +02:00
Oleg Zhurakousky
af6710da36 Add ordering to ContextFunctionCatalogAutoConfiguration to bootstrap after function deployer 2021-08-17 08:51:45 +02:00
Oleg Zhurakousky
c1f17447b2 Make FunctionDeployerConfiguration conditional on spring.cloud.function.location property 2021-08-17 08:34:50 +02:00
Oleg Zhurakousky
bfbf2d6e8c 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
e1c6670ed1 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
639758a8e1 Cleanup after GH-718 2021-08-03 13:15:37 +02:00
Oleg Zhurakousky
41d0783b77 GH-718 Improve support for Function bean definition
Added sample for functional bean definition
2021-08-03 13:02:15 +02:00
Oleg Zhurakousky
71bf766c99 Don't wrap collection of messages into Message 2021-07-30 18:32:52 +02: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
ffd4e43d4b GH-716 Add support for returning custom status code
Resolves #716
2021-07-30 12:42:48 +02: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
d717aa5165 Update wrapper version 2021-07-30 09:51:20 +02:00
Oleg Zhurakousky
619833092a Improve AWSLambdaUtils 2021-07-28 14:56:07 +02:00
Oleg Zhurakousky
b02f9ae744 Re-enable FunctionAroundWrapper 2021-07-28 11:26:23 +02:00
Oleg Zhurakousky
406ef528cc Temporarily disabled calls to FunctionAroundWrapper 2021-07-26 17:18:31 +02:00
Oleg Zhurakousky
bdbd33efc3 GH-717 Change List to Collection 2021-07-26 13:48:01 +02:00
Oleg Zhurakousky
6ce3a22cbf GH-717 Add support for adding MessageConverters to FunctionCatalog
Resolves #717
2021-07-26 13:10:52 +02:00
Oleg Zhurakousky
3666bf73f7 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
9f29464706 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
fb0bac0a96 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
497811ebd2 Update snapshot version in kotlin-web sample 2021-07-15 17:09:32 +01:00
Oleg Zhurakousky
2f8cd6c0c0 GH-713 Add support for default function for HTTP
Resolves #713
2021-07-14 14:46:21 +02:00
Oleg Zhurakousky
78f99eefc1 Fix checkstyle 2021-07-13 16:54:01 +02:00
Oleg Zhurakousky
994896fd8d Fix POMs for 3.2 2021-07-13 16:23:02 +02:00
Oleg Zhurakousky
c0867062a0 Switch main to 3.2 2021-07-13 14:47:43 +02:00
Oleg Zhurakousky
4d0452a5dc Put guard to make sure reactve supplier is not instrumented by sleuth 2021-07-09 16:20:15 +02:00
Oleg Zhurakousky
74a867cd2f Extract uri into message headers 2021-07-06 07:38:26 +02:00
Oleg Zhurakousky
3b244ea0a5 GH-711 Add initial support for source/target types determination
Resoves #711
2021-07-01 17:06:15 +02:00
Oleg Zhurakousky
c86890806e GH-710 Fix output conversion logic for when Function is wrapped in around advice 2021-06-28 19:02:34 +02:00
Oleg Zhurakousky
7d1144ffbb GH-710 Set skipOutputConversion flag is FunctionAroundWrapper is present
Resolves #710
2021-06-28 17:13:26 +02:00
buildmaster
c2d7d110bd Bumping versions 2021-06-22 11:43:59 +00:00
Oleg Zhurakousky
ddc08de2d1 GH-708 Consolidate web request processing for Flux and MVC endpoints" 2021-06-17 20:38:06 +02:00
Oleg Zhurakousky
293ccd7425 Add support for handling Supplier to FunctionAroundWrapper 2021-06-17 10:42:39 +02:00
Oleg Zhurakousky
ae8062efb1 GH-708 Removed RequestProcessor from Flux FunctionController
Resolves #708

polish
2021-06-16 17:09:52 +02:00
Oleg Zhurakousky
e245114875 GH-708 Removed RequestProcessor from MVC FunctionController 2021-06-15 19:53:02 +02:00
Oleg Zhurakousky
4cc88f1124 GH-708 Initial refactoring and consolidation of s-c-function-web MVC part. 2021-06-15 15:15:26 +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
Oleg Zhurakousky
cebd1fde67 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
82fd6f008f Change wrapper version to 1.0.27.BUILD-SNAPSHOT to be boot 2.5 compatible 2021-05-27 09:02:50 +02:00
buildmaster
1864a09fc4 Bumping versions to 3.1.4-SNAPSHOT after release 2021-05-26 13:50:55 +00:00