Skip to content

Pass exception back up to application code #1438

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 1 commit into from
Dec 5, 2023

Conversation

lukebakken
Copy link
Collaborator

Fixes #1434

@lukebakken lukebakken self-assigned this Dec 4, 2023
@lukebakken lukebakken added this to the 6.8.0 milestone Dec 4, 2023
@lukebakken lukebakken force-pushed the rabbitmq-dotnet-client-1434 branch from 781a2d1 to 169a6d1 Compare December 4, 2023 20:04
@lukebakken
Copy link
Collaborator Author

@pabermod - Please give my fix a review and test. I added your test project to this project's solution, on a temporary basis, to make it easy to debug.

Be sure to update submodules:

git pull
git checkout rabbitmq-dotnet-client-1434
git submodule update --init

# Run the test program
.\rabbitmq-dotnet-client-1434\RabbitMQRedirectAssembly\bin\Debug\net462\RabbitMQRedirectAssembly.exe

@lukebakken lukebakken force-pushed the rabbitmq-dotnet-client-1434 branch from 169a6d1 to a319092 Compare December 4, 2023 20:08
@lukebakken lukebakken marked this pull request as ready for review December 4, 2023 21:11
@lukebakken lukebakken marked this pull request as draft December 4, 2023 21:11
@pabermod
Copy link

pabermod commented Dec 5, 2023

This fix is working as expected. Thanks!

@lukebakken
Copy link
Collaborator Author

@pabermod thank you for testing this so quickly!

@lukebakken lukebakken marked this pull request as ready for review December 5, 2023 15:29
@lukebakken lukebakken marked this pull request as draft December 5, 2023 15:29
@lukebakken lukebakken force-pushed the rabbitmq-dotnet-client-1434 branch from a319092 to ed7b4e6 Compare December 5, 2023 15:35
@lukebakken lukebakken marked this pull request as ready for review December 5, 2023 15:36
@lukebakken lukebakken merged commit 4cb93ed into 6.x Dec 5, 2023
@lukebakken lukebakken deleted the rabbitmq-dotnet-client-1434 branch December 5, 2023 20:45
@lukebakken lukebakken mentioned this pull request Dec 5, 2023
lukebakken added a commit that referenced this pull request Dec 11, 2023
Fixes #1441

Reference:
* #1434
* #1438
@lukebakken lukebakken mentioned this pull request Dec 11, 2023
patrikwlund added a commit to patrikwlund/AddUp.FakeRabbitMQ that referenced this pull request Dec 11, 2023
The RabbitMQ client introduced a breaking API change in a constructor in 6.8.0:
rabbitmq/rabbitmq-dotnet-client#1438

So this lib needs to be recompiled against the new version of RabbitMQ to be fully compatible.
lukebakken added a commit that referenced this pull request Dec 11, 2023
The original change in #1438 introduced a breaking API change, reported here:

addupsolutions/AddUp.FakeRabbitMQ#189
@lukebakken lukebakken mentioned this pull request Dec 11, 2023
lukebakken added a commit that referenced this pull request Dec 11, 2023
Fixes #1441

Reference:
* #1434
* #1438

Port changes from #1443
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.

2 participants