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)#15112

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

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

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).

…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)
@mergify mergify Bot added the make label Dec 11, 2025
@michaelklishin michaelklishin added this to the 4.2.2 milestone Dec 11, 2025
@michaelklishin michaelklishin merged commit f3de90e into v4.2.x Dec 11, 2025
289 checks passed
@michaelklishin michaelklishin deleted the mergify/bp/v4.2.x/pr-15108 branch December 11, 2025 01:24
@michaelklishin

michaelklishin commented Dec 11, 2025

Copy link
Copy Markdown
Collaborator

@Mergifyio backport v4.1.x

@michaelklishin

Copy link
Copy Markdown
Collaborator

Backporting because the missing PLT_APPS is arguably a minor (build system) bug and we should address it in v4.1.x even if it might never get full Erlang 28.3 support.

@mergify

mergify Bot commented Dec 11, 2025

Copy link
Copy Markdown
Author

backport v4.2.1

❌ No backport have been created

Details
  • Backport to branch v4.2.1 failed

GitHub error: Branch not found

@michaelklishin

Copy link
Copy Markdown
Collaborator

@Mergifyio backport v4.1.x

@mergify

mergify Bot commented Dec 11, 2025

Copy link
Copy Markdown
Author

backport v4.1.x

✅ Backports have been created

Details

michaelklishin added a commit that referenced this pull request Dec 11, 2025
amqp_client, rabbitmq_auth_mechanism_ssl: fix Dialyzer on Erlang/OTP 28.3 (backport #15108) (backport #15112)
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