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
Dennis Kieselhorst
898613a7e2
doc: improve README.adoc with additional links
...
Signed-off-by: Dennis Kieselhorst <mail@dekies.de >
2025-02-04 14:16:10 +01:00
Dennis Kieselhorst
c06846608c
chore(deps): Update spring-boot-thin-layout to 1.0.31.RELEASE
...
Signed-off-by: Dennis Kieselhorst <mail@dekies.de >
2025-02-04 14:04:55 +01:00
Dennis Kieselhorst
e271f0f6aa
chore(deps): Update aws-lambda-java-events version to 3.14.0
...
Signed-off-by: Dennis Kieselhorst <mail@dekies.de >
2025-02-04 14:04:55 +01:00
Dennis Kieselhorst
849dc17246
chore(deps): Update aws-lambda-java-core version to 1.2.3
...
Signed-off-by: Dennis Kieselhorst <mail@dekies.de >
2025-02-04 14:04:55 +01:00
Dennis Kieselhorst
d682aaee8b
doc: AWS is not offering Maven or Gradle plugins.
...
Signed-off-by: Dennis Kieselhorst <mail@dekies.de >
2025-02-04 14:00:36 +01:00
Dennis Kieselhorst
b387f9c452
doc: adding links, fixing typos, formatting, updating versions
...
Signed-off-by: Dennis Kieselhorst <mail@dekies.de >
2025-02-04 14:00:36 +01:00
Maximilian Schellhorn
630d124c24
feat: reworked aws adapter docs
...
Signed-off-by: Maximilian Schellhorn <maxschellhorn@pm.me >
2025-02-04 14:00:36 +01:00
Oleg Zhurakousky
c1b89bb331
Merge pull request #1229 from deki/remove-old-adapter-pages
...
Remove and redirect old adapter pages
2025-02-04 13:07:14 +01:00
Dennis Kieselhorst
b259a9acf2
doc: remove old adapter pages and redirect to current *-intro
...
Signed-off-by: Dennis Kieselhorst <mail@dekies.de >
2025-02-04 08:18:59 +01:00
spring-builds
58d03e3073
Going back to snapshots
2025-01-30 02:25:24 +00:00
spring-builds
b684419f72
Update SNAPSHOT to 4.3.0-M1
2025-01-30 02:20:25 +00:00
spring-builds
c4105f88e8
Bumping versions
2025-01-18 20:47:08 +00:00
spencergibb
0f04ea32d9
Adds dco.yml
2025-01-17 14:30:48 +01:00
Oleg Zhurakousky
73681906a2
Polishing
2025-01-17 09:36:49 +01:00
spring-builds
88c1c56752
Bumping versions
2025-01-17 01:58:22 +00:00
Oleg Zhurakousky
e46ed8a668
Polishing
2025-01-14 16:06:32 +01:00
Oleg Zhurakousky
936726a892
GH-1222 Add initial support for AWS ScheduledEvent
...
Resolves #1222
2025-01-14 15:46:37 +01:00
spring-builds
399a4f417e
Bumping versions
2025-01-13 19:44:13 +00:00
Oleg Zhurakousky
aaa68ef549
Remove 'test' scope from spring-boot-starter-web
...
This will propagate exclusion of tomcat
2025-01-13 15:16:21 +01:00
Oleg Zhurakousky
1e0bdc8043
Polish sample's README
2025-01-13 13:52:41 +01:00
Oleg Zhurakousky
9b7f8b5516
GH-1187 Fix AWS Context initialization for Custom Runtime
...
Updated sample to show that Context is not null
Resolves #1187
2025-01-13 13:25:12 +01:00
Oleg Zhurakousky
a4162ce7c4
Merge pull request #1226 from deki/fix-main-readme
...
doc: fix duplications in main readme
2025-01-09 13:23:38 +01:00
Dennis Kieselhorst
3194831549
doc: fix duplications in main readme
2025-01-08 16:00:38 +01:00