-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Reimplemented Ruby's CoercibleString setting into Java #18187
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
Reimplemented Ruby's CoercibleString setting into Java #18187
Conversation
🤖 GitHub commentsExpand to view the GitHub comments
Just comment with:
|
|
This pull request does not have a backport label. Could you fix it @andsel? 🙏
|
|
130cb84 to
dceca97
Compare
…se the functionality
logstash-core/src/main/java/org/logstash/settings/CoercibleStringSetting.java
Outdated
Show resolved
Hide resolved
logstash-core/src/test/java/org/logstash/settings/CoercibleStringSettingTest.java
Outdated
Show resolved
Hide resolved
donoghuc
left a comment
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.
Couple small suggestions, otherwise looks good!
Co-authored-by: Cas Donoghue <cas.donoghue@gmail.com>
💚 Build Succeeded
History
cc @andsel |
|
run exhaustive test |
|
run exhaustive tests |
donoghuc
left a comment
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.
LGTM 🚀





Release notes
[rn:skip]
What does this PR do?
Translates
CoercibleStringsetting class into plain Java, adding unit test to cover the functionality.Why is it important/What is the impact to the user?
N/A
Checklist
[ ] I have made corresponding changes to the documentation[ ] I have made corresponding change to the default configuration files (and/or docker env variables)Author's Checklist
How to test this PR locally
Related issues
Use cases
Screenshots
Logs