Oleg Zhurakousky
71ee83ef4b
GH-1082 Ensure AWS events are not post-processed
...
Resolves #1082
2023-10-18 15:24:55 +02:00
Oleg Zhurakousky
7797471097
GH-957 Fix doc link tyo sample
...
Resolves #957
2023-10-13 12:41:14 +02:00
Oleg Zhurakousky
8e9948c4c3
GH-1075 Fix conversion of complex types
...
Resolves #1075
2023-10-13 10:25:35 +02:00
Oleg Zhurakousky
74d0d96101
Fix test
2023-10-12 17:01:36 +02:00
Oleg Zhurakousky
b858028219
GH-1079 Fix character encoding in AzureWebProxyInvoker
...
Resolves #1079
2023-10-11 14:03:19 +02:00
Oleg Zhurakousky
a037d3a16f
Update launcher dependencies due to boot changes
2023-10-10 13:57:23 +02:00
Rob Cash
1f188e8e36
GH-1077 Update AWSLambdaUtils.java with null check
...
Resolves #1077 by checking for a null package, which can happen when the inputType is a Message that encloses a primitive generic type
Update AWSTypesMessageConverter.java
Added additional fixes for #1077 in AWTypesMessageConverter
Update FunctionInvokerTests.java
Added unit tests to verify fix for #1077
Checkstyle fix
Resolves #1078
2023-10-10 13:36:53 +02:00
buildmaster
f33b4e4919
Going back to snapshots
2023-09-27 10:00:45 +00:00
buildmaster
b629f0f858
Update SNAPSHOT to 4.1.0-M2
2023-09-27 09:55:32 +00:00
Oleg Zhurakousky
d22a5ebca6
GH-1021 Add documentation about configuring container images deplioyed on AWS Lambda
...
Resolves #1021
2023-09-26 13:33:41 +02:00
Oleg Zhurakousky
89da912d73
GH-927 Add ability to configure ignored and requestOnly http headers
...
Resolves #927
add docs
2023-09-26 09:01:37 +02:00
Oleg Zhurakousky
479c387f48
GH-1072 Add tests for ProxyMVC async start
2023-09-26 06:32:01 +02:00
Oleg Zhurakousky
a7f5a22ec6
GH-1072 Add async startup capabilities to ProxyMVC
...
Resolves #1072
2023-09-26 06:00:03 +02:00
Oleg Zhurakousky
c20837828c
GH-1049 cache RoutingFunction inside of CustomRuntimeEventLoop
...
There is no need to lookup function once it has been locked up on the first iteration of loop as there is no possibility for it to change. Any change to environment would trigger a new instsance of the loop
Resolves #1049
2023-09-25 16:48:28 +02:00
Oleg Zhurakousky
3c4d10e56b
GH-1055 Fix discrepancies in AWS gradle sample and docs
...
Resolves #1055
2023-09-25 13:28:15 +02:00
Oleg Zhurakousky
afb419d701
GH-1063 Fix header propagation in composed function
...
Resolves #1063
2023-09-25 13:11:59 +02:00
Oleg Zhurakousky
1b0a5e38af
GH-1069 Ensure 'spring.main.banner-mode' is honored by ServerlessWebApplication
...
Resolves #1069
2023-09-25 11:26:33 +02:00
Oleg Zhurakousky
42336c852c
GH-1071 Add getter for Message in FunctionContext
2023-09-25 10:31:02 +02:00
buildmaster
552d88877e
Bumping versions
2023-09-23 11:19:52 +00:00
spencergibb
721e6109a9
Adds antora extension and updates ui version
2023-09-22 16:15:41 -04:00
Oleg Zhurakousky
ff414f821b
Upgrade build.gradle to use 1.0.31.RELEASE version of the thin-launcher
2023-09-20 15:45:19 +02:00
Oleg Zhurakousky
09eba7db8b
Fix gradlew file for AWS deployment sample
2023-09-18 12:26:21 +02:00
buildmaster
550f8a4f10
Bumping versions
2023-09-16 11:19:37 +00:00
Oleg Zhurakousky
0054912ccd
Update gradle for AWS sample
2023-09-15 17:52:16 +02:00
Oleg Zhurakousky
e327d6ef2a
Fix antor warnings
2023-09-12 16:35:46 +02:00
Oleg Zhurakousky
8b1b83be03
First round of antora migration
2023-09-12 15:27:49 +02:00
Marcin Grzejszczak
a455ac5b10
Removed extension
2023-09-08 16:20:04 +02:00
Marcin Grzejszczak
0ec383e718
WIP
2023-09-08 16:08:27 +02:00
Marcin Grzejszczak
5eabb8db5a
WIP on antora
2023-09-08 16:03:58 +02:00
Marcin Grzejszczak
1eac35db56
Enable Section Summary TOC for small pages
2023-09-08 15:57:04 +02:00
Marcin Grzejszczak
9861b867b1
Fix cross references
2023-09-08 15:57:04 +02:00
Marcin Grzejszczak
ac77000f2f
Remove includes
2023-09-08 15:57:04 +02:00
Marcin Grzejszczak
a8a2ae3d6f
Generate a default navigation
2023-09-08 15:57:04 +02:00
Marcin Grzejszczak
451ec571a3
Split files
2023-09-08 15:57:04 +02:00
Marcin Grzejszczak
dcda6d0e66
Fix indentation for all pages
2023-09-08 15:57:04 +02:00
Marcin Grzejszczak
4d41d8b1fb
Copy default antora files
2023-09-08 15:57:04 +02:00
Marcin Grzejszczak
04b6002b8e
Insert explicit ids for headers
2023-09-08 15:57:04 +02:00
Marcin Grzejszczak
2108c95ff5
Migrate Structure
2023-09-08 15:57:04 +02:00
Soby Chacko
19d1f320de
GH-1060 Fix KafkaNull regression issue
...
Fixing a KafkaNull related regression issue where consumers
receive null values for payload erasing any headers completely.
Resolves https://github.com/spring-cloud/spring-cloud-function/issues/1060
2023-08-30 12:33:41 -04:00
Oleg Zhurakousky
7db99087a5
GH-1064 Explicitly add content type to GCP response
...
Resolves #1064
2023-08-30 15:46:39 +02:00
Oleg Zhurakousky
9f04138e4f
GH-1065 Fix Collection discovery in JsonMapper
...
Resolves #1065
2023-08-30 15:22:52 +02:00
Oleg Zhurakousky
8ab157de76
GH-1066 Add class caching for FunctionClassUtils in serverless-web
...
Resolves #1066
2023-08-30 14:52:48 +02:00
Oleg Zhurakousky
94f120d890
GH-1057 Add Kotlin/Aws Dyname tests
2023-08-30 14:18:11 +02:00
spencergibb
4be877c32d
Revert "Removes unneeded @Configuration"
...
This reverts commit 4940292b13 .
2023-08-16 14:30:08 -04:00
buildmaster
78ceeccaff
Bumping versions
2023-08-16 11:20:05 +00:00
spencergibb
4940292b13
Removes unneeded @Configuration
2023-08-15 18:13:55 -04:00
buildmaster
2ad7c69d7a
Going back to snapshots
2023-08-10 01:04:55 +00:00
buildmaster
e602ad7539
Update SNAPSHOT to 4.1.0-M1
2023-08-10 01:00:07 +00:00
spencergibb
f1cf956962
Ignores snapshot versions in samples since samples are not deployed to maven repo.
2023-08-09 14:46:25 -04:00
Chris Bono
7bc499ddea
Do not convert text/plain content to JSON
...
Fixes bug and removes test comments from previous commit.
Resolves #1056
2023-08-07 14:22:52 +02:00