Commit Graph

804 Commits

Author SHA1 Message Date
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
f094ea8595 GH-399 Moved initialization of AWS context to constructor
Moved initialization of AWS context to constructor for new FunctionInvoker

Resolves #399
2019-12-16 20:25:09 +01:00
Oleg Zhurakousky
7e0e8ff7ee GH-425 Fix Azure function reinitialization
Fixed Azure function reinitialization on each request

Resolves #425
2019-12-16 19:47:46 +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
12f4260271 GH-421 Fix Start-Class discovery logic
- Fixed logic behind discovery of Start-Class which didn't work well with some JVMs
- Isolated the Start-Class in a separate utility class as it is going to be used elsewhere

Resolves #421
2019-12-11 16:58:22 +01:00
Oleg Zhurakousky
a3a08919e0 GH-423 Ensure that SupplierExporter assumes generic Publisher
Resolves #423
2019-12-11 13:44:32 +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
7fe4770aba Removed 'repositories' section from parent POM 2019-12-09 10:43:23 +01:00
Oleg Zhurakousky
3fb38e45c9 Revert "Bumping versions"
This reverts commit ef8d03645d.
2019-12-06 15:31:52 +01:00
Oleg Zhurakousky
bf83ea2232 Revert "Bumped version to 3.0.1.BUIILD-SNAPSHOT"
This reverts commit 605183c299.
2019-12-06 15:31:36 +01:00
Oleg Zhurakousky
605183c299 Bumped version to 3.0.1.BUIILD-SNAPSHOT 2019-12-06 15:29:17 +01:00
Oleg Zhurakousky
a0f072a11d GH-429 Fixed logic behind 'composed' flag
Fixed and simplified logic behind 'composed' flag in FunctionInvocationWrapper and added additional test

Resolves #429
2019-12-06 09:27:22 +01:00
Oleg Zhurakousky
8fac135937 Quick fix in the logic to determine 'composed' flag 2019-12-05 21:39:29 +01:00
Oleg Zhurakousky
fde045a7c7 Modified multi-in/out deployer test to work with POJOs 2019-12-05 19:43:18 +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
Oleg Zhurakousky
744e32aed4 Changed default value of 'splittable' attribute of PollableBean annotation to 'true' 2019-11-22 10:32:15 +01:00
Oleg Zhurakousky
a13f4bcd65 Merge pull request #426 from aleksei-bulgak/patch-1
docs: fix typo in text
2019-11-22 10:31:00 +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
e2952877c0 Bumping versions 2019-11-20 18:55:18 +00:00
Oleg Zhurakousky
4f699a32b7 Revert "Temporary attempt on addressing deploying custon message converters"
This reverts commit e75bb67608.
2019-11-20 13:16:37 +01:00
Oleg Zhurakousky
6c675805fa Revert "Made sure custom converters are at the top"
This reverts commit 109da900f0.
2019-11-20 13:16:23 +01:00
Ryan Baxter
287dcda84f Adding issue templates 2019-11-19 17:15:37 -05:00
Ryan Baxter
8cf50870eb Create SECURITY.md 2019-11-19 17:14:23 -05:00
Oleg Zhurakousky
109da900f0 Made sure custom converters are at the top 2019-11-15 14:16:25 +01:00
Oleg Zhurakousky
e75bb67608 Temporary attempt on addressing deploying custon message converters 2019-11-15 13:03:15 +01: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
ed9b403966 Added flatten plug-in 2019-11-07 19:56:49 +01:00
buildmaster
9495a33386 Bumping versions 2019-11-07 13:48:43 +00:00
Marcin Grzejszczak
b5ebd93a27 Added maven flatten plugin 2019-11-07 14:37:02 +01: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
Oleg Zhurakousky
00ec268aca GH-420 Fix discovery of function type from class
Fix introspection over ScannedGenericBeanDefinition

Resolves #420
2019-10-29 19:50:39 +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
Oleg Zhurakousky
8ec28bb004 GH-419 Fix output type conversion
Ensured that we check for the output type and see if and what type of conversion needs to be applied. If output is already a message with payload byte[], then no conversion is necessary

Resolves #419
2019-10-24 12:19:14 +02:00
Oleg Zhurakousky
0d536fae71 Added temporary checks for Kafka stream types 2019-10-23 21:50:27 +02:00
buildmaster
eab50ca751 Bumping versions 2019-10-23 18:58:11 +00:00
Oleg Zhurakousky
7e3681dafe Rename Pollable to PollableBean 2019-10-16 14:07:09 +02:00
Oleg Zhurakousky
6ad824002d GH-414 Add snapshot repo to parent pom 2019-10-14 16:26:02 +02:00
Oleg Zhurakousky
6c3b574213 Relaxed default function lookup assertion
polish
2019-10-11 10:37:17 -04:00
Oleg Zhurakousky
a83d2e70ee Change PollableSupplier to Pollable 2019-10-07 09:51:08 -05:00
buildmaster
66b9074bfa Bumping versions 2019-10-03 18:57:06 +00:00