-
Notifications
You must be signed in to change notification settings - Fork 647
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 tests to support ProxyConnectionFactory #881
base: master
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,8 @@ | |
<parent> | ||
<groupId>io.confluent</groupId> | ||
<artifactId>rest-utils-parent</artifactId> | ||
<version>[7.1.0-0, 7.1.1-0)</version> | ||
<version>7.1.0-0</version> | ||
<!-- <version>[7.1.0-0, 7.1.1-0)</version> --> | ||
Comment on lines
+10
to
+11
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Do we need to submit that temporarily? If yes, can you please add a comment explaining why? If not, is that a leftover from some testing? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Yeah this is just so that it will consume the |
||
</parent> | ||
|
||
<artifactId>kafka-rest-parent</artifactId> | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: We have loaded the JAX-RS classes for Kafka REST, so it might be a tad nicer to use
javax.ws.rs.core.UriBuilder
here: