-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
[MNG-8573] OS Service #2099
[MNG-8573] OS Service #2099
Conversation
And move the OS static helper to util, is not profile specific. --- https://issues.apache.org/jira/browse/MNG-8573
String family(); | ||
|
||
/** | ||
* Returns {@code true} if you need to make extra hoops and loops. |
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.
I hope this javadoc could be reworded.
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.
sure, am just testing our reviewers "eagle eye"
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.
I don't see why we need a wrapper around the utility class. This feels like added complexity for no special purpose.
The goal is simple:
|
I've enhanced the javadoc, but I wonder if it would make more sense to use proper enums, as we don't even define the values. |
Yes, I intentionally left them out, as IMO this service would be most used for things like:
I just wanted to keep this OS stuff small, minimal. And once service, we can later extend it with new methods, as required or we spot some need. |
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
And move the OS static helper to util, is not
profile specific.
https://issues.apache.org/jira/browse/MNG-8573