Commit Graph

17 Commits

Author SHA1 Message Date
Oleg Zhurakousky
2a0653b0e7 Removed redundant entries from POM files
Polished POM files to remove redundant entries that were causing warnings in the IDE. Some notable changes are:
- Removed spring-boot.version from sample project as they inherit it from the parent
- Removed versioning for maven-jar-plugin (was 3.0) from multiple project so it relies on the managed version
- Removed java.version from all spring-cloud-function-* modules as they inherit the one from parent.

Addressed PR comments
- removed references to maven-jar-plugin
2017-03-11 18:31:32 -05:00
markfisher
6044b053ae renamed property keys 2017-03-03 16:35:30 -05:00
markfisher
19fd056a5e add support for simple (non-Flux) types
add objectToStringHttpMessageConverter

CompilerController accepts parameterized types
2017-02-24 12:14:57 -05:00
Dave Syer
d6a4ccf001 Update thin launcher to snapshot for fixes 2017-02-23 14:50:48 +00:00
markfisher
d8e51dbb6e renamed bytecode resource property 2017-02-13 09:42:22 -05:00
markfisher
f20cff0fc8 added FunctionProxyApplicationListener
added support for lambda compiling Supplier and Consumer proxies
2017-02-06 15:56:51 -05:00
markfisher
9a5600f259 add support for compiling suppliers and consumers 2017-02-06 15:29:17 -05:00
markfisher
4dbad37334 explicit Reactor version for compiler app 2017-01-27 16:40:35 -05:00
markfisher
94a78bdc7f add Function compiling webapp and update scripts 2017-01-19 15:55:49 -05:00
markfisher
0fb31d6d2b removed FunctionRegistry 2017-01-11 21:23:02 -05:00
Dave Syer
7408664aeb Use classpath URLs from class loader instead of system property
The system property doesn't work for a bootiful jar. With this change
there is no need to scan the jar for nested jars either.
2017-01-03 08:24:44 -05:00
markfisher
588e68f014 updated Example 2016-10-14 20:48:05 -04:00
markfisher
b0db0233be add support for Supplier and Consumer 2016-10-14 20:40:48 -04:00
markfisher
b78024e7ea generate name per function to allow composition 2016-10-01 16:32:28 -04:00
markfisher
309993f0d4 file-based registry for serialized functions 2016-10-01 15:30:25 -04:00
markfisher
257cf8c356 add .jdk8 file to compiler project 2016-09-23 09:23:46 -04:00
markfisher
bdd39b74ff initial commit 2016-09-21 22:33:06 -04:00