File tree Expand file tree Collapse file tree 4 files changed +13
-10
lines changed Expand file tree Collapse file tree 4 files changed +13
-10
lines changed Original file line number Diff line number Diff line change 11module (
22 name = "rabbitmq_delayed_message_exchange" ,
3- version = "3.13 .0" ,
3+ version = "4.0 .0" ,
44)
55
66bazel_dep (
@@ -27,14 +27,14 @@ use_repo(
2727
2828bazel_dep (
2929 name = "rabbitmq-server" ,
30- version = "3.13 .0" ,
30+ version = "4.0 .0" ,
3131)
3232
3333archive_override (
3434 module_name = "rabbitmq-server" ,
35- strip_prefix = "rabbitmq-server-main " ,
35+ strip_prefix = "rabbitmq-server-4.0.x " ,
3636 urls = [
37- "https://github.com/rabbitmq/rabbitmq-server/archive/refs/heads/main .zip" ,
37+ "https://github.com/rabbitmq/rabbitmq-server/archive/refs/heads/v4.0.x .zip" ,
3838 ],
3939)
4040
Original file line number Diff line number Diff line change @@ -2,10 +2,11 @@ PROJECT = rabbitmq_delayed_message_exchange
22PROJECT_DESCRIPTION = RabbitMQ Delayed Message Exchange
33PROJECT_MOD = rabbit_delayed_message_app
44
5- RABBITMQ_VERSION ?= v3.13.x
5+ RABBITMQ_VERSION ?= v4.0.x
6+ current_rmq_ref = $(RABBITMQ_VERSION )
67
78define PROJECT_APP_EXTRA_KEYS
8- {broker_version_requirements, ["3.13 .0"]}
9+ {broker_version_requirements, ["4.0 .0"]}
910endef
1011
1112dep_amqp_client = git_rmq-subfolder rabbitmq-erlang-client $(RABBITMQ_VERSION )
Original file line number Diff line number Diff line change @@ -31,11 +31,13 @@ of some kind.
3131
3232## Supported RabbitMQ Versions
3333
34- The most recent release of this plugin targets RabbitMQ 3.13.x.
34+ The most recent release of this plugin targets RabbitMQ 4.0.x.
35+
36+ This plugin requires Mnesia and does not work with Khepri!
3537
3638## Supported Erlang/OTP Versions
3739
38- The latest version of this plugin [ requires Erlang 26.0 or later versions] ( https://www.rabbitmq.com/which-erlang.html ) , same as RabbitMQ 3.13 .x.
40+ The latest version of this plugin [ requires Erlang 26.2 or later versions] ( https://www.rabbitmq.com/which-erlang.html ) , same as RabbitMQ 4.0 .x.
3941
4042## Project Maturity
4143
@@ -199,7 +201,7 @@ The EZ file is created in the `bazel-bin` directory.
199201
2002021 . Update ` broker_version_requirements ` in ` helpers.bzl ` & ` Makefile ` (Optional)
2012031 . Update the plugin version in ` MODULE.bazel `
202- 1 . Push a tag (i.e. ` v3.13 .0` ) with the matching version
204+ 1 . Push a tag (i.e. ` v4.0 .0` ) with the matching version
2032051 . Allow the Release workflow to run and create a draft release
2042061 . Review and publish the release
205207
Original file line number Diff line number Diff line change 11load ("@rules_erlang//:ct.bzl" , "ct_test" )
22
3- BROKER_VERSION_REQUIREMENTS_TERM = """{broker_version_requirements, ["3.13 .0"]}"""
3+ BROKER_VERSION_REQUIREMENTS_TERM = """{broker_version_requirements, ["4.0 .0"]}"""
44
55def rabbitmq_suite (
66 name = None ,
You can’t perform that action at this time.
0 commit comments