Neokeld
e77498eec5
Simple refactor: function is always null, see l121
...
Resolves #934
2022-10-18 15:05:50 +02:00
buildmaster
10c4c5f60a
Bumping versions
2022-10-11 23:17:47 +00:00
Christian Tzolov
85afaa95ea
Azure TimerTrigger Sample
...
- for 3.2.x branch downgrade java to 1.8 and boot to 2.7.x
Resolves #272
2022-10-11 17:00:20 +02:00
Soby Chacko
87f6013e22
Conditional loading of AVRO message converter
...
Introducing a property to disable loading the AVRO message converter.
When spring.cloud.stream.avro.enabled is set to false, the converter
is not loaded. By default, it is enabled.
Resolves https://github.com/spring-cloud/spring-cloud-function/issues/854
2022-09-21 17:17:49 -04:00
Oleg Zhurakousky
715033c269
Polishing previous commit
2022-09-20 18:35:27 +02:00
Oleg Zhurakousky
e956967804
GH-925 Fix regression with Kotlin @Component regstration
...
Resolves #925
2022-09-20 18:10:46 +02:00
Oleg Zhurakousky
d3c90cb380
GH-924 Fix regression with structured CE cnversion into Message
...
Resolves #924
2022-09-08 15:47:50 +02:00
buildmaster
437aa0bddd
Going back to snapshots
2022-09-06 19:16:24 +00:00
buildmaster
a96a1d6ab7
Update SNAPSHOT to 3.2.7
2022-09-06 19:12:20 +00:00
buildmaster
89635dcfe1
Bumping versions
2022-09-03 23:17:35 +00:00
buildmaster
c89db8666b
Bumping versions
2022-09-02 23:17:30 +00:00
buildmaster
24386ff3f2
Bumping versions to 3.2.8-SNAPSHOT after release
2022-09-02 20:49:19 +00:00
buildmaster
1e0490509f
Going back to snapshots
2022-09-02 20:49:18 +00:00
buildmaster
87af521400
Update SNAPSHOT to 3.2.7
2022-09-02 20:45:14 +00:00
Oleg Zhurakousky
4d9c233ac5
GH-919 Fix regression that was modifying result message
...
Resolves #919
2022-08-24 16:19:44 +02:00
Oleg Zhurakousky
271e2d1bce
GH-918 Fix Kotlin function invocation
...
For some reason it contained code that was doing some special checking for array and was returning null.
Resolves #918
2022-08-17 18:42:38 +02:00
Oleg Zhurakousky
9e9c6d447f
Revert "Bumping versions"
...
This reverts commit 970de2b31c .
2022-08-17 18:42:22 +02:00
buildmaster
970de2b31c
Bumping versions
2022-08-16 23:17:48 +00:00
Oleg Zhurakousky
1edb0ae701
GH-917 Fix regression with sanitizing headers
...
Resolves #917
2022-08-16 16:43:38 +02:00
Oleg Zhurakousky
b72c6d5903
Merge pull request #916 from ivcuello/3.2.x-make-utils-public
...
update on AWSLambdaUtils visibility
2022-08-11 17:11:25 +02:00
Oleg Zhurakousky
72079829af
GH-915 Make Kotlin initialization 'lazy'
...
This way just like with any other function, Kotlin initialization, type discovery etc will be performed on function lookup
This will also ensure that order of various post processors doesn't get in the way.
Resolves #915
2022-08-11 16:59:09 +02:00
Oleg Zhurakousky
5a17d640d1
Revert "Bumping versions"
...
This reverts commit 5b9439f3e3 .
2022-08-11 16:58:18 +02:00
ivcuello
25e84cb433
Making class AWSLambdaUtils public so the AWS_CONTEXT constant can be accessed. please see latest comment on #910
2022-08-10 09:54:40 -04:00
buildmaster
5b9439f3e3
Bumping versions
2022-08-08 23:18:28 +00:00
Oleg Zhurakousky
95d0ca7d7c
GH-909 Fix spelling of the method
...
Resolves #909
2022-08-08 15:32:57 +02:00
Oleg Zhurakousky
cd834fa407
GH-913 Fix AWS Context propagation
...
Resolves #913
2022-08-08 15:14:32 +02:00
Oleg Zhurakousky
32c735db08
Revert "Bumping versions"
...
This reverts commit a338d9141e .
2022-08-08 15:14:16 +02:00
buildmaster
a338d9141e
Bumping versions
2022-08-03 23:18:10 +00:00
Oleg Zhurakousky
c1920eff14
GH-905 Relax handling of incompatible BiFunctions
...
Resolves #905
2022-08-03 18:02:38 +02:00
Oleg Zhurakousky
e48d518d79
Revert "Bumping versions"
...
This reverts commit 8a7cea3b0b .
2022-08-03 17:19:10 +02:00
Oleg Zhurakousky
6b6ae0ffad
Reworked AWSUtils and related classes to delegate type conversion to AWSTypesMessageConverter
...
Resolves #889
polish
2022-08-03 16:49:21 +02:00
atyamlalithya
0c92ecb498
Update AWSLambdaUtils.java
...
Added this fix to preserve headers from original payload
2022-08-03 15:24:10 +02:00
Oleg Zhurakousky
5d25c3b45a
GH-888 Update SpEL usage documentation
...
Resolves #888
2022-07-27 10:42:46 +02:00
Oleg Zhurakousky
82d264826b
GH-890 Update AWS JAR Layout docs
...
Resolves #890
2022-07-27 10:05:35 +02:00
Oleg Zhurakousky
762afc05ca
GH-901 add more logging around failed conversion of input messages
...
Resolves #901
2022-07-26 17:36:12 +02:00
Oleg Zhurakousky
f36aa23391
checkstyle
2022-07-26 17:05:59 +02:00
Oleg Zhurakousky
7f6eda98cf
GH-891 Ensure HTTP Request params are mapped even when body is not present
...
Resolves #891
2022-07-26 16:53:40 +02:00
Maciej Walkowiak
c08cf7ffcb
Fix typo.
...
Fix typo.
2022-07-26 11:50:04 +02:00
Maciej Walkowiak
c5c1c2cd04
Deprecate SpringBootStreamHandler in favor of FunctionInvoker.
...
Resolves #898
2022-07-26 11:46:45 +02:00
Oleg Zhurakousky
8bb5746487
Relax logging in SimpleFunctionRegistry
2022-07-25 15:46:13 +02:00
Oleg Zhurakousky
efb2b43409
Remove reflection usage to accomodate AOT
2022-07-25 15:14:45 +02:00
Oleg Zhurakousky
f4e714882b
GH-895 Remove reflection usage form CloudEventMessageUtils
2022-07-13 13:53:29 +02:00
Oleg Zhurakousky
30728c07e1
Fix function eligibility filtering
2022-06-17 15:49:44 +02:00
buildmaster
8a7cea3b0b
Bumping versions
2022-06-15 23:17:58 +00:00
buildmaster
aecf49b5d4
Bumping versions to 3.2.7-SNAPSHOT after release
2022-06-15 16:42:36 +00:00
buildmaster
d1084fd4b2
Going back to snapshots
2022-06-15 16:42:35 +00:00
buildmaster
83d4490727
Update SNAPSHOT to 3.2.6
2022-06-15 16:38:22 +00:00
Oleg Zhurakousky
3e6a9ffb27
GH-884 Add initial support for BiConsumer
2022-06-15 16:17:19 +02:00
Oleg Zhurakousky
8789c7ebd7
GH-884 Add initial support for BiFunction
...
Resolves #884
2022-06-14 09:08:31 +02:00
Oleg Zhurakousky
78dea0aad7
GH-883 Add support for filtering out ineligible functions
...
Resolves #883
2022-06-13 15:47:29 +02:00