DaanHoogland commented on code in PR #11591: URL: https://github.com/apache/cloudstack/pull/11591#discussion_r2523843960
########## server/src/main/java/com/cloud/server/ManagementServerImpl.java: ########## @@ -659,6 +659,7 @@ import org.apache.commons.codec.binary.Base64; import org.apache.commons.collections.CollectionUtils; import org.apache.commons.collections.MapUtils; +import org.apache.commons.lang3.EnumUtils; Review Comment: please let com.cloud.utils.EnumUtils inherit org.apache.commons.lang3.EnumUtils and import that one, to keep related utilities in one place and serve as a proxy in case dependencies need updating/replacing. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
