Commit Graph

537 Commits

Author SHA1 Message Date
buildmaster
a4775ff22a Update SNAPSHOT to 4.0.2 2023-03-28 13:47:59 +00:00
Marcin Grzejszczak
3a29996993 Update pom.xml 2023-03-28 11:32:44 +02:00
Oleg Zhurakousky
4a1bfbc764 GH-1014 Fix CustomRuntimeEventLoop to default to RoutingFunction
Resolves #1014
2023-03-27 18:51:48 +02:00
Oleg Zhurakousky
98e88e7314 GH-1015 Fix Kotlin dependencies
GH-1015 Fix Kotlin dependencies
2023-03-20 18:46:09 +01:00
Oleg Zhurakousky
337ea7d41c GH-1015 Update Kotlin libraries
Resolves #1015
2023-03-20 15:26:07 +01:00
Christian Tzolov
ebd8b3138b updated SCF azure sample 2023-03-02 19:11:20 +01:00
Christian Tzolov
20f9c80962 azure min toolkit ver. added 2023-02-24 14:42:09 +01:00
Christian Tzolov
bb066b9b3f Add support for injecting the ExecutionContext as metadata 2023-02-24 10:17:57 +01:00
buildmaster
a316badfd6 Bumping versions 2023-01-31 05:35:03 +00:00
Oleg Zhurakousky
f1cd8ae1ab Update README.md 2023-01-30 18:38:07 +01:00
Oleg Zhurakousky
00da1361bb Update README.md 2023-01-30 18:37:27 +01:00
Oleg Zhurakousky
633491fc2e Add readme to the AWS native sample 2023-01-30 16:23:13 +01:00
Oleg Zhurakousky
e4eaef3f92 Add AWS Native Lamnbda sample 2023-01-30 16:21:05 +01:00
buildmaster
d59bbdb83d Bumping versions to 4.0.2-SNAPSHOT after release 2023-01-25 14:08:24 +00:00
buildmaster
0053b415fb Going back to snapshots 2023-01-25 14:08:24 +00:00
buildmaster
866d6140c0 Update SNAPSHOT to 4.0.1 2023-01-25 14:03:21 +00:00
Võ Thành Tài
8eec5a4386 Update gradle main class config
The main class is incorrect ("example.Config" does not exist), so the lambda function cannot recognize the main class of the jar file.
2022-12-22 22:23:12 +07:00
buildmaster
df10461132 Bumping versions 2022-12-20 05:37:05 +00:00
buildmaster
8cd3b569d3 Bumping versions 2022-12-18 05:34:45 +00:00
buildmaster
bf1c03c2f2 Bumping versions 2022-12-16 05:34:56 +00:00
buildmaster
dae98b645b Bumping versions to 4.0.1-SNAPSHOT after release 2022-12-15 19:58:16 +00:00
buildmaster
153c60ed75 Going back to snapshots 2022-12-15 19:58:15 +00:00
buildmaster
5c032abb6b Update SNAPSHOT to 4.0.0 2022-12-15 19:53:31 +00:00
Oleg Zhurakousky
27beecac0a Update pom.xml 2022-12-15 12:58:17 +01:00
Oleg Zhurakousky
6ab00ec6d4 Update pom.xml 2022-12-15 12:57:56 +01:00
Oleg Zhurakousky
5c77784338 Update pom.xml 2022-12-15 12:57:31 +01:00
Christian Tzolov
1d5dd42bcc Forward port #969 2022-12-15 12:04:51 +01:00
buildmaster
b251725737 Going back to snapshots 2022-12-01 17:09:42 +00:00
buildmaster
d5a0bf0ede Update SNAPSHOT to 4.0.0-RC3 2022-12-01 17:05:31 +00:00
buildmaster
731cb9126d Bumping versions 2022-11-30 05:39:18 +00:00
Gabriel Robaina
d314fd959b Updated spring frameworks to release version
The snapshot versions use Java 17 while lambda only supports Java 11 natively. This can bring confusion to people learning serverless and this framework.

Resolves #965
2022-11-29 11:41:28 -08:00
buildmaster
9f6b629f65 Bumping versions 2022-11-29 05:39:14 +00:00
buildmaster
6752077f1f Bumping versions 2022-11-22 05:39:51 +00:00
buildmaster
6f1421d04e Bumping versions 2022-11-18 05:39:12 +00:00
buildmaster
1f066f6fd2 Going back to snapshots 2022-11-17 16:45:34 +00:00
buildmaster
fb70104047 Update SNAPSHOT to 4.0.0-RC2 2022-11-17 16:41:19 +00:00
Oleg Zhurakousky
8d1596d68d Revert "Bumping versions"
This reverts commit 41ff014dea.
2022-11-17 11:27:43 +01:00
buildmaster
41ff014dea Bumping versions 2022-11-16 05:39:14 +00:00
Oleg Zhurakousky
be747c36aa Polishing 2022-11-10 12:30:24 +01:00
Oleg Zhurakousky
672066b43a GH-932 Fix registration of AWSTypesMessageConverter for functional spring applications
Resolves #932
2022-11-10 12:17:21 +01:00
buildmaster
8418ea2fde Bumping versions 2022-11-01 05:48:42 +00:00
Oleg Zhurakousky
7aa9efa3a0 Merge pull request #946 from tzolov/azure-exclue-spring-loging
Exclude spring logging for azure
2022-10-31 10:53:34 +01:00
buildmaster
e2c8768c63 Bumping versions 2022-10-28 05:38:52 +00:00
buildmaster
b36e8eb533 Going back to snapshots 2022-10-27 21:20:25 +00:00
buildmaster
3582ca0cfa Update SNAPSHOT to 4.0.0-RC1 2022-10-27 21:16:03 +00:00
spencergibb
bddfd1a309 remove the azure-kafka-trigger sample from the build 2022-10-27 12:36:53 -04:00
Christian Tzolov
c1c100682a remove the azure-timer-trigger sample from the build 2022-10-27 18:24:25 +02:00
Christian Tzolov
5c7fae453f Exclude spring logging for azure
- exclude the spring-boot-starter-logging depedency from azure adapter.
 - clean the azure samples.

Resolves #945
2022-10-26 17:28:22 +02:00
Christian Tzolov
45890427e2 parametrize kafka pass config 2022-10-21 15:41:28 +02:00
Christian Tzolov
5cbe143ca3 adjust img sizes 2022-10-21 15:41:28 +02:00