Skip to content

Conversation

@andsel
Copy link
Contributor

@andsel andsel commented Sep 18, 2025

Release notes

[rn:skip]

What does this PR do?

Translates CoercibleString setting 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

  • My code follows the style guidelines of this project
  • I have commented my code, particularly in hard-to-understand areas
  • [ ] I have made corresponding changes to the documentation
  • [ ] I have made corresponding change to the default configuration files (and/or docker env variables)
  • I have added tests that prove my fix is effective or that my feature works

Author's Checklist

  • [ ]

How to test this PR locally

Related issues

Use cases

Screenshots

Logs

@andsel andsel self-assigned this Sep 18, 2025
@github-actions
Copy link
Contributor

🤖 GitHub comments

Expand to view the GitHub comments

Just comment with:

  • run docs-build : Re-trigger the docs validation. (use unformatted text in the comment!)

@mergify
Copy link
Contributor

mergify bot commented Sep 18, 2025

This pull request does not have a backport label. Could you fix it @andsel? 🙏
To fixup this pull request, you need to add the backport labels for the needed
branches, such as:

  • backport-8./d is the label to automatically backport to the 8./d branch. /d is the digit.
  • If no backport is necessary, please add the backport-skip label

@elastic-sonarqube
Copy link

Quality Gate passed Quality Gate passed

Issues
0 New issues
0 Fixed issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarQube

@andsel andsel force-pushed the feature/coercible_string_setting_to_java branch from 130cb84 to dceca97 Compare January 21, 2026 11:44
@andsel andsel marked this pull request as ready for review January 21, 2026 13:56
Copy link
Member

@donoghuc donoghuc left a 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>
@elasticmachine
Copy link

💚 Build Succeeded

History

cc @andsel

@andsel
Copy link
Contributor Author

andsel commented Jan 23, 2026

run exhaustive test

@andsel
Copy link
Contributor Author

andsel commented Jan 23, 2026

run exhaustive tests

@andsel andsel requested a review from donoghuc January 23, 2026 10:42
Copy link
Member

@donoghuc donoghuc left a comment

Choose a reason for hiding this comment

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

LGTM 🚀

@andsel andsel merged commit 1d963dc into elastic:main Jan 23, 2026
13 checks passed
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.

Reimplement LogStash::Setting::CoercibleString to Java

3 participants