spring-builds
59a9a755fd
Bumping versions to 4.1.6-SNAPSHOT after release
2025-01-09 23:23:28 +00:00
spring-builds
e624e451e6
Going back to snapshots
2025-01-09 23:23:26 +00:00
spring-builds
bf32cb5b1f
Update SNAPSHOT to 4.1.5
2025-01-09 23:17:41 +00:00
spring-builds
2e1fd23616
Bumping versions to 4.1.5-SNAPSHOT after release
2024-11-27 00:14:45 +00:00
spring-builds
7c3c4cb9fc
Going back to snapshots
2024-11-27 00:14:43 +00:00
spring-builds
5aef805b5d
Update SNAPSHOT to 4.1.4
2024-11-27 00:08:21 +00:00
spring-builds
16c5685f88
Bumping versions
2024-11-26 16:01:33 +00:00
spring-builds
d114c9828d
Bumping versions to 4.1.5-SNAPSHOT after release
2024-11-26 02:31:35 +00:00
spring-builds
8d8de31754
Going back to snapshots
2024-11-26 02:31:33 +00:00
spring-builds
320801b17e
Update SNAPSHOT to 4.1.4
2024-11-26 02:26:01 +00:00
buildmaster
76d92789d1
Bumping versions to 4.1.4-SNAPSHOT after release
2024-07-10 15:51:28 +00:00
buildmaster
5d61a39ea5
Going back to snapshots
2024-07-10 15:51:27 +00:00
buildmaster
c0b651e45c
Update SNAPSHOT to 4.1.3
2024-07-10 15:46:31 +00:00
buildmaster
091d4eda41
Bumping versions
2024-05-31 11:20:30 +00:00
buildmaster
79ee3e5fda
Bumping versions
2024-05-30 11:19:42 +00:00
buildmaster
c3f263ec46
Bumping versions to 4.1.3-SNAPSHOT after release
2024-05-30 10:23:31 +00:00
buildmaster
6630bea4c3
Going back to snapshots
2024-05-30 10:23:30 +00:00
buildmaster
f0ae10ff84
Update SNAPSHOT to 4.1.2
2024-05-30 10:17:58 +00:00
buildmaster
cdb25edd57
Bumping versions to 4.1.2-SNAPSHOT after release
2024-03-27 12:47:57 +00:00
buildmaster
1567588ea8
Going back to snapshots
2024-03-27 12:47:56 +00:00
buildmaster
504c9bbb29
Update SNAPSHOT to 4.1.1
2024-03-27 12:42:40 +00:00
buildmaster
bd155628da
Bumping versions to 4.1.1-SNAPSHOT after release
2023-12-06 14:46:14 +00:00
buildmaster
83d71ba6fa
Going back to snapshots
2023-12-06 14:46:13 +00:00
buildmaster
0fb67a9c9e
Update SNAPSHOT to 4.1.0
2023-12-06 14:39:50 +00:00
buildmaster
af7f41aa6f
Going back to snapshots
2023-10-31 13:04:16 +00:00
buildmaster
c5180fae16
Update SNAPSHOT to 4.1.0-RC1
2023-10-31 12:59:18 +00:00
buildmaster
f33b4e4919
Going back to snapshots
2023-09-27 10:00:45 +00:00
buildmaster
b629f0f858
Update SNAPSHOT to 4.1.0-M2
2023-09-27 09:55:32 +00:00
buildmaster
2ad7c69d7a
Going back to snapshots
2023-08-10 01:04:55 +00:00
buildmaster
e602ad7539
Update SNAPSHOT to 4.1.0-M1
2023-08-10 01:00:07 +00:00
Soby Chacko
6b4e5899c2
4.1.0-SNAPSHOT updates
2023-06-14 12:42:53 -04:00
Oleg Zhurakousky
38a30f05fc
Revert "Bumping versions"
...
This reverts commit 3c6a0cc59b .
2023-05-26 12:38:53 +02:00
buildmaster
3c6a0cc59b
Bumping versions
2023-05-25 05:36:10 +00:00
buildmaster
6be6549e64
Bumping versions to 4.0.4-SNAPSHOT after release
2023-05-24 18:21:46 +00:00
buildmaster
2ed1285b19
Going back to snapshots
2023-05-24 18:21:45 +00:00
buildmaster
cc740db82e
Update SNAPSHOT to 4.0.3
2023-05-24 18:16:08 +00:00
abilan
e0629b5080
Introducing spring-cloud-function-integration
...
Spring Integration Java DSL, is a tool to compose integration flows programmatically.
We can build the flow not only based on standard EIP components, but also using
protocol-specific channel adapters.
Any generic services also can be used as handler in the flow.
This includes simple lambda operations or functions.
On the other hand Spring Cloud Function provides a `FunctionCatalog`
for registered functions and their compositions & conversions.
With this change we introduce a more high-level DSL to use functions
from catalog directly in the `IntegrationFlow` to gain the best from
both worlds.
* Introduce `spring-cloud-function-integration` module based on
`spring-cloud-function-context` and `spring-boot-starter-integration`
* Expose a `FunctionFlowBuilder` auto-configuration
* Add `FunctionFlowDefinition` to expose `apply()` and `accept()` operators
* Document this new module
2023-05-24 09:21:07 +02:00