1713 Commits

Author SHA1 Message Date
buildmaster
2b4eb2dee5 Bumping versions 2023-12-19 23:14:50 +00:00
buildmaster
93dccf7a49 Bumping versions 2023-12-18 23:15:06 +00:00
buildmaster
abefae2607 Bumping versions to 3.2.13-SNAPSHOT after release 2023-12-18 22:34:53 +00:00
buildmaster
65b80f6fae Going back to snapshots 2023-12-18 22:34:52 +00:00
buildmaster
a0474f71e6 Update SNAPSHOT to 3.2.12 2023-12-18 22:27:49 +00:00
Ryan Baxter
ee13285885 Fixing includes 2023-11-02 15:54:52 -04:00
buildmaster
cc4488cf0a Bumping versions to 3.2.12-SNAPSHOT after release 2023-06-29 10:45:36 +00:00
buildmaster
88b7f09062 Going back to snapshots 2023-06-29 10:45:36 +00:00
buildmaster
56b41bf288 Update SNAPSHOT to 3.2.11 2023-06-29 10:41:01 +00:00
Oleg Zhurakousky
db3c8f71a5 Fix handling of collections by non-reactive Consumers 2023-05-25 11:12:00 +02:00
buildmaster
eb8cc76108 Bumping versions to 3.2.11-SNAPSHOT after release 2023-04-27 14:19:36 +00:00
buildmaster
c0abeb74b6 Going back to snapshots 2023-04-27 14:19:35 +00:00
buildmaster
5b97d42664 Update SNAPSHOT to 3.2.10 2023-04-27 14:14:54 +00:00
Oleg Zhurakousky
2d473e7642 Ensure RoutingFuunction can't route to itself 2023-04-25 13:45:19 +02:00
Oleg Zhurakousky
eec09cafd5 Remove unused import 2023-04-18 13:39:49 +02:00
Oleg Zhurakousky
b2c6564f10 GH-1018 Ensure AWS adapter can pass raw InputStream
Resolves #1018
2023-04-18 13:36:54 +02:00
Oleg Zhurakousky
03e19d7302 Update README.adoc 2023-04-18 13:34:49 +02:00
Oleg Zhurakousky
6f521fb38f GH-1017 Ensure conversionHint is properly interpreted
Resolves #1017
2023-03-28 10:36:09 +02:00
Oleg Zhurakousky
7b17c4f503 Rename README to adoc 2023-03-14 16:07:15 +01:00
Oleg Zhurakousky
ba2b37b665 Add additional sample links to the README 2023-03-14 15:51:51 +01:00
Oleg Zhurakousky
178523431c Update README.md 2023-03-14 15:36:18 +01:00
Oleg Zhurakousky
925ddffc19 Update README.md 2023-03-14 15:35:53 +01:00
Oleg Zhurakousky
7f6fbc3ee8 Update AWS basic sample and add README
Add README
2023-03-14 15:35:01 +01:00
groat-mike
28cef69ea3 Use logger instead of System.out; Fixes gh-1005 2023-03-03 19:49:04 -05:00
Oleg Zhurakousky
38411d424b GH-995 Wrapped SCF version discovery in AWS Custom Runtime with try/catch
Resolves #995
2023-03-01 13:02:51 +01:00
Oleg Zhurakousky
bb9fda2fc0 GH-997 Adding test to validate AWS Context set as header
Resolves #997
2023-03-01 12:37:25 +01:00
Oleg Zhurakousky
25243ff472 GH-1006 Remove dependency on Joda module
Developers would have to add it themselves with custom instance of ObjectMapper

Resolves #1006
2023-03-01 12:37:19 +01:00
Oleg Zhurakousky
21387e8cee GH-1000 Add suport for propagating more errors to AWS Error reporting mechanism
Resolves #1000
2023-03-01 12:37:11 +01:00
Oleg Zhurakousky
6a8aae3c20 GH-1003 Remove date configuration code when configuring insensitive properties of ObjectMapper
Resolves #1003
2023-02-28 16:23:37 +01:00
buildmaster
60debb2262 Bumping versions 2023-02-24 19:35:00 +00:00
buildmaster
c530762a29 Bumping versions 2023-02-23 23:13:22 +00:00
buildmaster
3635f9eb5c Bumping versions to 3.2.10-SNAPSHOT after release 2023-02-23 22:16:05 +00:00
buildmaster
11f02aea47 Going back to snapshots 2023-02-23 22:16:04 +00:00
buildmaster
66c871c797 Update SNAPSHOT to 3.2.9 2023-02-23 22:11:47 +00:00
Oleg Zhurakousky
37e81c4c7f Update pom.xml 2023-02-23 15:15:51 +01:00
Oleg Zhurakousky
2e132e9daa Update pom.xml 2023-02-23 15:15:28 +01:00
Oleg Zhurakousky
05491ac7db Update pom.xml 2023-02-23 15:15:06 +01:00
Oleg Zhurakousky
c95686911b Update pom.xml 2023-02-23 15:06:59 +01:00
Oleg Zhurakousky
63f0875139 Update pom.xml 2023-02-23 15:06:39 +01:00
Oleg Zhurakousky
4679de8a61 Update pom.xml 2023-02-23 15:06:11 +01:00
nagarro-nikhiljagtiani
1962f6b27e 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
b2a64e8010 Cleanup 2023-02-08 12:18:18 +01:00
Oleg Zhurakousky
205b6174cc GH-973 Ensure that AWS isBase64Encoded is set dynamically
Resolves #973
2023-01-23 14:56:14 +01:00
Oleg Zhurakousky
61f3ce42c8 GH-980 Ensure reactive types are supported by AWS adapter
Resolves #980
2023-01-23 13:01:26 +01:00
Oleg Zhurakousky
b554d52359 GH-986 Fix regression to NOT attempt output conversion of Message<byte[]>
Resolves #986
2023-01-17 14:15:34 +01:00
Oleg Zhurakousky
182c488687 polishing previous commit 2023-01-17 11:12:56 +01:00
amond
d8c9b90662 GH-987 feat: propagate aws x-ray tracing header
Resolves #987
Resolves #988
2023-01-17 11:12:44 +01:00
buildmaster
452b8107c5 Bumping versions 2022-12-15 23:13:26 +00:00
Oleg Zhurakousky
e63d0d734f GH-964, GH-959 Fix Kotlin type discovery
Resolves #964
Resolves #959
2022-12-15 12:40:23 +01:00
Christian Tzolov
3a297051e5 GH-968 Support Azure Functions DI hook
- Extend spring-cloud-function-adapter-azure with AzureFunctionInstanceInjector registered through the  META-INF/services/com.microsoft.azure.functions.spi.inject.FunctionInstanceInjector
 - Add DI demos for HttpTrigger and TimeTrigger functions.

 Resolves #968
 Resolves #969
Add FunctionInvoker backward compatibiity

document the time trigger DI sample

Add generic instructions to implement Azure Function with the help of the DI hook

Add generic instructions to implement Azure Function with the help of the DI hook

Minor

Fix injector backward compatibility and add blob demo

disable the azure di samples maven module builds
2022-12-15 11:00:41 +01:00