This is an automated email from the ASF dual-hosted git repository.

fcsaky pushed a commit to branch v3.0
in repository https://gitbox.apache.org/repos/asf/flink-connector-rabbitmq.git


The following commit(s) were added to refs/heads/v3.0 by this push:
     new e34a57d  [FLINK-36595][docs] Explicitly set connector compatibility as 
string to prevent version comparison mismatch
e34a57d is described below

commit e34a57dea92a2c67987c9ceb623162305afc63c5
Author: Lorenzo Nicora <[email protected]>
AuthorDate: Mon Feb 9 05:56:04 2026 -0800

    [FLINK-36595][docs] Explicitly set connector compatibility as string to 
prevent version comparison mismatch
---
 docs/data/rabbitmq.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/data/rabbitmq.yml b/docs/data/rabbitmq.yml
index 704b026..658b301 100644
--- a/docs/data/rabbitmq.yml
+++ b/docs/data/rabbitmq.yml
@@ -17,7 +17,7 @@
 
################################################################################
 
 version: 3.0.1
-flink_compatibility: [1.16, 1.17]
+flink_compatibility: ["1.16", "1.17"]
 variants:
   - maven: flink-connector-rabbitmq
     sql_url: 
https://repo.maven.apache.org/maven2/org/apache/flink/flink-sql-connector-rabbitmq/$full_version/flink-sql-connector-rabbitmq-$full_version.jar
\ No newline at end of file

Reply via email to