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 |
|
Chris Bono
|
c97c0b2a96
|
Add tests to illustrate the bug
|
2023-08-07 14:16:18 +02:00 |
|
Christian Tzolov
|
f3b9896010
|
Add azure function-catalog support docs
|
2023-07-25 13:27:58 +02:00 |
|
Christian Tzolov
|
59c0fb8d1a
|
Add azure arch diagram
|
2023-07-22 18:56:45 +02:00 |
|
buildmaster
|
383cbc6511
|
Bumping versions
|
2023-07-22 11:19:33 +00:00 |
|
Christian Tzolov
|
11ad0fdaa4
|
Fix azure docs numbering and top levers
|
2023-07-22 12:40:44 +02:00 |
|
Christian Tzolov
|
27694da481
|
clarify azure main-class and boot plugin configuraitons
|
2023-07-21 19:53:13 +02:00 |
|
Christian Tzolov
|
fd9b6d5e8f
|
Streamline the azure adoc
|
2023-07-21 15:09:58 +02:00 |
|
Christian Tzolov
|
3bafcc5917
|
Refactor the azure adapter tests
|
2023-07-20 18:41:21 +02:00 |
|
Oleg Zhurakousky
|
efda7285ad
|
Cleanup and fix tests
|
2023-07-20 16:50:16 +02:00 |
|
Christian Tzolov
|
8486e0bcb9
|
Refactor the azure adapter tests
|
2023-07-20 14:33:48 +02:00 |
|
Christian Tzolov
|
9b2535ae1c
|
Bump the azure adapter version used by samples to 4.1.0-SNAPSHOT
|
2023-07-20 11:02:29 +02:00 |
|
Christian Tzolov
|
8883e3b771
|
Azure samples version and code adjustments
|
2023-07-20 10:58:11 +02:00 |
|
Christian Tzolov
|
3c080031ad
|
Azure docs imporvements
|
2023-07-19 21:34:38 +02:00 |
|
Christian Tzolov
|
89059fe49a
|
streamline azure-intro.adoc
|
2023-07-19 17:27:43 +02:00 |
|