Commit Graph

1790 Commits

Author SHA1 Message Date
buildmaster
5c032abb6b Update SNAPSHOT to 4.0.0 2022-12-15 19:53:31 +00:00
Christian Tzolov
af70509b5e Add FunctionInstanceInjector adapter test 2022-12-15 13:50:51 +01:00
Oleg Zhurakousky
27beecac0a Update pom.xml 2022-12-15 12:58:17 +01:00
Oleg Zhurakousky
6ab00ec6d4 Update pom.xml 2022-12-15 12:57:56 +01:00
Oleg Zhurakousky
5c77784338 Update pom.xml 2022-12-15 12:57:31 +01:00
Oleg Zhurakousky
d4e6d7f05b GH-964, GH-959 Fix Kotlin type discovery
Resolves #964
Resolves #959
2022-12-15 12:54:51 +01:00
Christian Tzolov
1d5dd42bcc Forward port #969 2022-12-15 12:04:51 +01:00
Biju Kunjummen
bab07efa9f GH-955 Removes GCP Invoker dependency on AbstractSpringFunctionAdapterInitializer
Restores classpath for classloader, function resolution

Resolves #955
Resolves #970
2022-12-15 11:19:53 +01:00
Oleg Zhurakousky
25d524f395 GH-966 change AWSCompanionAutoConfiguration to be a refular auto-configuration rather than initializer
Resolves #966
2022-12-08 11:12:19 -08:00
Oleg Zhurakousky
3614683b1a Change spring.factories to auto-config imports in gRPC modules 2022-12-06 15:48:52 -08:00
buildmaster
b251725737 Going back to snapshots 2022-12-01 17:09:42 +00:00
buildmaster
d5a0bf0ede Update SNAPSHOT to 4.0.0-RC3 2022-12-01 17:05:31 +00:00
buildmaster
731cb9126d Bumping versions 2022-11-30 05:39:18 +00:00
Neokeld
a8f25efceb Corrects some branching for readability
Resolves #960
2022-11-29 11:50:12 -08:00
Oleg Zhurakousky
45829f7fb5 Merge pull request #961 from chrismathews/main
Removed remaining traces of OpenWhisk
2022-11-29 20:43:08 +01:00
Oleg Zhurakousky
f45f7ebb61 Merge pull request #963 from iromu/main
Replaced System.out call with logger.debug. Fixes gh-962
2022-11-29 20:42:24 +01:00
Gabriel Robaina
d314fd959b Updated spring frameworks to release version
The snapshot versions use Java 17 while lambda only supports Java 11 natively. This can bring confusion to people learning serverless and this framework.

Resolves #965
2022-11-29 11:41:28 -08:00
buildmaster
9f6b629f65 Bumping versions 2022-11-29 05:39:14 +00:00
buildmaster
6752077f1f Bumping versions 2022-11-22 05:39:51 +00:00
Iván Rodríguez Murillo
5c0e88b4a7 Replaced System.out call with logger.debug. Fixes gh-962 2022-11-21 18:29:15 +00:00
Chris Mathews
5c5d099532 Updated documentation to remove references to OpenWhisk
OpenWhisk is no longer supported (since 4.0.0-M5), deleting related documentation.
2022-11-19 09:11:55 -05:00
Chris Mathews
f304257ace Updated documentation to remove references to OpenWhisk
OpenWhisk is no longer supported (since 4.0.0-M5), deleting related documentation.
2022-11-19 09:10:18 -05:00
Chris Mathews
bb0fbc8c05 Updated documentation to remove references to OpenWhisk
OpenWhisk is no longer supported (since 4.0.0-M5), deleting related documentation.
2022-11-19 09:08:58 -05:00
Chris Mathews
434093c481 Updated documentation to remove references to OpenWhisk
OpenWhisk is no longer supported (since 4.0.0-M5), deleting related documentation.
2022-11-19 09:07:55 -05:00
Chris Mathews
7be99b34b2 Deleted OpenWhisk documentation
OpenWhisk is no longer supported (since 4.0.0-M5), deleting related documentation.
2022-11-19 09:06:23 -05:00
Chris Mathews
9fc99ae288 Deleted OpenWhisk documentation
OpenWhisk is no longer supported (since 4.0.0-M5), deleting related documentation.
2022-11-19 09:05:42 -05:00
Chris Mathews
946d9517f5 Removed incorrect dependency management for spring-cloud-function-adapter-openwhisk
Minor detail but I noticed that org.springframework.cloud:spring-cloud-function-adapter-openwhisk was never removed from spring-cloud-function-dependencies when the openwhisk capability was dropped in 4.0.0-M5. Therefore, I removed this dependency from the dependencies pom, it generally doesn't hurt anything being there but isn't correct either.
2022-11-19 09:03:17 -05:00
buildmaster
6f1421d04e Bumping versions 2022-11-18 05:39:12 +00:00
buildmaster
1f066f6fd2 Going back to snapshots 2022-11-17 16:45:34 +00:00
buildmaster
fb70104047 Update SNAPSHOT to 4.0.0-RC2 2022-11-17 16:41:19 +00:00
Oleg Zhurakousky
8d1596d68d Revert "Bumping versions"
This reverts commit 41ff014dea.
2022-11-17 11:27:43 +01:00
Oleg Zhurakousky
9491c9ce04 GH-958 Add support for default routing
Resolves #958
2022-11-17 11:27:32 +01:00
buildmaster
41ff014dea Bumping versions 2022-11-16 05:39:14 +00:00
Oleg Zhurakousky
04df79482d GH-939 & GH-956 Fix Kotlin function registration regression
Resolves #939
Resolves #956
2022-11-14 15:01:19 +01:00
Oleg Zhurakousky
be747c36aa Polishing 2022-11-10 12:30:24 +01:00
Oleg Zhurakousky
672066b43a GH-932 Fix registration of AWSTypesMessageConverter for functional spring applications
Resolves #932
2022-11-10 12:17:21 +01:00
Oleg Zhurakousky
fd5a78e8a9 Make CloudEventsFunctionExtensionConfiguration public 2022-11-09 10:20:19 +01:00
Oleg Zhurakousky
c425ddfcee Polishing 2022-11-09 10:04:03 +01:00
Neokeld
210596c7c3 GH-951 remove acceptContentTypes from FunctionWebRequestProcessingHelper as it is not used
Resolves #951
Resolves #954
2022-11-09 10:02:52 +01:00
Oleg Zhurakousky
643f360a54 Enhance JsonMessage converter to handle byte[] 2022-11-03 18:08:52 +01:00
Neokeld
acf86d53bd functionRegistration cant be null
Resolves #950
2022-11-02 10:07:07 +01:00
Oleg Zhurakousky
3c0a7fbc19 GH-943 Enhance AWS FunctionInvoker
This adds another constructor which allows function.definition to be passed as a constructor argument rather then rely on the property

Resolves #943
2022-11-02 09:35:38 +01:00
Oleg Zhurakousky
c7b2f7ebb4 GH-949 Clean up output conversion logic
Resolves #949

polish
2022-11-01 13:13:52 +01:00
buildmaster
8418ea2fde Bumping versions 2022-11-01 05:48:42 +00:00
Oleg Zhurakousky
7aa9efa3a0 Merge pull request #946 from tzolov/azure-exclue-spring-loging
Exclude spring logging for azure
2022-10-31 10:53:34 +01:00
Neokeld
73a1b5fa11 mcList is always not empty 2022-10-31 10:51:13 +01:00
buildmaster
e2c8768c63 Bumping versions 2022-10-28 05:38:52 +00:00
buildmaster
b36e8eb533 Going back to snapshots 2022-10-27 21:20:25 +00:00
buildmaster
3582ca0cfa Update SNAPSHOT to 4.0.0-RC1 2022-10-27 21:16:03 +00:00
spencergibb
bddfd1a309 remove the azure-kafka-trigger sample from the build 2022-10-27 12:36:53 -04:00