Commit Graph

49 Commits

Author SHA1 Message Date
buildmaster
bee0aee07a Update SNAPSHOT to 3.2.0-M2 2021-10-01 09:39:36 +00:00
buildmaster
3a0828f70d Going back to snapshots 2021-07-30 10:58:36 +00:00
buildmaster
abb79e7387 Update SNAPSHOT to 3.2.0-M1 2021-07-30 10:55:41 +00:00
Oleg Zhurakousky
ce1265d925 Revert "Update SNAPSHOT to 3.2.0-M1"
This reverts commit 4335c0db2e.
2021-07-30 12:41:34 +02:00
Oleg Zhurakousky
05a86958f6 Revert "Going back to snapshots"
This reverts commit d01ddad754.
2021-07-30 12:41:23 +02:00
buildmaster
d01ddad754 Going back to snapshots 2021-07-30 08:15:06 +00:00
buildmaster
4335c0db2e Update SNAPSHOT to 3.2.0-M1 2021-07-30 08:12:01 +00:00
buildmaster
c2d7d110bd Bumping versions 2021-06-22 11:43:59 +00:00
buildmaster
1864a09fc4 Bumping versions to 3.1.4-SNAPSHOT after release 2021-05-26 13:50:55 +00:00
buildmaster
40f1c2ad7c Going back to snapshots 2021-05-26 13:50:54 +00:00
buildmaster
af2298caaa Update SNAPSHOT to 3.1.3 2021-05-26 13:46:32 +00:00
dzou
1c87e71aa8 try upgrading sample version
try upgrading sample version of adapter dependency

Restore GSON mapper preference

default to GSON if impl not specified
2021-05-11 15:37:24 +02:00
buildmaster
d9f2bb4079 Bumping versions 2021-05-06 11:43:45 +00:00
Mike Eltsufin
5646821158 Update documentation that GCF is GA, not Alpha 2021-04-14 11:44:13 -04:00
buildmaster
c93e2c3b9d Bumping versions 2021-04-08 18:56:43 +00:00
buildmaster
5a5ed0841f Bumping versions 2021-03-26 18:57:23 +00:00
Oleg Zhurakousky
c5148a6f71 Fix versions 2021-03-16 13:46:26 +01:00
buildmaster
1f2c3d8017 Bumping versions 2021-02-18 18:56:53 +00:00
buildmaster
aa01b6ab33 Bumping versions 2021-01-28 18:56:43 +00:00
buildmaster
06872f573a Bumping versions 2021-01-27 18:56:44 +00:00
buildmaster
043668db4b Bumping versions to 3.1.2-SNAPSHOT after release 2021-01-27 17:16:38 +00:00
buildmaster
0b8d00b1df Going back to snapshots 2021-01-27 17:16:37 +00:00
buildmaster
ea03395bb3 Update SNAPSHOT to 3.1.1 2021-01-27 17:11:29 +00:00
buildmaster
175c819ae9 Bumping versions 2021-01-14 18:56:56 +00:00
Oleg Zhurakousky
b28087d6a3 Revert "Bumping versions"
This reverts commit cbd0bee65f.
2021-01-14 12:36:38 +01:00
buildmaster
cbd0bee65f Bumping versions 2021-01-13 18:56:32 +00:00
Oleg Zhurakousky
21ac246d61 Revert "Bumping versions"
This reverts commit 8cfa04ccc6.
2021-01-11 10:43:52 +01:00
buildmaster
8cfa04ccc6 Bumping versions 2020-12-22 18:56:22 +00:00
buildmaster
7ab6cc446b Bumping versions 2020-12-15 18:56:41 +00:00
buildmaster
9e31994901 Going back to snapshots 2020-12-11 13:43:19 +00:00
buildmaster
794d59317a Update SNAPSHOT to 3.1.0-RC1 2020-12-11 13:41:19 +00:00
buildmaster
48a9b7ca11 Bumping versions 2020-11-17 18:56:10 +00:00
buildmaster
8a4129a4da Bumping versions 2020-11-03 18:55:56 +00:00
buildmaster
cc9a550bde Bumping versions 2020-10-19 18:56:00 +00:00
buildmaster
262c3533a1 Bumping versions 2020-09-29 18:56:52 +00:00
buildmaster
d7a302133e Going back to snapshots 2020-09-23 14:34:33 +00:00
buildmaster
80b62f5ebe Update SNAPSHOT to 3.1.0-M3 2020-09-23 14:32:21 +00:00
buildmaster
a760083e18 Bumping versions 2020-07-24 18:55:36 +00:00
buildmaster
63dd852ca5 Bumping versions 2020-07-20 18:55:28 +00:00
buildmaster
4213d19180 Going back to snapshots 2020-07-20 14:25:39 +00:00
buildmaster
ae4efc2b9d Update SNAPSHOT to 3.1.0-M2 2020-07-20 14:23:39 +00:00
anshlykov
dfa02750c1 Migrate to JUnit 5
spring-cloud-function-context

spring-cloud-function-context: fix

spring-cloud-function-web

spring-cloud-function-adapters

spring-cloud-function-samples

spring-cloud-function-deployer; spring-cloud-function-kotlin

Resolves #535
2020-06-10 16:43:04 +02:00
Oleg Zhurakousky
c6dc8f9a72 Change from v.BUILD-SNAPSHOT to v-SNAPSHOT 2020-06-03 14:56:41 +02:00
buildmaster
38e1b79efd Bumping versions 2020-05-30 18:55:30 +00:00
dzou
e085c2d0be Fix the GCP integration tests 2020-05-27 13:58:20 +02:00
buildmaster
fe66d6020f Bumping versions 2020-05-26 18:55:14 +00:00
Oleg Zhurakousky
ce28ce2cb6 GH-514 Remove 'proxyInvokerIfNecessary()' method
It is really not needed as it does not add much value other then allows user to cast POJO function to its actual type. The reality is that the actual goald of POJO function is to make sure they can be looked at as plain Functions.

Resolves #514
2020-05-26 15:46:42 +02:00
Marcin Grzejszczak
d606fde3ef Skipping deployment of samples 2020-05-25 16:12:56 +02:00
dzou
a4788aba08 Add docs and updates for background function support
rename fuction-sample-gcp to function-sample-gcp-http

refdoc polish

background sample polish

Resolves #525
Update pub/sub bg function to use base64 encoding
2020-05-22 12:24:24 +02:00