2280 Commits

Author SHA1 Message Date
spring-builds
26269c9824 Bumping versions 2025-06-16 16:26:46 +00:00
Oleg Zhurakousky
91d7a9f9e1 Remove deployer and rsocket from distribution 2025-06-13 09:46:20 -04:00
spring-builds
8b6b6c6335 Bumping versions 2025-06-10 16:20:32 +00:00
spring-builds
000031b391 Bumping versions 2025-06-07 16:22:59 +00:00
spencergibb
b19e245287 Updates samples to boot 4.0.0 2025-06-06 15:16:22 -04:00
spencergibb
07974970a3 Adds dependabot.yml 2025-06-06 14:48:59 -04:00
spencergibb
24bc1f28c9 Updates to version 5.0.0-SNAPSHOT
Changes for Framework 7
2025-06-06 14:47:41 -04:00
Oleg Zhurakousky
ae4612311c GH-1281 Update Kotlin dependnecies
Resolves #1281
2025-06-06 09:32:01 +02:00
spring-builds
eb7cfb7e7e Going back to snapshots 2025-05-29 13:34:05 +00:00
spring-builds
8ebf3d731f Update SNAPSHOT to 4.3.0 2025-05-29 13:29:03 +00:00
spring-builds
358e9b2bcd Bumping dependency versions after release 2025-05-28 23:35:23 +00:00
spring-builds
d69c5e3474 Bumping versions to 4.3.1-SNAPSHOT after release 2025-05-28 23:34:20 +00:00
spring-builds
17d8ad4c1f Going back to snapshots 2025-05-28 23:34:18 +00:00
spring-builds
d58be95a4f Update SNAPSHOT to 4.3.0 2025-05-28 23:28:56 +00:00
spring-builds
ac2cf373f0 Bumping versions 2025-05-23 20:46:17 +00:00
spring-builds
d0b03c3119 Bumping versions 2025-05-12 20:43:57 +00:00
spring-builds
4a1549b84c Going back to snapshots 2025-05-01 11:11:52 +00:00
spring-builds
a24d36eaf3 Update SNAPSHOT to 4.3.0-RC1 2025-05-01 11:07:17 +00:00
spring-builds
bce7b6b811 Bumping versions 2025-04-30 20:43:26 +00:00
Oleg Zhurakousky
37b2366721 Revert "GH-1267 Deprecate RSocket module"
This reverts commit fc1b65ee81.
2025-04-30 19:22:23 +02:00
Oleg Zhurakousky
441960095d Revert "GH-1267 Remove RSocket sample"
This reverts commit 110f7619fd.
2025-04-30 19:22:13 +02:00
spring-builds
dc535f75ee Bumping versions 2025-04-25 20:42:52 +00:00
Oleg Zhurakousky
b1c8ec71ec GH-1272 Remove Maven Resource Resolver dependency
This commit effectively removes dependency on spring-cloud-deployer

Resolves #1272
2025-04-22 17:23:32 +02:00
Oblio
c2bc8682f1 allow adapter to listen for additional http verbs
Signed-off-by: Oblio <oblio.leitch@vermont.gov>

Resolves #1271
2025-04-22 14:23:35 +02:00
Oleg Zhurakousky
8e20b798e0 Bump version of two samples flagged by dependabot 2025-04-16 21:31:27 +02:00
Oleg Zhurakousky
f0b75ed3a3 GH-1124 Add spring-cloud-function-adapter-azure-web to the release
Resolves #1124
2025-04-16 21:21:48 +02:00
Oleg Zhurakousky
f2bdddd26e GH-1266 Additional cleanup of SimpleFunctionRegistry 2025-04-16 21:12:27 +02:00
Oleg Zhurakousky
110f7619fd GH-1267 Remove RSocket sample 2025-04-16 20:46:44 +02:00
Oleg Zhurakousky
fc1b65ee81 GH-1267 Deprecate RSocket module
Resolves #1267
2025-04-16 20:36:44 +02:00
Oleg Zhurakousky
f494962000 GH-1266 Improve and clean up SimpleFunctionRegistry
Resolves #1266
2025-04-16 19:56:40 +02:00
Oleg Zhurakousky
d20aa3d0bd GH-1265 Add logging for failed function lookup
Resolves #1265
2025-04-16 14:52:18 +02:00
Oleg Zhurakousky
e460c4451a GH-1259 Fix formatting of previous commit 2025-04-16 14:38:31 +02:00
geezylucas
4b0636f48f GH-1259 feat: add reactor publisher support
Resolves #1259
Resolves #1264

Signed-off-by: geezylucas <sorec@live.com>
2025-04-16 14:36:55 +02:00
Oleg Zhurakousky
4f8d647bd2 GH-1262 Ensure method is checked for being a factory method
Resolves #1262
2025-04-11 14:35:24 +02:00
Oleg Zhurakousky
7fc81cab28 GH-1260 Additional fix to Kotlin type resolution for generics
This is specifically relevant to the way Kotlin represents types. For example List<Message> resolves to List <? extends Message> which becomes the WildCard unlike in Java

Resolves #1260
2025-04-11 12:26:49 +02:00
Oleg Zhurakousky
5c31eace74 GH-1261 Fix assertioins to use AssertJ
Resolves #1261
2025-04-10 18:00:28 +02:00
spring-builds
5cc2cbbc69 Going back to snapshots 2025-04-07 09:50:54 +00:00
spring-builds
0685d0f937 Update SNAPSHOT to 4.3.0-M3 2025-04-07 09:46:23 +00:00
Oleg Zhurakousky
aec25f6ec7 GH-1234 Add delegation to existing shouldFailIfCantConvert(..)
This ensures that if Throwable is not provided it can fal back to already implemented method
2025-04-04 18:22:34 +02:00
Oleg Zhurakousky
837b72055a Merge pull request #1257 from georgeharley/update-sample-gradle-file
Update Gradle file in function-sample-aws to match reference docs
2025-04-04 15:57:40 +02:00
George Harley
93c2cd67c7 Update Gradle file in function-sample-aws to match reference docs
* Update build.gradle to match contents of Gradle file documented in
  https://docs.spring.io/spring-cloud-function/reference/adapters/aws-intro.html#gradle
* Update some of the dependencies to latest current versions

Signed-off-by: George Harley <dev.smog755@passinbox.com>
2025-04-03 18:09:25 +01:00
Oleg Zhurakousky
017db7d686 GH-1234 Change the point where 'failConversionIfNecessary' is called
I have also added a new method to MessageConverterHelper.shouldFailIfCantConvert(Message<?> message, Throwable t) to include Throwable and changed the callback in SmartCompositeMessageConverter to ensure it passes it in case it needs to be taken into account.

Resolves #1234
2025-04-02 16:05:19 +02:00
Oleg Zhurakousky
547327e761 GH-1236 Fix actuator's FunctionsEndpoint to handle ineligible functions
Given that we have ineligible function catalog.lookup(..) may return null if function is ineligible.

Resolves #1236
2025-04-02 14:48:26 +02:00
Oleg Zhurakousky
2fa8c2bbae Fix formatting 2025-04-02 14:13:18 +02:00
Oleg Zhurakousky
6a90ba22a6 GH-1230 Ensure header names are case insensitive
Resolves #1230
2025-04-02 13:57:11 +02:00
Oleg Zhurakousky
dbdc35cedf GH-1237 Add TRACE level logging to JacksonMapper
While we expect failures in individual converters and delegate to others in the stack, this enhancement will allow users to enabel TRACE level logging on failures during 'writeValueAsBytes' in JacksonMapper.

Resolves #1237
2025-04-01 18:08:32 +02:00
Oleg Zhurakousky
6e7b1af638 GH-1239 Disable FAIL_ON_TRAILING_TOKENS in ObjectMapper configuration
Resolves #1239
2025-04-01 17:56:59 +02:00
Alexander Martin
08f5b8e260 GH-1253 use http code from response
Resolves #1253

Signed-off-by: Alexander Martin <alexander.martin@kroger.com>
2025-03-28 10:03:06 -04:00
Oleg Zhurakousky
3473cca263 GH-1251 Additional regression fixes with type discovery
Tthis change specifically addresses the use of generics
2025-03-27 15:58:33 +01:00
Oleg Zhurakousky
daa60090ce GH-1247 Fix how Kotlin function bean is detected
Resolves #1247
2025-03-25 20:38:31 +01:00