buildmaster
78ee2fc437
Bumping versions to 3.2.3-SNAPSHOT after release
2022-02-16 16:18:26 +00:00
buildmaster
9cb9f169e1
Going back to snapshots
2022-02-16 16:18:25 +00:00
buildmaster
d5c2c0d663
Update SNAPSHOT to 3.2.2
2022-02-16 16:14:16 +00:00
Oleg Zhurakousky
2ccd8b502b
GH-788 Fix aws custom runtime samples
...
Add spring web dependencies
Resolves #788
2022-01-11 11:42:02 +01:00
buildmaster
c6540befdf
Bumping versions to 3.2.2-SNAPSHOT after release
2021-12-01 16:31:25 +00:00
buildmaster
28a862d5e1
Going back to snapshots
2021-12-01 16:31:24 +00:00
buildmaster
e71bb5170f
Update SNAPSHOT to 3.2.1
2021-12-01 16:26:31 +00:00
Oleg Zhurakousky
201e7361b1
Update project version
2021-12-01 15:01:36 +01:00
buildmaster
fd4f91f5a5
Bumping versions
2021-12-01 11:43:35 +00:00
buildmaster
3b4fc9acd9
Bumping versions to 3.2.1-SNAPSHOT after release
2021-12-01 09:12:26 +00:00
buildmaster
523a9a8319
Going back to snapshots
2021-12-01 09:12:25 +00:00
buildmaster
20af1c99f0
Update SNAPSHOT to 3.2.0
2021-12-01 09:07:04 +00:00
buildmaster
e91499045b
Bumping versions
2021-11-30 11:42:33 +00:00
buildmaster
c92e67c263
Bumping versions
2021-11-20 11:43:00 +00:00
buildmaster
9c69c333bb
Going back to snapshots
2021-11-03 07:00:01 +00:00
buildmaster
1fa1b57c2c
Update SNAPSHOT to 3.2.0-RC1
2021-11-03 06:56:29 +00:00
buildmaster
598ca3e27c
Going back to snapshots
2021-10-19 08:16:39 +00:00
buildmaster
e497988307
Update SNAPSHOT to 3.2.0-M3
2021-10-19 08:13:10 +00:00
buildmaster
c4922da6a3
Bumping versions
2021-10-07 11:45:54 +00:00
buildmaster
8c92be5a06
Going back to snapshots
2021-10-01 09:42:57 +00:00
buildmaster
0d7fa4fc0a
Update SNAPSHOT to 3.2.0-M2
2021-10-01 09:39:36 +00:00
Oleg Zhurakousky
eaacf49c9c
Upgrade wrapper version
2021-10-01 10:48:48 +02:00
buildmaster
723f1b8180
Going back to snapshots
2021-07-30 10:58:36 +00:00
buildmaster
fae1e4ab94
Update SNAPSHOT to 3.2.0-M1
2021-07-30 10:55:41 +00:00
Oleg Zhurakousky
e87506bb4e
Revert "Update SNAPSHOT to 3.2.0-M1"
...
This reverts commit 2897285217 .
2021-07-30 12:41:34 +02:00
Oleg Zhurakousky
26ed4cbb25
Revert "Going back to snapshots"
...
This reverts commit c3a556faf6 .
2021-07-30 12:41:23 +02:00
buildmaster
c3a556faf6
Going back to snapshots
2021-07-30 08:15:06 +00:00
buildmaster
2897285217
Update SNAPSHOT to 3.2.0-M1
2021-07-30 08:12:01 +00:00
Oleg Zhurakousky
2a73a7a0a3
Fix POMs for 3.2
2021-07-13 16:23:02 +02:00
buildmaster
aaee33f739
Bumping versions
2021-06-22 11:43:59 +00:00
buildmaster
7af4275f4e
Bumping versions to 3.1.4-SNAPSHOT after release
2021-05-26 13:50:55 +00:00
buildmaster
6f0a1065b2
Going back to snapshots
2021-05-26 13:50:54 +00:00
buildmaster
e4766dd2c8
Update SNAPSHOT to 3.1.3
2021-05-26 13:46:32 +00:00
Oleg Zhurakousky
c86ce12484
Ensure user set headers in API Gateway are properly propagated to message headers
2021-05-18 16:33:04 +02:00
buildmaster
686176150b
Bumping versions
2021-05-06 11:43:45 +00:00
buildmaster
bbcec718ce
Bumping versions
2021-04-08 18:56:43 +00:00
buildmaster
11eda96661
Bumping versions
2021-03-26 18:57:23 +00:00
buildmaster
dd00e15102
Bumping versions to 3.1.3-SNAPSHOT after release
2021-03-16 13:20:48 +00:00
buildmaster
395097bc63
Going back to snapshots
2021-03-16 13:20:47 +00:00
buildmaster
a27e3620a3
Update SNAPSHOT to 3.1.2
2021-03-16 13:17:55 +00:00
buildmaster
fbb79850d1
Bumping versions
2021-02-18 18:56:53 +00:00
buildmaster
36de6289ba
Bumping versions
2021-02-01 18:56:47 +00:00
buildmaster
d9d1588a19
Bumping versions
2021-01-28 18:56:43 +00:00
buildmaster
44d583493a
Bumping versions
2021-01-27 18:56:44 +00:00
buildmaster
d6fb9cfaf8
Bumping versions to 3.1.2-SNAPSHOT after release
2021-01-27 17:16:38 +00:00
buildmaster
329a805fcf
Going back to snapshots
2021-01-27 17:16:37 +00:00
buildmaster
047f5f95cb
Update SNAPSHOT to 3.1.1
2021-01-27 17:11:29 +00:00
Oleg Zhurakousky
648c4b165a
GH-530, GH-630 Improvements to AWS Custom Runtime
...
This commit provides initial set of improvements to executing functions in AWS Custom Runtime
- Consistent invocation model for functional as well as @Bean configuration models via new CustomRuntimeEventLoop as well as AWSLambdaUtils
- Clean up classpath to decrease the size of the JAR/ZIP file
- Configuration simplification which no longer requires enabling of function exporter
It also allows user to define functions that rely on AWS types such as APIGatewayProxyRequestEvent
The existing invocation model remains in tact for the time being. Both invocation models are mutually exclusing in theit setup to avoid potential conflict.
Resolves #538
Resolves #630
2021-01-21 22:20:32 +01:00