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
Oleg Zhurakousky
2db95c7286
GH-1246 Fix logic around getting parameter names from 'factory method'
...
Changed condition to ensure we use method name when iterating thru methods instead of validating if it is a 'factory method'
Resolves #1246
2025-03-24 23:02:08 +01:00
Oleg Zhurakousky
6c3505d5da
Merge pull request #1250 from KuntalDanech/main
...
Fix typos in FunctionInvoker and LambdaDestinationResolver
2025-03-24 21:51:14 +01:00
Oleg Zhurakousky
773f6d7fea
GH-1251 Fix regression with generic type discovery
...
Resolves #1251
2025-03-24 21:50:37 +01:00
spring-builds
00ec64d7f9
Bumping versions
2025-03-21 20:43:37 +00:00
Kuntal Danech
131588f374
Fix typos in logging messages in FunctionInvoker and LambdaDestinationResolver
...
Signed-off-by: Kuntal Danech <kuntal7398@gmail.com >
2025-03-21 16:45:31 +05:30
Oleg Zhurakousky
96e16cc712
GH-1240 Fix logging for ineligible functions
...
Resolves #1240
2025-03-20 10:28:25 +01:00
spring-builds
9c59ecf8bf
Bumping versions
2025-03-14 20:45:14 +00:00
Oleg Zhurakousky
148d23e964
GH-1248 Add support for passing host/port to Grps MessageRoutingCallback
...
Resolves #1248
2025-03-14 16:51:46 +01:00
Oleg Zhurakousky
7e933b7138
Merge pull request #1241 from jesjos/patch-1
...
Grammar fix
2025-03-14 11:39:31 +01:00
Oleg Zhurakousky
e23e3811f9
Merge pull request #1238 from JunggiKim/remove-unused-println
...
Remove unused println statements from test methods
2025-03-14 11:39:11 +01:00
Oleg Zhurakousky
8010b082f4
Merge pull request #1233 from deki/improve-readme
...
improve README.adoc with additional links
2025-03-14 11:38:43 +01:00
spring-builds
f67fc1c6ab
Bumping versions
2025-03-12 20:41:49 +00:00
Oleg Zhurakousky
ef9c2462c4
GH-1245 Add initial proxy support
...
This feature woudl allow request to be proxied to additional targets such as grpc, rsocket etc.
Resolves #1245
2025-03-11 16:50:25 +01:00
Jesper Josefsson
0fb7534c21
Grammar fix
...
Signed-off-by: Jesper Josefsson <jesper.josefsson@gmail.com >
2025-03-05 10:24:11 +02:00
spring-builds
1234a94737
Going back to snapshots
2025-02-27 15:12:35 +00:00
spring-builds
8147aadb79
Update SNAPSHOT to 4.3.0-M2
2025-02-27 15:08:03 +00:00
spring-builds
9d57f8fcbd
Bumping versions
2025-02-21 20:41:19 +00:00
spencergibb
7dde46f027
Changes proxyBeanMethods = false
2025-02-18 11:57:50 -05:00
kimjg
6a55729756
Remove unnecessary System.out.println statements
...
- Remove unused println in testGetWithtFunction
- Remove unused println in updates Consumer
Signed-off-by: kimjg <k42ke@naver.com >
2025-02-13 01:21:13 +09:00
Oleg Zhurakousky
7bcad7edc8
GH-1235 Fix support for text/* contentType
...
Resolves #1235
2025-02-06 10:32:54 +01:00
Dennis Kieselhorst
86359baad5
chore(deps): Update maven-shade-plugin to 3.6.0, move to official log4j-transform-maven-shade-plugin-extensions
...
Signed-off-by: Dennis Kieselhorst <mail@dekies.de >
Resolves #1232
2025-02-04 14:44:41 +01:00