Oleg Zhurakousky
330c9908dc
Upgrade wrapper version
2021-10-01 10:59:10 +02:00
Oleg Zhurakousky
6f51200fe0
Upgrade wrapper version
2021-10-01 10:48:48 +02:00
Oleg Zhurakousky
c257fc2cf9
Update wrapper version
2021-10-01 10:35:48 +02:00
Oleg Zhurakousky
9c95129fef
Polishing
2021-10-01 10:25:47 +02:00
Oleg Zhurakousky
c7ffb1cd49
GH-747 Fix Kotlin function bootstrapping in AWS adapter
...
Resolves #747
2021-10-01 10:16:52 +02:00
Oleg Zhurakousky
5fd729e46d
Update wrapper version
2021-09-30 15:55:06 +02:00
Oleg Zhurakousky
afd67b0794
Upgrade wrapper version
2021-09-30 12:30:16 +02:00
Oleg Zhurakousky
829d4c9ab1
Merge pull request #721 from YunLemon/Modify_Travis_1
...
Improve Travis CI build Performance
2021-09-30 11:53:20 +02:00
Marcin Grzejszczak
a62eed3d5e
Update pom.xml
2021-09-30 10:36:48 +02:00
Oleg Zhurakousky
f669411266
Update plugin repos
2021-09-30 10:31:01 +02:00
Oleg Zhurakousky
de6aa61cf1
Revert "Remove plugin repositories"
...
This reverts commit f0bce814fe .
2021-09-30 10:29:44 +02:00
Oleg Zhurakousky
f0bce814fe
Remove plugin repositories
2021-09-30 10:16:30 +02:00
Oleg Zhurakousky
2295dee2e6
Temporary fixes related to native AOT enablement
2021-09-29 11:24:37 +02:00
Oleg Zhurakousky
ed50d7c252
GH-746 Fix support for Cloud Event properly enriching Function<Mono, Mono>
...
Resolves #746
2021-09-27 18:03:32 +02:00
Oleg Zhurakousky
03babc429d
GH-567 Add KotlinModule when present to jacksonObjectMapperBuilder
...
Resolves #567
2021-09-27 17:01:35 +02:00
Oleg Zhurakousky
b6ffd3281b
GH-744 Add default port note to gRPC README
2021-09-27 15:53:27 +02:00
Oleg Zhurakousky
723ec8515d
GH-744 Add support for function definition via message headers
...
Finish initial documentation
2021-09-27 15:44:32 +02:00
Oleg Zhurakousky
ded02fec0a
GH-744 Initial README for gRPC
...
Change default operating mode to 'server'
2021-09-24 17:32:17 +02:00
Oleg Zhurakousky
82e2583acd
GH-744 Add initial support for server-side streaming to gRPC
2021-09-24 16:36:54 +02:00
Oleg Zhurakousky
c6746209c3
GH-744 Make default wait time indefinite for client-side streaming when awaiting response
2021-09-24 16:02:30 +02:00
Oleg Zhurakousky
335d6f0320
GH-744 Add initial support for client-side streaming to gRPC
2021-09-24 14:14:35 +02:00
Oleg Zhurakousky
c29f4c875d
GH-744 Add guard conditions for unsupported functions for biStreaming
2021-09-24 09:04:40 +02:00
Oleg Zhurakousky
bc6ca20116
Fix previous commit's byte[] handling
2021-09-23 16:04:00 +02:00
Oleg Zhurakousky
c6dccc9d05
Fix checkstyles
2021-09-23 15:06:06 +02:00
Oleg Zhurakousky
e6fd2d0d02
Fix handling of byte[] in MessageAwareJsonDecoder
2021-09-23 14:55:18 +02:00
Oleg Zhurakousky
731e99a384
GH-744 Add initial biStreaming support for Function<Flux, Flux> in gRPC module
2021-09-22 17:53:00 +02:00
Oleg Zhurakousky
d7ef882ca5
GH-745 Ensure RSocket support is ready to receive non-Message
2021-09-22 17:24:37 +02:00
Oleg Zhurakousky
6aafea1537
GH-745 Fix conversion issue with json Strings and byte[]
...
Resolves #745
2021-09-22 12:11:00 +02:00
Oleg Zhurakousky
c8f146a98a
Refactor CustomRuntimeEventLoop in AWS module to ensure it is spring aot native compatible
2021-09-21 16:08:09 +02:00
Oleg Zhurakousky
48c8a6f925
GH-744 Add initial support for bi-directional gRPC
...
Resolves #744
2021-09-20 14:55:05 +02:00
Oleg Zhurakousky
6f2759055c
GH-743 Remove setting of HTTP 'export' properties for AWS Custom Runtime
...
Resolves #743
2021-09-16 11:27:17 +02:00
Soby Chacko
544b293496
Remove hard-coded grpc port
2021-09-15 16:43:54 -04:00
Oleg Zhurakousky
ec28672adf
GH-742 Add initial support for gRPC
...
Resolves #742
2021-09-15 19:32:00 +02:00
Oleg Zhurakousky
808862f7ca
Add build profiles
2021-09-15 12:12:43 +02:00
Oleg Zhurakousky
ef6a092b91
GH-741 Fix race condition while composing functions
...
Resolves #741
2021-09-14 14:23:04 +02:00
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
Chen Zhang
a691efba26
Improve Travis CI build Performance
2021-08-17 14:18:11 +08: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