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

fix: Fixes org.mock-server to be 5.11.2 to utilize newer netty #7458

Merged

Conversation

AlanConfluent
Copy link
Member

Description

Fixes test and the build.

Testing done

Ran test

Reviewer checklist

  • Ensure docs are updated if necessary. (eg. if a user visible feature is being added or changed).
  • Ensure relevant issues are linked (description should include text like "Fixes #")

@AlanConfluent AlanConfluent requested a review from a team as a code owner April 30, 2021 20:33
Copy link
Contributor

@agavra agavra left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks again for the sluething! The size of the PR never does justice to the size of the investigation 😆

@@ -58,7 +58,7 @@
<dependency>
<groupId>org.mock-server</groupId>
<artifactId>mockserver-netty</artifactId>
<version>3.10.4</version>
<version>5.11.2</version>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why we we set this version explicitly and not inherit from top level pom?

Also, as we do set the version explicitly, how could it happen that the build broke? Seems we pulled in a different version somehow during runtime? Is there something wrong with our setup?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

My understanding is that another library from common, netty, overrode the version relied by on this library, to be a newer incompatible version. I effectively am upping the version of this library to now allow for a newer version of netty.

@AlanConfluent AlanConfluent merged commit 0df7dfc into confluentinc:master Apr 30, 2021
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.

3 participants