CORDA-2954: Upgrade to common-lang3 (#5152)

Utilised Fields.getAllFieldsList where we were doing the equivalent
This commit is contained in:
Shams Asari
2019-05-21 17:48:32 +01:00
committed by GitHub
parent 79616536d4
commit 71c316ca5a
22 changed files with 32 additions and 45 deletions

View File

@ -4,7 +4,7 @@ import net.corda.core.internal.Emoji
import net.corda.core.messaging.FlowProgressHandle
import net.corda.core.utilities.loggerFor
import net.corda.tools.shell.utlities.StdoutANSIProgressRenderer.draw
import org.apache.commons.lang.SystemUtils
import org.apache.commons.lang3.SystemUtils
import org.apache.logging.log4j.LogManager
import org.apache.logging.log4j.core.LogEvent
import org.apache.logging.log4j.core.LoggerContext

View File

@ -7,7 +7,7 @@ import net.corda.core.messaging.DataFeed
import net.corda.core.messaging.FlowProgressHandleImpl
import net.corda.tools.shell.utlities.ANSIProgressRenderer
import net.corda.tools.shell.utlities.CRaSHANSIProgressRenderer
import org.apache.commons.lang.SystemUtils
import org.apache.commons.lang3.SystemUtils
import org.assertj.core.api.Assertions.assertThat
import org.crsh.text.RenderPrintWriter
import org.junit.Test