spring-builds
|
2e1fd23616
|
Bumping versions to 4.1.5-SNAPSHOT after release
|
2024-11-27 00:14:45 +00:00 |
|
spring-builds
|
7c3c4cb9fc
|
Going back to snapshots
|
2024-11-27 00:14:43 +00:00 |
|
spring-builds
|
5aef805b5d
|
Update SNAPSHOT to 4.1.4
|
2024-11-27 00:08:21 +00:00 |
|
spring-builds
|
16c5685f88
|
Bumping versions
|
2024-11-26 16:01:33 +00:00 |
|
spring-builds
|
d114c9828d
|
Bumping versions to 4.1.5-SNAPSHOT after release
|
2024-11-26 02:31:35 +00:00 |
|
spring-builds
|
8d8de31754
|
Going back to snapshots
|
2024-11-26 02:31:33 +00:00 |
|
spring-builds
|
320801b17e
|
Update SNAPSHOT to 4.1.4
|
2024-11-26 02:26:01 +00:00 |
|
Dennis Kieselhorst
|
d6eda4c96a
|
implement getResource and getResourceAsStream
Resolves #1207
|
2024-11-25 14:32:20 +01:00 |
|
Dennis Kieselhorst
|
12b549c4d9
|
fix: null ServletContext returned (see https://github.com/aws/serverless-java-container/issues/1087)
polishing
implement getMimeType so AbstractMessageConverterMethodProcessor.resolveMediaType doesn't fail with UnsupportedOperationException
|
2024-11-18 11:41:49 +01:00 |
|
Oleg Zhurakousky
|
ee8c61717b
|
GH-1187 Add log for AWS Context
|
2024-10-24 14:23:58 +02:00 |
|
Nicolas PETERS
|
5f767f65e0
|
check null before use this.content
Resolves #1192
Resolves #1193
|
2024-10-24 13:58:37 +02:00 |
|
spencergibb
|
900d03f816
|
Updates to*Case() to use Locale.ROOT
|
2024-10-18 20:51:27 +02:00 |
|
Oleg Zhurakousky
|
03cc0b7797
|
GH-1172 Ensure content-type set in a message is honored on the output
Also, ensures that the proper content type is set in GCF FunctionInvoker
Resolves #1172
|
2024-09-09 12:52:02 +02:00 |
|
buildmaster
|
76d92789d1
|
Bumping versions to 4.1.4-SNAPSHOT after release
|
2024-07-10 15:51:28 +00:00 |
|
buildmaster
|
5d61a39ea5
|
Going back to snapshots
|
2024-07-10 15:51:27 +00:00 |
|
buildmaster
|
c0b651e45c
|
Update SNAPSHOT to 4.1.3
|
2024-07-10 15:46:31 +00:00 |
|
Lauren Wiebenga
|
abdb1ac04f
|
Updates GcfJarLayout to write back classic loaders required for the current implementation of this project, before this change the default loaders would be used every time GcfJarLayout was invoked; also updates the pom for function-sample-gcp-http to use the latest development version of the spring cloud gcp adaptor
Fixes gh-1085
|
2024-06-11 08:48:51 -05:00 |
|
buildmaster
|
091d4eda41
|
Bumping versions
|
2024-05-31 11:20:30 +00:00 |
|
buildmaster
|
79ee3e5fda
|
Bumping versions
|
2024-05-30 11:19:42 +00:00 |
|
buildmaster
|
c3f263ec46
|
Bumping versions to 4.1.3-SNAPSHOT after release
|
2024-05-30 10:23:31 +00:00 |
|
buildmaster
|
6630bea4c3
|
Going back to snapshots
|
2024-05-30 10:23:30 +00:00 |
|
buildmaster
|
f0ae10ff84
|
Update SNAPSHOT to 4.1.2
|
2024-05-30 10:17:58 +00:00 |
|
Oleg Zhurakousky
|
48cc409206
|
Add SAM to sample
|
2024-05-07 16:43:08 +02:00 |
|
Oleg Zhurakousky
|
1787df8bb6
|
GH-1135 Fix AWS data conversion
Resolves #1135
|
2024-05-01 11:45:29 +02:00 |
|
Oleg Zhurakousky
|
c0f4cba30d
|
GH-1140 Add data masking capabilities for JSON logging
Resolves #1140
|
2024-04-30 15:20:56 +02:00 |
|
Oleg Zhurakousky
|
645c7e88dc
|
Polishing
|
2024-04-25 18:01:57 +02:00 |
|
Oleg Zhurakousky
|
bee5e0b163
|
GH-1138 Fix serverless web container initialization
Resolves #1138
|
2024-04-25 16:15:34 +02:00 |
|
Oleg Zhurakousky
|
17dbaa0ca7
|
Merge pull request #1119 from davidmelia/main
https://github.com/spring-cloud/spring-cloud-function/issues/1113
|
2024-03-28 08:21:00 +01:00 |
|
Oleg Zhurakousky
|
56d6b822b2
|
GH-1122 Make ServerlessAutoConfiguration.ServerlessServletWebServerFactory to satisfy native requirement
While this could be handled with hints, it is harmless to expose it publicly
Resolves #1122
|
2024-03-27 16:42:29 +01:00 |
|
Romain
|
f9954d7dbd
|
style: code simplification
Resolves #1129
|
2024-03-27 16:33:37 +01:00 |
|
buildmaster
|
cdb25edd57
|
Bumping versions to 4.1.2-SNAPSHOT after release
|
2024-03-27 12:47:57 +00:00 |
|
buildmaster
|
1567588ea8
|
Going back to snapshots
|
2024-03-27 12:47:56 +00:00 |
|
buildmaster
|
504c9bbb29
|
Update SNAPSHOT to 4.1.1
|
2024-03-27 12:42:40 +00:00 |
|
Oleg Zhurakousky
|
bea844629a
|
Expose wait for context initialization for serverless web module
|
2024-03-26 11:37:02 +01:00 |
|
David Melia
|
256bf15b05
|
https://github.com/spring-cloud/spring-cloud-function/issues/1113
|
2024-02-29 16:23:29 +00:00 |
|
Oleg Zhurakousky
|
062db0b13d
|
GH-1111 Fix filter registration for serverless-web
Resolves #1111
|
2024-02-20 15:08:02 +01:00 |
|
Oleg Zhurakousky
|
0b08e8b242
|
Update adapter dependencies in POMs
Polishing
|
2024-02-12 16:03:38 +01:00 |
|
buildmaster
|
4b0d15f5d2
|
Bumping versions
|
2024-02-01 11:19:17 +00:00 |
|
dependabot[bot]
|
706c733491
|
Bump org.gradle:gradle-core
Bumps org.gradle:gradle-core from 3.0 to 6.0.
---
updated-dependencies:
- dependency-name: org.gradle:gradle-core
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-01-31 11:13:12 +00:00 |
|
Oleg Zhurakousky
|
d5b7cb0d5a
|
GH-1108 Add gradle plugin for AWS Lambda packaging
Resolves #1108
|
2024-01-31 12:09:49 +01:00 |
|
Oleg Zhurakousky
|
9b5eaa664e
|
Add @author tag for previous PR
Resolves #1099
|
2024-01-31 11:51:01 +01:00 |
|
Anton Barkan
|
8901c7b5e1
|
Add initial support for unwrapping reactive respponses during AWS processing
|
2024-01-31 11:05:55 +01:00 |
|
Oleg Zhurakousky
|
494f60ba31
|
Add support for native web workloads for AWS
Fix Azure web support after refactoring classes
|
2024-01-12 14:48:57 +01:00 |
|
buildmaster
|
bd155628da
|
Bumping versions to 4.1.1-SNAPSHOT after release
|
2023-12-06 14:46:14 +00:00 |
|
buildmaster
|
83d71ba6fa
|
Going back to snapshots
|
2023-12-06 14:46:13 +00:00 |
|
buildmaster
|
0fb67a9c9e
|
Update SNAPSHOT to 4.1.0
|
2023-12-06 14:39:50 +00:00 |
|
Christian Tzolov
|
9ceb4f64d2
|
Fix the http trigger signatures in tests, samples and docs. Upgrade the azure maven version
Resolves #1088
|
2023-11-30 16:42:16 +01:00 |
|
buildmaster
|
af7f41aa6f
|
Going back to snapshots
|
2023-10-31 13:04:16 +00:00 |
|
buildmaster
|
c5180fae16
|
Update SNAPSHOT to 4.1.0-RC1
|
2023-10-31 12:59:18 +00:00 |
|
Oleg Zhurakousky
|
43e6dc43da
|
Fix checkstyles
|
2023-10-25 14:36:27 +02:00 |
|