Commit Graph

226 Commits

Author SHA1 Message Date
disc99
1d2377ef85 Remove duplicate plugin
Resolves #457
2020-03-16 08:42:19 +01:00
buildmaster
87dd0dd113 Bumping versions to 3.0.4.BUILD-SNAPSHOT after release 2020-03-03 15:23:14 +00:00
buildmaster
568fd9affd Going back to snapshots 2020-03-03 15:23:14 +00:00
buildmaster
340a5cc3f3 Update SNAPSHOT to 3.0.3.RELEASE 2020-03-03 14:53:54 +00:00
buildmaster
9eb98bd545 Bumping versions to 3.0.3.BUILD-SNAPSHOT after release 2020-02-12 17:43:00 +00:00
buildmaster
28baf6fc04 Going back to snapshots 2020-02-12 17:42:59 +00:00
buildmaster
36a4e69a31 Update SNAPSHOT to 3.0.2.RELEASE 2020-02-12 17:31:16 +00:00
Oleg Zhurakousky
b71d012d02 Revert "Update SNAPSHOT to 3.0.2.RELEASE"
This reverts commit 669e8eaabe.
2020-02-12 18:22:55 +01:00
Oleg Zhurakousky
a899c8365e Revert "Going back to snapshots"
This reverts commit d6affef18e.
2020-02-12 18:22:48 +01:00
Oleg Zhurakousky
a460d2f6ed Revert "Bumping versions to 3.0.3.BUILD-SNAPSHOT after release"
This reverts commit 8e8df4206d.
2020-02-12 18:22:40 +01:00
buildmaster
8e8df4206d Bumping versions to 3.0.3.BUILD-SNAPSHOT after release 2020-02-12 16:56:40 +00:00
buildmaster
d6affef18e Going back to snapshots 2020-02-12 16:56:39 +00:00
buildmaster
669e8eaabe Update SNAPSHOT to 3.0.2.RELEASE 2020-02-12 16:41:19 +00:00
Oleg Zhurakousky
5c84b100d8 Merge pull request #433 from miller79/sample-updates
function-sample-azure cleanup
2019-12-26 20:32:00 +01:00
buildmaster
b8c3565251 Bumping versions to 3.0.2.BUILD-SNAPSHOT after release 2019-12-18 16:13:27 +00:00
buildmaster
c1c744973b Going back to snapshots 2019-12-18 16:13:27 +00:00
buildmaster
cc15b53b08 Update SNAPSHOT to 3.0.1.RELEASE 2019-12-18 15:47:36 +00:00
Oleg Zhurakousky
52b0fdea50 GH-434 Added generic FunctionInvoker for AWS
- Added generic FunctionInvoker capable of handling the request generically without requiring user to implemen specific AWS request handler

Resolves #434
2019-12-16 14:27:41 +01:00
Anthony Lofton
75019ab281 function-sample-azure cleanup
Cleaned up pom to use java.version instead of the compiler.source and
compiler.target
Added version properties for azure-functions-java-library and
azure-functions-maven-plugin
Updated the properties to be the latest recommended from Azure Functions
Used stagingDirectory in maven-resources-plugin
Updated README.adoc to say port 7071 instead of 8080
2019-12-12 13:00:29 -06:00
Oleg Zhurakousky
0f38ea47b8 GGH-431 Fixed discovery of a start class
- Ensured that FunctionClassUtils performs additional check to ensure that located star class is SpringBootApplication
- Added additional lookup to look for Main-Class if nothing was found in Start-Class primarily to support Azure
- Updated Azure samples
- Updated documentation

Resolves #431
2019-12-12 15:15:36 +01:00
Oleg Zhurakousky
3fb38e45c9 Revert "Bumping versions"
This reverts commit ef8d03645d.
2019-12-06 15:31:52 +01:00
buildmaster
ef8d03645d Bumping versions 2019-11-22 18:55:20 +00:00
buildmaster
a42fc82586 Bumping versions to 3.0.1.BUILD-SNAPSHOT after release 2019-11-22 11:18:20 +00:00
buildmaster
1bb5f26040 Going back to snapshots 2019-11-22 11:18:20 +00:00
buildmaster
ca8842445e Update SNAPSHOT to 3.0.0.RELEASE 2019-11-22 10:57:03 +00:00
buildmaster
b9cc254eea Going back to snapshots 2019-11-08 07:03:49 +00:00
buildmaster
3882613d2d Update SNAPSHOT to 3.0.0.RC2 2019-11-08 06:58:22 +00:00
buildmaster
9495a33386 Bumping versions 2019-11-07 13:48:43 +00:00
buildmaster
69c158c766 Going back to snapshots 2019-10-24 11:44:53 +00:00
buildmaster
013ef853c8 Update SNAPSHOT to 3.0.0.RC1 2019-10-24 11:39:50 +00:00
buildmaster
eab50ca751 Bumping versions 2019-10-23 18:58:11 +00:00
buildmaster
66b9074bfa Bumping versions 2019-10-03 18:57:06 +00:00
Oleg Zhurakousky
97bea81836 Discover function type from FactoryBean
* Fix spring-integration sample

* Added discoverFunctionTypeFromClass() method to FunctionTypeUtils

* A `FactoryBean` may produce a function instance as well.
Add a logic into `BeanFactoryAwareFunctionRegistry` to discover a function type from the `FactoryBean.getObjectType()`
2019-09-25 10:24:07 -04:00
buildmaster
95fc3079bb Bumping versions 2019-09-24 18:56:05 +00:00
buildmaster
042a4828ef Bumping versions 2019-09-23 18:55:39 +00:00
buildmaster
b81caf811c Going back to snapshots 2019-09-23 16:18:37 +00:00
buildmaster
6725178552 Update SNAPSHOT to 3.0.0.M3 2019-09-23 16:13:20 +00:00
buildmaster
6538c3da4c Going back to snapshots 2019-09-23 08:37:27 +00:00
buildmaster
4572e34195 Update SNAPSHOT to 3.0.0.M3 2019-09-23 08:31:46 +00:00
Simon Dean
9962294c73 Upgrade Shadown plugin to work with latest version of Gradle 2019-08-05 10:26:11 +01:00
Simon Dean
29ada6d42e Fix Gradle build 2019-08-05 09:32:43 +01:00
Marcin Grzejszczak
75607c4f18 Updated the versions 2019-07-30 09:18:53 +02:00
Oleg Zhurakousky
49f76856d4 Temporarily disconnected SI sample 2019-07-30 09:06:41 +02:00
Dave Syer
307292b959 Add proxyTargetBeans = false and fix some tests 2019-07-12 17:11:51 +02:00
Dave Syer
3ae9d0523d Add README to custom AWS sample 2019-07-12 17:09:33 +02:00
Dave Syer
5e3111bf80 Fix conditions for custom AWS runtime
Conflicts:
	spring-cloud-function-samples/function-sample-aws-custom/pom.xml
2019-07-12 17:08:34 +02:00
Oleg Zhurakousky
cfd24a8316 Upgraded master to 3.0.0.BUILD-SNAPSHOT 2019-06-06 18:47:09 +02:00
Oleg Zhurakousky
2dad9b65c1 Bumped to spring-cloud-build 2.2
Fixed boot 2.2 related errors
set master version to 2.2.0
2019-05-28 13:22:02 +02:00
buildmaster
d28fc9978a Bumping versions to 2.1.1.BUILD-SNAPSHOT after release 2019-05-07 10:08:10 +00:00
buildmaster
e44c61754c Going back to snapshots 2019-05-07 10:08:09 +00:00