Oleg Zhurakousky
58a7a74cb4
GH-2280 Add per-binding poller configuration
2022-03-16 15:50:55 +01:00
Oleg Zhurakousky
1d896435c7
GH-2292 Update documentation explaining reactive/imparative composition
...
Resolves #2292
2022-03-11 17:38:03 +01:00
Ryan Baxter
72e64b7122
Bumping function release
2022-02-18 10:44:22 -05:00
buildmaster
c00a8e28be
Bumping versions to 3.2.3-SNAPSHOT after release
2022-02-16 18:10:47 +00:00
buildmaster
ade24c521b
Going back to snapshots
2022-02-16 18:10:46 +00:00
buildmaster
699f2baf5e
Update SNAPSHOT to 3.2.2
2022-02-16 18:08:42 +00:00
Oleg Zhurakousky
cf998826b8
GH-2275 Fix checkstyle violations
...
Resolves #2275
2022-02-16 10:41:03 +01:00
ncheema
b50480c2ee
fix assertion order
2022-02-16 10:40:58 +01:00
ncheema
bff7631907
cleanup test
2022-02-16 10:40:51 +01:00
ncheema
c1abf65935
check for null producer properties
2022-02-16 10:40:40 +01:00
Oleg Zhurakousky
9ec7cf9b43
GH-2282 Ensure BeanPostProcessors do not triger early initialization
2022-02-16 10:10:37 +01:00
Oleg Zhurakousky
800832d9ac
GH-2272 Register JavaTimeModule with BindingsLifecycleController's ObjectMapper
...
Resolves #2272
2022-02-01 16:46:13 +01:00
Oleg Zhurakousky
909f4af4b4
GH-2265 Fix support for creating explicit bindings
...
This commit ensures that in the event there is a Consumer or Supplier the output-bidning or input-binding is still created
Resolves #2265
2022-01-18 14:07:50 +01:00
Oleg Zhurakousky
2969e14bdc
GH-2268 Ensure StreamBridge works with nullChannel
...
Resolves #2268
2022-01-18 11:51:22 +01:00
Mandy Neumann
ede1d0f0f7
Fix some spelling errors
2022-01-18 10:34:40 +01:00
Oleg Zhurakousky
ff281c56c4
GH-2266 Fix channel interceptor application for dynamic destinations
...
Resolves #2266
Resolves #2269
2022-01-18 10:32:12 +01:00
Sébastien NUSSBAUMER
36e93e2c6f
GH-2266 Add test to ensure GlobalChannelInterceptor is not added multiple times to the MessageChannels
2022-01-17 08:36:08 +01:00
Oleg Zhurakousky
738b658ae9
GH-2265 Add support for creating explicit bindings
...
Resolves #2265
2022-01-14 15:55:12 +01:00
Oleg Zhurakousky
a1741794ed
GH-2249 Fix partition handling in StreamBridge
...
Resolves #2249
2021-12-08 11:28:49 +01:00
Oleg Zhurakousky
150bffbbb6
GH-2253 Provide isolated ObjectMapper to BindingsLifecycleController
...
This is specifically to avoid any potetial interference from the user
Resolves #2253
2021-12-08 09:31:28 +01:00
Oleg Zhurakousky
954007053f
GH-2254 Make healthcheck classes public
...
Resolves #2254
2021-12-07 12:28:17 +01:00
Oleg Zhurakousky
4c58747891
Update functions version
2021-12-01 18:11:36 +01:00
buildmaster
f25ce49cb1
Bumping versions to 3.2.2-SNAPSHOT after release
2021-12-01 16:39:17 +00:00
buildmaster
c7a2d02f55
Going back to snapshots
2021-12-01 16:39:16 +00:00
buildmaster
94c2a01687
Update SNAPSHOT to 3.2.1
2021-12-01 16:36:05 +00:00
Oleg Zhurakousky
de18ebc5d2
Update functions version
2021-12-01 17:31:49 +01:00
Oleg Zhurakousky
e353bef092
Update functions version
2021-12-01 14:47:15 +01:00
buildmaster
b0901d57f3
Bumping versions to 3.2.1-SNAPSHOT after release
2021-12-01 11:42:58 +00:00
buildmaster
2863fb03fe
Going back to snapshots
2021-12-01 11:42:57 +00:00
buildmaster
7c1b7d7021
Update SNAPSHOT to 3.2.0
2021-12-01 11:40:15 +00:00
Oleg Zhurakousky
abefd534f9
Fix spelling errors in doc
2021-12-01 11:03:50 +01:00
Oleg Zhurakousky
ec2422418b
GH-2213 Add docs to clarify SpEL usage
...
Resolves #2213
2021-11-30 14:04:10 +01:00
Eugen Cristea
f860177381
Content Type Negotiation
...
message handler example fix
2021-11-30 11:15:28 +01:00
Oleg Zhurakousky
bb4064d883
GH-2090 Fix wild card contentType processing in StreamBridge
...
This fix is dependent on https://github.com/spring-cloud/spring-cloud-function/issues/773
Resolves #2090
2021-11-29 19:14:35 +01:00
Soby Chacko
ada1f4c3a5
GH-2245 StreamBridge partitioning fix
...
Fix the order in applying partitioning interceptor in StreamBridge.
The interceptor must be added before the call for binding the producer.
Related to resolving https://github.com/spring-cloud/spring-cloud-stream/issues/2245
Specifically for this: https://github.com/spring-cloud/spring-cloud-stream/issues/2245#issuecomment-977663452
2021-11-25 10:08:56 -05:00
Oleg Zhurakousky
241e57417f
Fix ApplicationJsonMessageMarshallingConverter String conversion
2021-11-25 09:45:41 -05:00
Oleg Zhurakousky
d1358789b9
GH-2245 Ensure DefaultPartitionInterceptor is added to partitioned destinations managed by StreamBridge
...
Resolves #2245
2021-11-16 14:06:44 +01:00
Oleg Zhurakousky
4e011c26f3
GH-2206 Add resetLastError method to TestChannelBinder
...
Resolves #2206
2021-11-03 16:51:53 +01:00
Oleg Zhurakousky
a2495bc920
GH-2243 Document spring.cloud.stream.dynamic-destination-cache-size property
...
Resolves #2243
2021-11-03 16:31:07 +01:00
buildmaster
67d20e8367
Going back to snapshots
2021-11-03 08:36:00 +00:00
buildmaster
470b42d4d2
Update SNAPSHOT to 3.2.0-RC1
2021-11-03 08:34:20 +00:00
Soby Chacko
ac33329260
Remove schema registry references from the docs
2021-11-02 15:43:05 +01:00
Oleg Zhurakousky
afe8045493
GH-2212 Additional fixes related to lifecycle control over components that rely on SPCA
2021-10-27 19:29:22 +02:00
Oleg Zhurakousky
0a675e3534
GH-2215 Ensure internal components reuse ObjectMapper
...
Resolves #2215
2021-10-27 19:06:43 +02:00
Oleg Zhurakousky
662d126e4f
Polishing
2021-10-27 17:23:21 +02:00
Oleg Zhurakousky
97b7db0865
GH-2212 Fix Lifecycle control over components that rely on SPCA
...
This fixes the condition when startiing/stopping message producers which themselves are controlled by SourcsPollingChannelAdapter which we must also start/stop
Resolves #2212
2021-10-27 17:22:14 +02:00
Nitin
fd757cb124
Update README.adoc
2021-10-26 15:38:18 +02:00
Oleg Zhurakousky
b711180841
Fix test to accomodate the related commit in s-c-function
...
s-c-function commit id - 40fe70d44c8649a0e1e688b3c65155c6217064b3
2021-10-25 14:13:52 +02:00
Oleg Zhurakousky
eb6394023e
GH-2235 Fix partitioning issue for collection and add tests
2021-10-19 18:47:57 +02:00
Oleg Zhurakousky
7d156f3c28
Merge remote-tracking branch 'upstream/main' into main
2021-10-19 18:47:39 +02:00