Skip to content
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

LDAP: match on tuples instead of the #eldap_search_result record for OTP 24.3 compat (backport #4285) (backport #4286) #4287

Merged
merged 1 commit into from Mar 17, 2022

Conversation

mergify[bot]
Copy link

@mergify mergify bot commented Mar 17, 2022

This is an automatic backport of pull request #4286 done by Mergify.


Mergify commands and options

More conditions and actions can be found in the documentation.

You can also trigger Mergify actions by commenting on this pull request:

  • @Mergifyio refresh will re-evaluate the rules
  • @Mergifyio rebase will rebase this PR on its base branch
  • @Mergifyio update will merge the base branch into this PR
  • @Mergifyio backport <destination> will backport this PR on <destination> branch

Additionally, on Mergify dashboard you can:

  • look at your merge queues
  • generate the Mergify configuration with the config editor.

Finally, you can contact us on https://mergify.com

In erlang/otp#5538, the eldap_search_result
record structure has changed:
https://github.com/erlang/otp/pull/5538/files#diff-30e064e89b115da7e974f229ed5c92f28e489da679ef42f17e70b9e7cf874179R24

It does have a default but for code
compiled on, say, Erlang 23.0, which is the case for current RabbitMQ
releases, it would still be a breaking change resulting in
case expression matching failures (a case_clause).

Closes #4284.

(cherry picked from commit 730856e)
(cherry picked from commit bedb709)
@michaelklishin michaelklishin added this to the 3.9.14 milestone Mar 17, 2022
@michaelklishin michaelklishin merged commit 55a4854 into v3.9.x Mar 17, 2022
@michaelklishin michaelklishin deleted the mergify/bp/v3.9.x/pr-4286 branch March 17, 2022 17:26
michaelklishin added a commit that referenced this pull request Mar 17, 2022
LDAP: match on tuples instead of the #eldap_search_result record for OTP 24.3 compat (backport #4285) (backport #4286) (backport #4287)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant