Skip to content

Erlang/OTP 28 compatibility: re:split change; street-address macro #13916

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 19, 2025

Conversation

mkuratczyk
Copy link
Contributor

erlang/otp#9739

In OTP28+, splitting an empty string returns an empty list, not an empty string (the input).

Additionally street-address macro was removed in OTP28 - replace with the value it used to be.

Lastly, rabbitmq_auth_backend_oauth2 has an MQTT test, so add rabbitmq_mqtt to TEST_DEPS

erlang/otp#9739

In OTP28+, splitting an empty string returns an empty list, not an empty
string (the input).

Additionally `street-address` macro was removed in OTP28 - replace with
the value it used to be.

Lastly, rabbitmq_auth_backend_oauth2 has an MQTT test, so add
rabbitmq_mqtt to TEST_DEPS
@michaelklishin michaelklishin added this to the 4.2.0 milestone May 19, 2025
@michaelklishin michaelklishin merged commit 4f1076d into main May 19, 2025
539 of 540 checks passed
@michaelklishin michaelklishin deleted the otp28-fixes branch May 19, 2025 12:18
@michaelklishin michaelklishin changed the title OTP28: re:split change; street-address macro Erlang/OTP 28 compatibility: re:split change; street-address macro May 19, 2025
michaelklishin added a commit that referenced this pull request May 19, 2025
OTP28: re:split change; street-address macro (backport #13916)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants