Hi, > Am 07.03.2017 um 22:17 schrieb Bruno P. Kinoshita > <[email protected]>: > > Hi all, > > We have a pull request [1][2] for adding code that detects the JVM > architecture. The user has a valid use case for his code, and we have similar > code in Apache Spark [3] and Apache Commons Crypto [4]. > > As this is going into [lang], another Commons component, I thought maybe > there could be some synergy between Crypto and Lang? I believe crypto has no > dependencies right now, but maybe it would be worth adding a dep + shade, so > that we have a single place to maintain this list of OS architectures. > > Thoughts?
For a component like crypto, I’d go with sharding. Since there are several other projects who need this code, maybe it’s worth to create a new component for that? Commons OS or Commons HostDetection or something like that? Benedikt > > Bruno > > > [1] https://github.com/apache/commons-lang/pull/231 > [2] https://issues.apache.org/jira/browse/LANG-1145 > > [3] > https://github.com/apache/spark/blob/master/core/src/main/scala/org/apache/spark/util/SizeEstimator.scala > > [4] > https://github.com/apache/commons-crypto/blob/master/src/main/java/org/apache/commons/crypto/OsInfo.java > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
