3500 Commits

Author SHA1 Message Date
buildmaster
9cf35d3d8c Bumping versions 2023-12-20 13:43:30 +00:00
buildmaster
ebe26904a5 Bumping versions to 3.2.11-SNAPSHOT after release 2023-12-18 22:59:44 +00:00
buildmaster
c4d30d1fd4 Going back to snapshots 2023-12-18 22:59:43 +00:00
buildmaster
1e83dd8c1f Update SNAPSHOT to 3.2.10 2023-12-18 22:55:52 +00:00
Ryan Baxter
014fae5e9a Fixing includes 2023-11-02 16:12:01 -04:00
Soby Chacko
ca2b5e5c00 Test cleanup, checkstyle fixes 2023-10-30 16:12:03 -04:00
Fernando Blanch
9c9da804e2 Support pause/resume for consumer bindings with multiple destinations from BindingsLifecycleController
add test queryng a binding that not exists return empty list

remove unnecessary formatting changes

Resolves #2660
Resolves #2658
2023-10-30 14:54:07 -04:00
Oleg Zhurakousky
8059cdabcf Fix property value type 2023-09-26 07:11:05 +02:00
buildmaster
353409ac2a Bumping versions 2023-06-30 13:40:17 +00:00
buildmaster
deb2bdd053 Bumping versions 2023-06-29 13:43:21 +00:00
buildmaster
827f052b29 Bumping versions to 3.2.10-SNAPSHOT after release 2023-06-29 11:09:09 +00:00
buildmaster
414115ed45 Going back to snapshots 2023-06-29 11:09:08 +00:00
buildmaster
af7ff9bf79 Update SNAPSHOT to 3.2.9 2023-06-29 11:05:50 +00:00
Oleg Zhurakousky
08d68aaae2 GH-2744 Wrap shared beans loading in Throwable
Resolves #2744
2023-06-07 14:25:55 +02:00
Oleg Zhurakousky
e15e5e3a15 Fix function auto-detection when single function and input/output-bindings are defined 2023-05-31 18:38:17 +02:00
buildmaster
29e6c03e83 Bumping versions to 3.2.9-SNAPSHOT after release 2023-04-27 14:51:12 +00:00
buildmaster
4c1882ee5c Going back to snapshots 2023-04-27 14:51:11 +00:00
buildmaster
c7be174289 Update SNAPSHOT to 3.2.8 2023-04-27 14:47:37 +00:00
Jay Kim
4cc103a0ce Correct configuration path for AckMode in the kafka tips document 2023-04-25 09:55:13 -04:00
Soby Chacko
1538a06720 Fixing failing test 2023-04-20 15:08:46 -04:00
Soby Chacko
5c197ffead Verifying binder name/type on bindings endpoint
Adding tests for https://github.com/spring-cloud/spring-cloud-stream/issues/2716
2023-04-20 14:51:26 -04:00
Soby Chacko
07d28f51ea Binder name in actuator binding endpoints
- Fixing an issue where binder name is broken in bindings endpoint
   when default-binder property is provided with multiple binders
   on the classpath.

Resolves https://github.com/spring-cloud/spring-cloud-stream/issues/2716
2023-04-20 14:51:08 -04:00
Soby Chacko
1856271ae1 Display binder name in bindings actuator endpoint
- Resolve binder name and type from default binder if they
   are not provided as part of binding properties.

Resolves https://github.com/spring-cloud/spring-cloud-stream/issues/2664
2023-04-20 14:49:46 -04:00
Marc DiPasquale
28b72356ba Add Solace updates 2023-04-19 11:05:29 -04:00
Soby Chacko
e407a9cf80 Clarify docs for binding keys with special chars
Resolves https://github.com/spring-cloud/spring-cloud-stream/issues/2699
2023-04-19 11:05:09 -04:00
조찬형[Plasma]
6c193d6b37 Replace duplicate code with existing method
Resolves #2702
2023-04-11 14:37:29 +02:00
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
Oleg Zhurakousky
691dc1d3d9 Fix MessageConverter list in the docs
Resolves #2659
2023-03-01 13:44:20 +01:00
buildmaster
80adb4ea06 Bumping versions 2023-02-24 20:08:13 +00: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
Simas Joneliunas
1ee96ab788 Update README.adoc
Fix typo in readme

Resolves #2657
2023-02-23 15:27:10 +01:00
spencergibb
ca14b3542e Removes use of List.of() not available in java 8 2023-02-22 12:33:50 -05:00
Soby Chacko
13bb288499 Supporting DLQ in batch mode (#2649)
* Supporting DLQ in batch mode

Resolves https://github.com/spring-cloud/spring-cloud-stream/issues/2317

* PR review

Co-authored-by: Gary Russell <grussell@vmware.com>

---------

Co-authored-by: Gary Russell <grussell@vmware.com>

Polish to previous commit
2023-02-13 15:37:46 -05: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
Soby Chacko
b2199ca217 Test deps cleanup in Kafka Streams binder
Remove superfluous Kafka test dependencies in Kafka Streams binder

Resolves https://github.com/spring-cloud/spring-cloud-stream/issues/2573
2022-12-05 11:48:04 -05:00
Gary Russell
ec49293c48 Fix Doc ToC (3.2.x)
Resolves https://github.com/spring-cloud/spring-cloud-stream/issues/2554
2022-11-17 09:26:06 -05: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
Soby Chacko
b125603266 Dependency cleanup - Kafka binder
Revmoe unnecessary explicit depdency of kafka-clients in the binder
2022-10-27 12:57:42 -04:00
Soby Chacko
6faa169800 Dependency cleanup in Kafka binder
Remove unnecessary test dependencies added as
compile scope in Kafka binder.

Resolves https://github.com/spring-cloud/spring-cloud-stream/issues/2546
2022-10-26 14:56:53 -04:00
Soby Chacko
d37e785a7d checkstyle fixes 2022-10-20 12:02:05 -04:00
omercelikceng
f3c82b888b KafkaTopidProvisioner retry refactoring
Use a retry template for topic description method call through admin client
when provisioning consumer destinations. We are retrying because in the event
this operation gets failed, it is retried with the default retry settings in the provisioner.

Resolves https://github.com/spring-cloud/spring-cloud-stream/issues/2520
2022-10-20 12:01:12 -04:00
Oleg Zhurakousky
fdf6d7a09a GH-2429 Add default implementation of isPaused() to Binding
Resolves #2429
2022-10-17 17:21:13 +02:00