-
Notifications
You must be signed in to change notification settings - Fork 19
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
Move Util classes to framework-cloud-common #97
base: main
Are you sure you want to change the base?
Conversation
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.
Looks good, one minor suggestion.
@@ -13,7 +13,7 @@ | |||
* limitations under the License. | |||
*/ | |||
|
|||
package org.kie.cloud.integrationtests.util; | |||
package org.kie.cloud.common.client.util; |
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.
Just a suggestion - TimeUtils could be moved to different package as it is used also outside of client util classes.
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.
Moved to org.kie.cloud.common.time package. Took inspiration from org.kie.cloud.common.logs which contains InstanceLogUtil.
140956e
to
8fefe18
Compare
jenkins retest this |
8fefe18
to
c1cc35c
Compare
c1cc35c
to
ecd522c
Compare
@MarianMacik |
@sutaakar @jiripetrlik @jhrcek