Commit Graph

1566 Commits

Author SHA1 Message Date
Oleg Zhurakousky
ea7d724820 polishing 2022-04-26 09:03:14 +02:00
Oleg Zhurakousky
684942e680 GH-856 Fix logic in determining Cloud Event prefix
Resolves #856
2022-04-26 08:39:48 +02:00
Oleg Zhurakousky
0659593cfe GH-861 Add constant for aws-context
Resolves #861
2022-04-21 13:16:27 +02:00
REMY David
a2b87854d8 Change OffsetTime to OffsetDateTime in CloudEventMessageUtils
Resolves #855
2022-04-21 11:02:38 +02:00
Oleg Zhurakousky
490c91e849 Polishing previous commit as it's current version breaks the test 2022-04-21 10:19:56 +02:00
Twometer
e7c1244501 Fix ClassCastException with Spring Native 2022-04-21 09:10:57 +02:00
rahulmlokurte
ad486c4b23 Fix #844 issue custom object type conversion is failing, when it has headers as a variable name
Resolves #850
2022-04-21 09:04:35 +02:00
Oleg Zhurakousky
303b6459e2 GH-841 Add support for propagating errors from AWS Custom Runtime
Resolves #841
2022-04-20 19:56:36 +02:00
Stef Noten
b73b421366 Exclude junit/hamcrest from classpath
Resolves #846
2022-04-01 12:24:14 +02:00
buildmaster
ca7e59d695 Bumping versions 2022-03-31 23:18:55 +00:00
buildmaster
e101bbcc3e Bumping versions 2022-03-29 23:19:41 +00:00
buildmaster
de08a854c0 Bumping versions to 3.2.4-SNAPSHOT after release 2022-03-29 10:50:02 +00:00
buildmaster
0f138e262e Going back to snapshots 2022-03-29 10:50:01 +00:00
buildmaster
e0d7132929 Update SNAPSHOT to 3.2.3 2022-03-29 10:45:59 +00:00
Twometer
868f943831 Add support for lambda authorizers
Resolves #842
2022-03-29 12:07:31 +02:00
Oleg Zhurakousky
17dda179bc Fix compilation error in test 2022-03-25 14:44:04 +01:00
Oleg Zhurakousky
281c5baa61 Fix conversion logic in SmartCompositeMessageConverter 2022-03-25 14:25:05 +01:00
Oleg Zhurakousky
03db9baee6 GH-828 Add support for configuring additional routers
Resolves #828
2022-03-24 18:27:28 +01:00
Oleg Zhurakousky
4eb4f741a5 GH-830 Fix conversioin exception for custom converters
Resolves #830
2022-03-23 17:17:24 +01:00
Oleg Zhurakousky
986c0a09d8 GH-832 Change OffsetTime to OffsetDateTime in CloudEventMessageBuilder
Resolves #832
2022-03-23 13:18:04 +01:00
Oleg Zhurakousky
2fc78b2899 GH-833 Add initial support for AWS APIGatewayCustomAuthorizerEvent
Resolves #833
2022-03-23 13:03:08 +01:00
buildmaster
a3beef2548 Bumping versions 2022-03-22 23:20:02 +00:00
Oleg Zhurakousky
e1f2820fd1 Fix typo 2022-03-22 16:39:18 +01:00
Oleg Zhurakousky
ca9e816a8f Polishing 2022-03-22 15:56:26 +01:00
Oleg Zhurakousky
d15d42894a Perf improvement 2022-03-22 15:45:13 +01:00
Oleg Zhurakousky
61b7023610 Performance improvements related to SCST-2303 2022-03-22 13:54:26 +01:00
Oleg Zhurakousky
641808f540 Cleanup 2022-03-08 15:14:15 +01:00
Oleg Zhurakousky
bcbbbd3363 Polish
Resolves #820
2022-03-08 14:58:28 +01:00
onobc
42da405a18 Simplify if/else in Azure function invoker 2022-03-08 14:58:20 +01:00
onobc
a0d96ffbda Add doc for custom result handling [Azure sample]
Fixes #757
2022-03-08 14:58:12 +01:00
onobc
5cdb4b17e6 Ability to extend default function result handling
Fixes #757
2022-03-08 14:58:05 +01:00
Oleg Zhurakousky
1f54dbf036 Clean up code 2022-03-08 14:38:34 +01:00
onobc
d20f084208 Improve ContextFunctionCatalogAutoConfiguration conditional loading
- Allow custom AvroSchemaServiceManager to be used
- Make AvroSchemaMessageConverter bean method specifically typed
- Make CloudEventsMessageConverter bean method specifically typed
- Add tests focusing on the conditional loading aspects of the auto configuration

Fixes gh-797
Resolves #814
2022-02-23 15:44:27 +01:00
Oleg Zhurakousky
cddb60cda3 GH-816 Enhance test validating collection output 2022-02-23 15:17:08 +01:00
Oleg Zhurakousky
f217cc0aab Revert "GH-816 Fix support for function that returns Iterable with target-protocol set"
This reverts commit f1800a7bd2.
2022-02-23 15:16:55 +01:00
Oleg Zhurakousky
f1800a7bd2 GH-816 Fix support for function that returns Iterable with target-protocol set
Resolves #816
2022-02-21 14:51:32 +01:00
buildmaster
d08a116a9f Bumping versions to 3.2.3-SNAPSHOT after release 2022-02-16 16:18:26 +00:00
buildmaster
3c19c4e869 Going back to snapshots 2022-02-16 16:18:25 +00:00
buildmaster
8d623af0a8 Update SNAPSHOT to 3.2.2 2022-02-16 16:14:16 +00:00
Oleg Zhurakousky
fcd5453684 Update s-c-build 2022-02-16 17:02:08 +01:00
onobc
7032027248 Remove FunctionType from docs and AWS sample
Resolves #808
2022-02-16 11:24:21 +01:00
onobc
ea1e85bda2 Remove spring-cloud-function-compiler module
Fixes gh-805
2022-02-16 11:07:44 +01:00
Roman S Samarev
3fa021b4fa SimpleFunctionRegistry: Fixed: compose of supplier...consumer pipeline produces a supplier type. This fix allows testing of composed pipelines without input and output
SimpleFunctionRegistry: added info. No functional changes

Resolves #809
2022-02-15 20:40:46 +01:00
onobc
59d02ed652 Remove now unnecessary override of createClassLoader
Resolves #810
2022-02-15 17:13:10 +01:00
onobc
f96f612721 Update docs as follows:
Resolves #811

* code examples reflect current versions and APIs being used
* code examples use dynamic version numbers based on maven properties
2022-02-15 17:03:09 +01:00
Soby Chacko
30ba6fd238 Revert "Remove skipConversion in FunctionAroundWrapper"
This reverts commit 80305e630b.
2022-02-11 12:41:36 -05:00
Soby Chacko
0cbd5e8fbf Revert "* Simplify functionalTracingEnabled variable logic"
This reverts commit 49e027a0ee.
2022-02-11 12:41:27 -05:00
Soby Chacko
a8ac826254 Revert "fix checkstyle"
This reverts commit e1713929e5.
2022-02-11 12:41:18 -05:00
Oleg Zhurakousky
f99b900885 Merge cleanup 2022-02-09 14:41:40 +01:00
Oleg Zhurakousky
7a6e43fc3d GH-804 Add support for case-insensitive Cloud Event determination
Resolves #804
2022-02-09 14:25:47 +01:00