Thanks to visit codestin.com
Credit goes to github.com

Skip to content

amqp_client, rabbitmq_auth_mechanism_ssl: fix Dialyzer on Erlang/OTP 28.3 (backport #15108) (backport #15112)#15114

Merged
michaelklishin merged 1 commit into
v4.1.xfrom
mergify/bp/v4.1.x/pr-15112
Dec 11, 2025
Merged

amqp_client, rabbitmq_auth_mechanism_ssl: fix Dialyzer on Erlang/OTP 28.3 (backport #15108) (backport #15112)#15114
michaelklishin merged 1 commit into
v4.1.xfrom
mergify/bp/v4.1.x/pr-15112

Conversation

@mergify

@mergify mergify Bot commented Dec 11, 2025

Copy link
Copy Markdown

Erlang/OTP 28.3 has introduced references to new
types in the crypto module from public_key.

Our PLT_APPS list must include both public_key and crypto,
otherwise Dialyzer on Erlang/OTP 28.3 will fail.


This is an automatic backport of pull request #15108 done by [Mergify](https://mergify.com).
This is an automatic backport of pull request #15112 done by [Mergify](https://mergify.com).

…28.3

Erlang/OTP 28.3 has introduced references to new
types in the `crypto` module from `public_key`.

Our PLT_APPS list does not include `crypto`,
which causes a failure specific to 28.3.

(cherry picked from commit e896936)
(cherry picked from commit 9269a45)
@mergify mergify Bot added the make label Dec 11, 2025
@michaelklishin michaelklishin added this to the 4.1.7 milestone Dec 11, 2025
@michaelklishin michaelklishin merged commit e8fdc56 into v4.1.x Dec 11, 2025
273 of 274 checks passed
@michaelklishin michaelklishin deleted the mergify/bp/v4.1.x/pr-15112 branch December 11, 2025 03:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant