Re: [VOTE] Release CRYPTO 1.0.0 based on RC1

2016-07-28 Thread Hendrik Dev
+1 On Tue, Jul 26, 2016 at 5:25 AM, Sun, Dapeng wrote: > Hi all, > > > > Apache Commons CRYPTO was established at May 9, 2016, There are presently > numbers of resolved issues fix in CRYPTO. We also fix the legal issue. > > > > Apache Commons CRYPTO 1.0.0 is available for review here: > > https:

Re: [CRYPTO] Switch from JNI to JNA

2016-04-24 Thread Hendrik Dev
thub.com/nativelibs4java/BridJ), which > claims to be very fast, supports C++ and COM, and JNAerator can > autogenerate code for it from C/C++ headers. > > Java 9 will also have vastly enhanced access to native code > (http://openjdk.java.net/projects/panama/). > > Damjan > > On Sat

[CRYPTO] Switch from JNI to JNA

2016-04-23 Thread Hendrik Dev
Hi, i just had a brief look into commons crypto today. Maybe its an option to replace JNI by JNA [1]. This would have IHMO several advantages like * No C code needs to be written, compiled, tested and maintained * Its easier compared to JNI (this could help attracting more people to contribute) *

Re: [LANG] Add ThreadUtils

2015-05-03 Thread Hendrik Dev
llo Hendrik, > > 2015-04-22 21:14 GMT+02:00 Hendrik Dev : > >> based on what i understand from this discussion i did some changes, >> pls see >> https://github.com/salyh/commons-lang/commit/12edd41ec7563368b03fa540af5c9a127bbfd89d >> for the diff and >> >

Re: [LANG] Add ThreadUtils

2015-04-22 Thread Hendrik Dev
based on what i understand from this discussion i did some changes, pls see https://github.com/salyh/commons-lang/commit/12edd41ec7563368b03fa540af5c9a127bbfd89d for the diff and https://github.com/salyh/commons-lang/blob/12edd41ec7563368b03fa540af5c9a127bbfd89d/src/main/java/org/apache/commons/la