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
Oleg Zhurakousky
202d617edd
Add Message and MessageConverter to the list of classes loaded by deployer
2020-03-02 15:14:48 +01: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
d334ed609c
GH-444 Fixed support for default function lookup
...
Given that function can be looked up with no definition, the fallback alternative should be 'spring.cloud.function.definition' property
Resolves #444
2020-01-28 15:50:42 +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
3fb38e45c9
Revert "Bumping versions"
...
This reverts commit ef8d03645d .
2019-12-06 15:31:52 +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
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
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
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
38e06a9dd0
GH-413 Fix type discovery logic in BeanFactoryAwareFunctionRegistry
...
- added 'discoverFunctionTypeFromFunctionalObject' method to FunctionTypeUtils
- added tests to reproduce and validate the issue
2019-10-02 12:23:55 -04: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
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
Eric Bottard
339bbdca87
Use proper traditional CL parent delegation.
...
This ultimately allows loading all JRE classes correctly, not only those
whose name are whitelisted.
2019-09-02 09:34:39 +02:00
Oleg Zhurakousky
7eb8cac663
Added test for previous commit
2019-08-19 18:09:55 +02:00
Eric Bottard
611758fbd3
Support exploded directories in addition to jar files.
2019-08-19 17:50:46 +02:00
Oleg Zhurakousky
28d6975a9a
GH-394 Ensured that arguments are propagated to the packaged archive deployment
2019-08-14 19:57:57 +02:00
Oleg Zhurakousky
e27f1e9d97
GH-394 Ensured deployer supports old Function properties
...
Resolves #394
2019-08-13 21:12:28 +02:00
buildmaster
cc0dcaf6ed
Bumping versions
2019-08-13 18:54:54 +00:00
Oleg Zhurakousky
df9a2738d5
Bumped phase of FunctionDeployerConfiguration
2019-08-13 15:30:40 +02:00