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?

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: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to