buildmaster
9c56ca369c
Bumping versions
2023-02-24 19:35:00 +00:00
buildmaster
cc76ec75d2
Bumping versions
2023-02-23 23:13:22 +00:00
buildmaster
fede4cd0e0
Bumping versions to 3.2.10-SNAPSHOT after release
2023-02-23 22:16:05 +00:00
buildmaster
19b447216b
Going back to snapshots
2023-02-23 22:16:04 +00:00
buildmaster
5dbc896153
Update SNAPSHOT to 3.2.9
2023-02-23 22:11:47 +00:00
nagarro-nikhiljagtiani
9e6672d295
Avoiding classCast exception
...
Resolves #991
When messageconverters list has CloudEventMessageConverter before AvroSchemaRegisteryClientMessageConverter,
and message has header contentType = application/*+avro
It results in ClassCastException hence fixing the same.
2023-02-22 14:15:05 +01:00
Oleg Zhurakousky
9fec8d5d23
GH-986 Fix regression to NOT attempt output conversion of Message<byte[]>
...
Resolves #986
2023-01-17 14:15:34 +01:00
Oleg Zhurakousky
d7370e7ae5
GH-964, GH-959 Fix Kotlin type discovery
...
Resolves #964
Resolves #959
2022-12-15 12:40:23 +01:00
Oleg Zhurakousky
1ba9d64dd0
polish
2022-11-29 11:34:58 -08:00
Oleg Zhurakousky
0f8f0ce812
GH-958 Add support for default routing
...
Resolves #958
2022-11-17 15:59:22 +01:00
Oleg Zhurakousky
ace6c16dd5
GH-939 & GH-956 Fix Kotlin function registration regression
...
Resolves #939
Resolves #956
polishing
2022-11-14 15:32:27 +01:00
Oleg Zhurakousky
3cb9dde679
GH-932 Fix registration of AWSTypesMessageConverter for functional spring applications
...
Resolves #932
2022-11-10 12:13:57 +01:00
Mathias Nicolajsen Kjærgaard
20e0e4eb73
Make CloudEventsFunctionExtensionConfiguration public to allow manual import
...
It is not possible to load CloudEventsFunctionExtensionConfiguration using @ImportAutoConfiguration() if it is package private.
2022-11-03 20:22:10 -04:00
buildmaster
5991f15cda
Bumping versions to 3.2.9-SNAPSHOT after release
2022-11-03 14:43:11 +00:00
buildmaster
1cdb598aaf
Going back to snapshots
2022-11-03 14:43:10 +00:00
buildmaster
680900f550
Update SNAPSHOT to 3.2.8
2022-11-03 14:38:58 +00:00
Neokeld
7e53848e1a
functionRegistration cant be null
...
Resolves #950
2022-11-02 10:07:56 +01:00
Oleg Zhurakousky
53cc7c8f93
GH-949 Clean up output conversion logic
...
Resolves #949
2022-11-01 12:58:12 +01:00
Oleg Zhurakousky
e8b15a3c95
GH-947 Ensure FunctionAroundWrapper is not registered
...
In 4.x it will not since it is not a function, but here we needed a filtering logic during the default lookup
Resolves #947
2022-10-31 15:54:57 +01:00
Neokeld
9461d20432
mcList is always not empty
2022-10-31 10:51:48 +01:00
Oleg Zhurakousky
931dfa22a8
Clean up applicability of FunctionAroundWraapper
2022-10-31 09:18:08 +01:00
Oleg Zhurakousky
62ffbc12b6
SLEUTH-2051 Ensure that sleuth is not applied when reactive and non-message inputs are used
2022-10-27 15:16:45 +02:00
Neokeld
47f3964435
Simple refactor: function is always null, see l121
...
Resolves #934
2022-10-18 15:05:50 +02:00
Soby Chacko
5a0d184c5c
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
db892f6b67
Polishing previous commit
2022-09-20 18:35:27 +02:00
Oleg Zhurakousky
17cd163f29
GH-925 Fix regression with Kotlin @Component regstration
...
Resolves #925
2022-09-20 18:10:46 +02:00
Oleg Zhurakousky
608d37962b
GH-924 Fix regression with structured CE cnversion into Message
...
Resolves #924
2022-09-08 15:47:50 +02:00
buildmaster
9b8aa4acd0
Going back to snapshots
2022-09-06 19:16:24 +00:00
buildmaster
1bce9c0bfa
Update SNAPSHOT to 3.2.7
2022-09-06 19:12:20 +00:00
buildmaster
19f7138e8c
Bumping versions
2022-09-03 23:17:35 +00:00
buildmaster
445b76209c
Bumping versions
2022-09-02 23:17:30 +00:00
buildmaster
7354064f70
Bumping versions to 3.2.8-SNAPSHOT after release
2022-09-02 20:49:19 +00:00
buildmaster
5cb5b368d7
Going back to snapshots
2022-09-02 20:49:18 +00:00
buildmaster
8d62ca87e8
Update SNAPSHOT to 3.2.7
2022-09-02 20:45:14 +00:00
Oleg Zhurakousky
0af24dfd6b
GH-919 Fix regression that was modifying result message
...
Resolves #919
2022-08-24 16:19:44 +02:00
Oleg Zhurakousky
10715d67dc
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
f22561ed47
GH-917 Fix regression with sanitizing headers
...
Resolves #917
2022-08-16 16:43:38 +02:00
Oleg Zhurakousky
392a1f6103
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
cf393cdfdf
Revert "Bumping versions"
...
This reverts commit d9a211ec4c .
2022-08-11 16:58:18 +02:00
buildmaster
d9a211ec4c
Bumping versions
2022-08-08 23:18:28 +00:00
Oleg Zhurakousky
4d18d3b7d6
GH-909 Fix spelling of the method
...
Resolves #909
2022-08-08 15:32:57 +02:00
Oleg Zhurakousky
1a8ea1968e
Revert "Bumping versions"
...
This reverts commit 6f2287d71c .
2022-08-08 15:14:16 +02:00
buildmaster
6f2287d71c
Bumping versions
2022-08-03 23:18:10 +00:00
Oleg Zhurakousky
e0f156b407
GH-905 Relax handling of incompatible BiFunctions
...
Resolves #905
2022-08-03 18:02:38 +02:00
Oleg Zhurakousky
030dd08dfc
Revert "Bumping versions"
...
This reverts commit 6ce65e42d4 .
2022-08-03 17:19:10 +02:00
Oleg Zhurakousky
342c2bb533
GH-901 add more logging around failed conversion of input messages
...
Resolves #901
2022-07-26 17:36:12 +02:00
Maciej Walkowiak
14266d14d8
Fix typo.
...
Fix typo.
2022-07-26 11:50:04 +02:00
Oleg Zhurakousky
02e9adf0c6
Relax logging in SimpleFunctionRegistry
2022-07-25 15:46:13 +02:00
Oleg Zhurakousky
7cd0266628
Remove reflection usage to accomodate AOT
2022-07-25 15:14:45 +02:00
Oleg Zhurakousky
7d262d894f
GH-895 Remove reflection usage form CloudEventMessageUtils
2022-07-13 13:53:29 +02:00