Oleg Zhurakousky
20206a5342
polished consumer doc
2020-01-24 13:22:37 +01:00
Oleg Zhurakousky
b523fd0d08
GH-455 Added documentation on deployer packaging options
...
Tagging @marcingrzejszczak
Resolves #445
2020-01-16 11:26:08 +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
1d40baa4ce
GH-404 Updated functional bean registration section
...
Updated functional bean registration section with note and example on how to properly register FunctionBean for component that implements Function
Resolves #404
2019-12-18 12:52:16 +01:00
Oleg Zhurakousky
e68d10e1a8
Documentation polishing. Re-arranged testing section
2019-12-18 12:40:11 +01:00
Oleg Zhurakousky
c2c5ae8df8
Updated web section with testing documentation
2019-12-18 12:22:17 +01: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
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
d87b1f0922
GH-427 Fixed web starter names in documentation
...
Resolves #427
2019-12-09 10:49:08 +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
Oleg Zhurakousky
6bb6656ae2
Polishing documentation
2019-11-22 11:50:15 +01:00
Aleksei Bulgak
7e6b54d845
docs: fix typo in text
...
removed unnecessary symbol in aws adapter documentation
2019-11-22 11:22:10 +03: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
Oleg Zhurakousky
908cbcbbfe
Added functions introductory bits to the docs
2019-11-04 16:58:03 +01:00
Oleg Zhurakousky
3e304baabf
Added function composition documentation
2019-11-04 13:06:24 +01: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
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
Oleg Zhurakousky
2aed5abff8
GH-408 Enhance RoutingFunction with SpEL and application properties
...
- Added initial support for communicating routing instructions via SpEL thru both message headers and application properties
- Added support for communication function definition via application properties
- Added additional tests and updated documentation
Resolves #408
2019-09-10 09:25:40 +02:00
Olga Maciaszek-Sharma
d115e2b62a
Fix branches in adapter docs.
...
Resolves #401
2019-08-27 18:07:54 +02:00
Oleg Zhurakousky
7d5f47f112
GH-403 Added PollableSupplier marker annotation
...
Resolves #403
2019-08-27 14:30:05 +02:00
Oleg Zhurakousky
591b3bf531
Fixed README generation and polished few tests
2019-08-19 17:08:12 +02:00
Oleg Zhurakousky
946365dcdc
Updated sagan-index.adoc with function features
2019-08-19 17:07:45 +02:00
buildmaster
ef0e42dd6f
Going back to snapshots
2019-08-13 06:02:38 +00:00
buildmaster
b49e116cf2
Update SNAPSHOT to 3.0.0.M2
2019-08-13 05:56:32 +00:00
Oleg Zhurakousky
080b708de1
Adjusted docs to benefit from recent s-c-build improvements
2019-08-12 19:03:07 +02:00
Oleg Zhurakousky
935ea12263
Deprecated EnableFunctionDeployer
...
Polished Deploying a Packaged Function section
2019-08-12 17:50:36 +02:00
Marcin Grzejszczak
cc5c522a8a
Added symbolic link of index.adoc
2019-07-29 14:28:32 +02:00
Oleg Zhurakousky
c4f1f4505c
Fixd docs failing build
2019-07-24 12:38:15 +02:00
Dave Syer
b4f5c0339f
Add flag for disabling component scan
2019-07-12 17:11:58 +02:00
Olga Maciaszek-Sharma
e6625394a8
Adjust branch variable value
2019-07-12 17:06:02 +02:00
Olga Maciaszek-Sharma
b0ef7b19d1
Add build file setup documentation
...
Resolves #377
2019-07-12 17:05:51 +02:00
Oleg Zhurakousky
570bbb23b5
Fixed doc rendering
2019-07-12 16:52:33 +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
Oleg Zhurakousky
5965447a6b
Update home.adoc
2019-05-07 18:03:30 +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
buildmaster
7fafbe7848
Update SNAPSHOT to 2.1.0.RELEASE
2019-05-07 09:12:21 +00:00
Oleg Zhurakousky
b7d2557656
fixing doc links
...
polishing test
2019-05-07 11:07:01 +02:00