Commit Graph

158 Commits

Author SHA1 Message Date
Artem Bilan
660aebc4d9 Add Spring Integration Sample
Demonstrates how `IntegrationFlow` can be exposed as a `Function`

* Upgrade to the latest dependencies

* Polishing
Resolves #214
2019-02-06 19:10:40 +01:00
Marcin Grzejszczak
c6ddfe1af4 Added checkstyle for tests 2019-02-03 15:34:10 +01:00
Marcin Grzejszczak
e4b08a083c Turned on checkstyle 2019-02-01 15:48:32 +01:00
buildmaster
94e9b8f2f8 Bumping versions to 2.0.2.BUILD-SNAPSHOT after release 2019-01-31 14:48:58 +00:00
buildmaster
036e0c4090 Going back to snapshots 2019-01-31 14:48:57 +00:00
buildmaster
eaf519b82a Update SNAPSHOT to 2.0.1.RELEASE 2019-01-31 14:34:17 +00:00
buildmaster
741341f43a Bumping versions 2019-01-25 12:56:04 +00:00
buildmaster
9cf4b72ef3 Bumping versions to 2.0.1.BUILD-SNAPSHOT after release 2019-01-08 11:32:36 +00:00
buildmaster
5b2345c7d4 Going back to snapshots 2019-01-08 11:32:36 +00:00
buildmaster
612d37616d Update SNAPSHOT to 2.0.0.RELEASE 2019-01-08 10:44:55 +00:00
Oleg Zhurakousky
3a494d26e2 removed stream dependency from function-sample-compiler 2019-01-08 11:39:58 +01:00
Marcin Grzejszczak
ee00f27199 Changed sample version to be non snapshot 2019-01-08 11:30:30 +01:00
buildmaster
a5fc7dfdf4 Bumping versions 2019-01-03 16:40:36 +00:00
buildmaster
43a886b7b7 Going back to snapshots 2018-12-20 19:14:43 +00:00
buildmaster
291aafd94a Update SNAPSHOT to 2.0.0.RC3 2018-12-20 19:10:34 +00:00
Oleg Zhurakousky
7559a6a55a Fixed Azur sample pom for nimbus-jose-jwt 2018-12-20 20:05:20 +01:00
Oleg Zhurakousky
d89835bd80 GH-232 Removed FunctionScan annotation
Reoved FunctionScan annotation since it provides no additional value to the end user
Preserved auto component scanning for Functions in  package
Updated filter to additionally scan for Supplier and Consumer

Resolves #232
2018-12-03 17:29:16 +01:00
buildmaster
f0f957b96a Going back to snapshots 2018-11-19 11:23:25 +00:00
buildmaster
241652d9b8 Update SNAPSHOT to 2.0.0.RC2 2018-11-19 11:19:40 +00:00
Oleg Zhurakousky
7ea5167543 Revert "Bumping versions"
This reverts commit e2a09c0e36.
2018-11-19 06:53:31 +01:00
buildmaster
e2a09c0e36 Bumping versions 2018-11-17 17:49:47 +00:00
Dave Syer
a60118dcca Simplify repository declarations (faster for snapshots) 2018-11-17 16:27:42 +00:00
Dave Syer
80c65e2786 Revert to an azure plugin version that works 2018-11-17 16:18:50 +08:00
Dave Syer
8cce006b4c Remove dependency on Kotlin for tests
The Eclipse tooling keeps flaking out and refuses to work at all
since 0.8.7. Maybe revisit this when it is stable.
2018-11-16 17:19:19 +00:00
Oleg Zhurakousky
c46f25a000 GH-228 Added support for treating text/* CT as a special case
Resolves #228
2018-11-16 12:47:27 +01:00
Marcin Grzejszczak
ca624f1a11 Bumping versions 2018-10-31 09:29:35 +01:00
buildmaster
9cf723949b Going back to snapshots 2018-10-29 08:19:29 +00:00
buildmaster
e2f4d0a9e5 Update SNAPSHOT to 2.0.0.RC1 2018-10-29 08:15:29 +00:00
Dave Syer
bf9ab3ac0a Fix multi-part form handling for WebFlux apps
In WebFlux (but not MVC) you have to explicitly ask for the multi-
part content separately from the form data.

Fixes gh-223
2018-10-26 09:53:17 +01:00
Dave Syer
a735f50daa Inspect FunctionType to extract collection item type
Resurrects some code from #222 (the test didn't go far enough
when that issue was closed).
2018-10-26 08:00:56 +01:00
Dave Syer
c1bce87771 Update POJO sample to use webflux 2018-10-25 16:35:17 +01:00
Dave Syer
f5b09e8d27 Switch back to MVC for pojo sample 2018-10-25 15:22:44 +01:00
Dave Syer
9b9df1e7dc Polish 2018-10-25 15:02:35 +01:00
Dave Syer
2691b20a4b Tighten up multi-valued inputs to "lite" HTTP endpoint
If the user function is single valued but the input is an array,
we should output an array (just like the full webflux version).
2018-10-25 14:06:34 +01:00
buildmaster
435e4d0438 Going back to snapshots 2018-10-23 13:35:10 +00:00
buildmaster
0c5ad6acbd Update SNAPSHOT to 2.0.0.M4 2018-10-23 13:31:46 +00:00
Dave Syer
c3b03a1b11 Use web-application-type=reactive by default if webflux present
We want the default application type to be REACTIVE if webflux is
present (formerly it was NONE). In AWS and Azure we also want
the webflux beans to be switched off in a "lite" application
context (formerly they were unconditional).
2018-10-23 14:03:43 +01:00
Dave Syer
4315cb1d61 SpringApplication->FunctionalSpringApplication (less confusing) 2018-10-18 09:38:27 +01:00
Dave Syer
baabff9a40 Prefer web application type NONE in functional app 2018-10-17 13:51:42 +01:00
Dave Syer
9456a88780 Add extra dependency for Java 11 builds 2018-10-10 11:47:22 +01:00
Marcin Grzejszczak
c70f03b4a4 Bumped function to Greenwich 2018-10-02 11:56:59 +02:00
Dave Syer
debc9f8b30 Update user guide azure content 2018-09-23 08:47:58 +01:00
Dave Syer
022f9213d8 Revert to snapshots 2018-09-22 16:14:54 +01:00
Dave Syer
de6331054e Update to 2.0.0.M3 2018-09-22 12:04:16 +01:00
buildmaster
8f9882a419 Going back to snapshots 2018-09-19 13:20:41 +00:00
buildmaster
43d70a4c0c Update SNAPSHOT to 2.0.0.M2 2018-09-19 13:17:51 +00:00
Dave Syer
f09f750c39 Add support for different handler->function mappings in Azure 2018-09-17 11:06:17 +01:00
Marcin Grzejszczak
b28e22d255 Going back to snapshots 2018-08-22 18:03:37 +02:00
Marcin Grzejszczak
aca771fb8b Update SNAPSHOT to 2.0.0.M1 2018-08-22 17:54:29 +02:00
Marcin Grzejszczak
2694b73dfa Ignoring a sample test 2018-08-22 17:44:03 +02:00