Oleg Zhurakousky
aea3b548da
Cleanup of Azure sample
2021-11-18 14:59:40 +01:00
Oleg Zhurakousky
5e568cc417
GH-725 Fix getNames() method to properly compute available function names
...
Resolves #725
2021-11-12 11:36:40 +01: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
Oleg Zhurakousky
e58741b6cb
Polishing related to merginng the previous commit as well as upgrade of Kotlin libs
2021-10-25 13:28:31 +02:00
Oleg Zhurakousky
12cf0d5763
Restructure and simplify AWS Custom Runtime code
...
Add Custom Runtime emulator to simplify integration testing
2021-10-20 17:52:52 +02:00
Oleg Zhurakousky
f5707e88c4
GH-SCST-2235 Fix Partitioning issue with FunctionAroundWrapper"
2021-10-19 18:26:37 +02: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
Oleg Zhurakousky
860b133bea
Fix version in cloud event sample
2021-10-19 09:26:38 +02:00
Oleg Zhurakousky
f93f593dd9
Fix version in cloud event sample
2021-10-19 09:20:30 +02:00
Oleg Zhurakousky
4f7082a515
Add skip deployment to new gRPC sample
2021-10-18 20:28:32 +02:00
Oleg Zhurakousky
4965baab55
Reorganization of grpc code
2021-10-18 17:55:33 +02:00
Oleg Zhurakousky
56980271b9
Fixing poms
2021-10-18 16:22:11 +02:00
Oleg Zhurakousky
a70101e854
Fix dependency version
2021-10-18 16:06:23 +02:00
buildmaster
f9f580c17b
Bumping versions
2021-10-12 11:52:43 +00:00
Oleg Zhurakousky
caf3cd79fb
GH-754 Add initial support for specifying grpc service
...
The newly added support allows one to actually specify which groc service to bootstrap in the event multiple services are available in the classpath
Resolves #754
2021-10-11 20:46:43 +02:00
Oleg Zhurakousky
778bf3b024
Add grpc sample to parent POM
2021-10-11 19:14:02 +02:00
Oleg Zhurakousky
41043479f5
GH-750 Add support for pluggable protobufs
...
This initial support adds plugin extension to support CloudEvent proto as well as the example
Additional plugins could be provided in the same ay as CloudEvent plugin extension
Resolves #750
2021-10-11 14:03:24 +02: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
fd1472e826
Fix cloud event samples
2021-10-01 11:30:30 +02:00
Oleg Zhurakousky
98852e383f
Fix spring-integration sample
2021-10-01 11:23:09 +02:00
Oleg Zhurakousky
583f2d5a98
Fix Azure sample
2021-10-01 11:15:27 +02:00
Oleg Zhurakousky
0dee39f048
Upgrade wrapper version
2021-10-01 10:59:10 +02:00
Oleg Zhurakousky
eaacf49c9c
Upgrade wrapper version
2021-10-01 10:48:48 +02:00
Oleg Zhurakousky
6fcdc8900c
Update wrapper version
2021-10-01 10:35:48 +02:00
Oleg Zhurakousky
0fd0e66ac3
Update wrapper version
2021-09-30 15:55:06 +02:00
Oleg Zhurakousky
45fc7c73b6
Upgrade wrapper version
2021-09-30 12:30:16 +02:00
Oleg Zhurakousky
401cbb7cc2
Remove dependency on compilation module in function-sample
2021-09-10 09:26:01 +02:00
Nikola Micic
c02f48bb32
Update azure-function-maven-plugin version to 1.12.0
2021-08-21 13:31:36 +02:00
Oleg Zhurakousky
55daf8c71a
Cleanup after GH-718
2021-08-03 13:15:37 +02:00
Oleg Zhurakousky
873860571b
GH-718 Improve support for Function bean definition
...
Added sample for functional bean definition
2021-08-03 13:02:15 +02:00
Oleg Zhurakousky
4b611ec4e2
Don't wrap collection of messages into Message
2021-07-30 18:32:52 +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
d9db0af13d
GH-716 Add support for returning custom status code
...
Resolves #716
2021-07-30 12:42:48 +02: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
7d9e3e31fb
Merge pull request #715 from jon-ruckwood/fix-build
...
Update snapshot version in kotlin-web sample
2021-07-16 15:29:35 +02:00
Oleg Zhurakousky
f06892f7ff
GH-714 Add support for component scanning to function deployer
...
We already support it for standard deployment, so this fix extends such support for functions deploye via function deployer feature
Resolves #714
2021-07-16 12:34:35 +02:00
Jonathan Ruckwood
55101ad6f2
Update snapshot version in kotlin-web sample
2021-07-15 17:09:32 +01: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
Oleg Zhurakousky
189c74d5cf
GH-708 Removed RequestProcessor from Flux FunctionController
...
Resolves #708
polish
2021-06-16 17:09:52 +02: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