Commit Graph

66 Commits

Author SHA1 Message Date
Oleg Zhurakousky
86df59777b Add getBindingServiceProperties method to AbstractMessageChannelBinder 2023-03-27 09:39:03 +02:00
Oleg Zhurakousky
4b09e921ca GH-2664 Add support for displaying binder name/type
Resolves #2664

GH-2664 polishing
2023-03-27 09:12:58 +02:00
buildmaster
09c1e00df6 Bumping versions to 3.2.8-SNAPSHOT after release 2023-02-23 22:49:38 +00:00
buildmaster
431fefa6a8 Going back to snapshots 2023-02-23 22:49:38 +00:00
buildmaster
76e84cb49c Update SNAPSHOT to 3.2.7 2023-02-23 22:46:31 +00:00
Oleg Zhurakousky
0c74f2f460 GH-2612 Fix initialization ordering issue with actuator endpoints
this also includes improvement where channels are now retrieved dynamically allowing new channels created during the runtime of the application to be visible as well
Resolves #2612
2023-01-19 15:15:09 +01:00
Oleg Zhurakousky
24c89a5d01 GH-2262 Ensure BindingHandlerAdvise is propagated to binder context
During multiple binder scenarious BindingHandlerAdvise must be propagated to binder context to ensure that default properties are properly bound

Resolves #2262
2023-01-12 19:02:25 +01:00
Oleg Zhurakousky
7b4a85a5b7 GH-2590 Fix logic to determine if function is a RoutingFunction 2023-01-06 13:57:59 +01:00
buildmaster
ddc6a722b3 Bumping versions to 3.2.7-SNAPSHOT after release 2022-11-03 15:06:19 +00:00
buildmaster
3b808bda8f Going back to snapshots 2022-11-03 15:06:18 +00:00
buildmaster
03690257b6 Update SNAPSHOT to 3.2.6 2022-11-03 15:03:15 +00:00
Atsushi Yoshikawa
384ba2a8f8 Fix producer Binding#companion bean not set 2022-10-31 10:24:12 +01:00
Oleg Zhurakousky
fdf6d7a09a GH-2429 Add default implementation of isPaused() to Binding
Resolves #2429
2022-10-17 17:21:13 +02:00
Oleg Zhurakousky
a84a42188d GH-2522 polishing previous commit 2022-10-05 17:00:59 +02:00
Oleg Zhurakousky
42a43af4c2 GH-2522 Add support for propagating select beans across child AC
Resolves #2522
2022-10-05 15:18:36 +02:00
Oleg Zhurakousky
6b6b8788e5 GH-2283 Fix binder specific 'default' bindings
Resolves #2283
2022-10-04 20:35:35 +02:00
buildmaster
d51766c4a6 Going back to snapshots 2022-09-06 19:53:31 +00:00
buildmaster
2c873d9618 Update SNAPSHOT to 3.2.5 2022-09-06 19:50:30 +00:00
buildmaster
1964f31cfc Bumping versions to 3.2.6-SNAPSHOT after release 2022-09-02 21:10:58 +00:00
buildmaster
4a6c6f629f Going back to snapshots 2022-09-02 21:10:57 +00:00
buildmaster
0341637fa6 Update SNAPSHOT to 3.2.5 2022-09-02 21:08:03 +00:00
Oleg Zhurakousky
bed295e66f GH-2470 Verify Kotlin lambda working with PollableBean
Resolves #2470
2022-08-31 15:48:16 +02:00
Oleg Zhurakousky
8b9f1349fc GH-2501 Maje StreamBridge 'safer' if created outside of Spring
Resolves #2501
2022-08-31 13:36:24 +02:00
Oleg Zhurakousky
3fc3097852 Small cleanup in StreamBridge
Remove redundant injection of FunctionRegistry since it is the same as FunctionCatalog
2022-08-29 16:51:42 +02:00
Oleg Zhurakousky
644224802b Finish JUnit5 migration 2022-08-29 15:07:22 +02:00
Oleg Zhurakousky
9d14b05077 GH-2452 Clean up bindings in Stream bridge once they are removed from cache
Resolves #2452

polish
2022-07-25 16:50:12 +02:00
Oleg Zhurakousky
a8ee1cc9ab Fix logging levels 2022-07-25 15:08:55 +02:00
Oleg Zhurakousky
2d17d60e47 Fix batching test 2022-06-15 12:12:31 +02:00
Oleg Zhurakousky
05d5ea9af8 GH-2374 minor adjustments to functional error handling 2022-06-13 19:42:22 +02:00
Oleg Zhurakousky
e8441a3787 GH-2347 Fix explicit binding creation when single function is present
Resolves #2347
2022-06-10 18:54:00 +02:00
Oleg Zhurakousky
8f4085c420 GH-2413 Add missing exception to ApplicationJsonMessageMarshallingConverter
Resolves #2413
2022-06-09 17:57:28 +02:00
Sean Doyle
c2edd60024 StreamBridge resolveDestination considers binderName in cache hit 2022-06-07 15:16:36 +02:00
Oleg Zhurakousky
3a7ab48d51 Fix ErrorBindingTests 2022-06-07 12:22:22 +02:00
Soby Chacko
3c946e8c3d Temporarily disabling ErrorBindingTests 2022-06-06 19:36:38 -04:00
Soby Chacko
eb6ea6c18f Fixing checkstyle issues 2022-06-06 19:27:37 -04:00
Oleg Zhurakousky
607d30900b GH-2374 Add initial support for function-based error handling
Resolves #2374
2022-06-02 15:03:17 +02:00
spencergibb
b0f6270d3a Bumps to next snapshot version 2022-05-27 13:24:23 -04:00
buildmaster
2b268196e5 Update SNAPSHOT to 3.2.4 2022-05-27 13:09:25 -04:00
Soby Chacko
8ab9e37c9a StreamBridge binder name related changes
An internal helper method used by StreamBridge for resolving the
binder target type to attach the target binder protocol, does not
take into account the binder name when resolving the binder configuration.
Fixing this issue.

Resolves https://github.com/spring-cloud/spring-cloud-stream/issues/2379
Resolves #2401
2022-05-17 19:29:35 +02:00
Soby Chacko
a827177ac1 Binding name as a consumer/producer property
Make binding names available through Consumer/Producer properties.
Currently, the binders use a ThreadLocal to store the binding name for internal use.
These changes introduce the binding name as a property for both producer/consumer bindings.

Resolves https://github.com/spring-cloud/spring-cloud-stream/issues/2380
2022-05-10 18:27:32 -04:00
Artem Bilan
3ecbfc6c59 Fix Poller Config for ambiguity
Related to https://stackoverflow.com/questions/72023445/spring-cloud-stream-mutually-exclusive-property-issue

The `PollerConfigEnvironmentPostProcessor` has a flaw not checking user-provided properties
and does not check for mutually exclusive before setting default

* Fix `PollerConfigEnvironmentPostProcessor` to check for other mutual poller
properties before setting default for `fixed-delay`
* Same for `max-messages-per-poll`
* Verify that fix is working in the `PollableSourceTests` where poller
options make sense in the Spring Cloud Stream scenario

* Fix `PollerConfigEnvironmentPostProcessor` for redundant check
* Add more tests into `PollableSourceTests` to verify different
poller properties and their exclusive mutuality
2022-05-02 16:12:19 -04:00
Oleg Zhurakousky
2600178045 Fix documentation and bump versions of snapshots 2022-04-29 11:31:52 +02:00
buildmaster
538a6b4253 Bumping versions 2022-04-27 13:45:19 +00:00
buildmaster
1b76157bf9 Bumping versions to 3.2.4-SNAPSHOT after release 2022-04-27 10:22:05 +00:00
buildmaster
47b43edfa3 Going back to snapshots 2022-04-27 10:22:03 +00:00
buildmaster
5264b1b32f Update SNAPSHOT to 3.2.3 2022-04-27 10:19:08 +00:00
Olga Maciaszek-Sharma
a8962b0206 Revert "Update SNAPSHOT to 3.2.3"
This reverts commit 5c698b8b1b.
2022-04-27 10:56:23 +02:00
Olga Maciaszek-Sharma
478861e5c2 Revert "Going back to snapshots"
This reverts commit 07c683d02a.
2022-04-27 10:56:20 +02:00
Olga Maciaszek-Sharma
f6f9ae8830 Revert "Bumping versions to 3.2.4-SNAPSHOT after release"
This reverts commit f4ead8d7c7.
2022-04-27 10:56:16 +02:00
buildmaster
f4ead8d7c7 Bumping versions to 3.2.4-SNAPSHOT after release 2022-04-26 15:34:13 +00:00