>> Any reason JNI cannot be replaced by JNA? (sorry for the hijack!) We didn't try JNA. Technically, JNA should be working here. JNI is used considering a few factors: 1. Keep the library dependency as light as we can, considering the JNI is a relative thin layer and simple here. 2. Performance in control. Need to evaluate the JNA performance implications.
Maybe we can evaluate JNA and check whether it is valuable for JNA to replace JNI. Regards, Haifeng -----Original Message----- From: Gary Gregory [mailto:[email protected]] Sent: Tuesday, March 22, 2016 10:12 AM To: Commons Developers List <[email protected]> Subject: Re: [VOTE] Accept Chimera as new Apache Commons Component Any reason JNI cannot be replaced by JNA? (sorry for the hijack!) Gary On Mon, Mar 21, 2016 at 12:21 PM, sebb <[email protected]> wrote: > -0.9 ditto > > I trust all the people voting +1 are prepared to help maintain the > code, including the JNI bits? > <ducks/> > > On 21 March 2016 at 18:13, James Carman <[email protected]> > wrote: > > -0, I don't like the idea of a JNI library. > > > > On Mon, Mar 21, 2016 at 4:45 AM Benedikt Ritter <[email protected]> > wrote: > > > >> Hi all, > >> > >> after long discussions I think we have gathered enough information > >> to decide whether we want to accept the Chimera project as a new > >> Apache Commons component. > >> > >> Proposed name: Apache Commons Crypto Proposal text: > >> https://github.com/intel-hadoop/chimera/blob/master/PROPOSAL.html > >> Initial Code Base: https://github.com/intel-hadoop/chimera/ > >> Initial Committers (Names in alphabetical order): > >> - Aaron T. Myers ([email protected], Apache Hadoop PMC, one of the > original > >> Crypto dev team in Apache Hadoop) > >> - Andrew Wang ([email protected], Apache Hadoop PMC, one of the > >> original Crypto dev team in Apache Hadoop) > >> - Chris Nauroth ([email protected], Apache Hadoop PMC and active > >> reviewer) > >> - Colin P. McCabe ([email protected], Apache Hadoop PMC, one of > >> the original Crypto dev team in Apache Hadoop) > >> - Dapeng Sun ([email protected], Apache Sentry Committer, Chimera > >> contributor) > >> - Dian Fu ([email protected], Apache Sqoop Committer, Chimera > contributor) > >> - Dong Chen ([email protected], Apache Hive Committer,interested on > >> Chimera) > >> - Ferdinand Xu ([email protected], Apache Hive Committer, Chimera > >> contributor) > >> - Haifeng Chen ([email protected], Chimera lead and code > contributor) > >> - Marcelo Vanzin (Apache Spark Committer, Chimera contributor) > >> - Uma Maheswara Rao G ([email protected], Apache Hadoop PMC, One > >> of > the > >> original Crypto dev/review team in Apache Hadoop) > >> - Yi Liu ([email protected], Apache Hadoop PMC, One of the original > Crypto > >> dev/review team in Apache Hadoop) > >> > >> Please review the proposal and vote. > >> This vote will close no sooner than 72 hours from now, i.e. after > >> 0900 GMT 24-Mar 2016 > >> > >> [ ] +1 Accept Chimera as new Apache Commons Component > >> [ ] +0 OK, but... > >> [ ] -0 OK, but really should fix... > >> [ ] -1 I oppose this because... > >> > >> Thank you! > >> Benedikt > >> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > -- E-Mail: [email protected] | [email protected] Java Persistence with Hibernate, Second Edition <http://www.manning.com/bauer3/> JUnit in Action, Second Edition <http://www.manning.com/tahchiev/> Spring Batch in Action <http://www.manning.com/templier/> Blog: http://garygregory.wordpress.com Home: http://garygregory.com/ Tweet! http://twitter.com/GaryGregory
