-
Notifications
You must be signed in to change notification settings - Fork 45
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
[issue-12] Add ability to set broker properties. #13
Merged
Merged
Changes from all commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
5109998
Update gitignore
Crim 580d30d
[ISSUE-12] first pass at adding broker override properties constructors
Crim cb3d799
[ISSUE-12] simplify constructors, copy property values
Crim 2302938
[ISSUE-12] update test to validate properties are not mutable after t…
Crim fe8626a
[ISSUE-12] update Kafka-JUnit4 to support overriding broker properties
Crim f532528
[ISSUE-12] Update README for Kafka-JUnit4
Crim 38065e7
[ISSUE-12] Update README for Kafka-JUnit4
Crim cd909e1
[ISSUE-12] code cleanup
Crim beb432e
[ISSUE-12] Refactor Kafka-JUnit5 to use @RegisterExtension, add abili…
Crim 38b5949
[ISSUE-12] Updated README for kafka-junit5
Crim 60e24d0
[ISSUE-12] fix code style violations, update README
Crim bb99ec8
[ISSUE-12] bump release version
Crim 84a85b9
[ISSUE-12] Refactor KafkaTestServer constructors
Crim 777cff0
[ISSUE-12] fix build warnings
Crim ab8528e
fix grammar
Crim d685b03
[ISSUE-12] fix bug in default properties vs adding properties
Crim ca9e719
[ISSUE-12] set release version to 2.3.0
Crim 820386c
[ISSUE-12] DRY SharedZookeeperTestResource between Junit4 and Junit5 …
Crim b76c5c3
[ISSUE-12] general code cleanup
Crim a8506c2
fix codestyle violation
Crim File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,4 +6,4 @@ | |
.settings/ | ||
target/ | ||
README.md.bak | ||
|
||
*.versionsBackup | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
What is this for?
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.
The maven plugin that updates release versions creates backups of POM files with this extension. Just avoiding having those checked in by accident.