Re: [VOTE] Release Apache Commons Crypto 1.1.0 based on RC1

2020-08-28 Thread Gary Gregory
Alex, If you want to prepare a PR with just write some text here for the site, I will bring it in after the vote. Gary On Fri, Aug 28, 2020, 21:11 Gary Gregory wrote: > I will update the site after the release. > > Gary > > On Fri, Aug 28, 2020, 20:24 Alex Remily wrote: > >> Gary, >> >>

Re: [VOTE] Release Apache Commons Crypto 1.1.0 based on RC1

2020-08-28 Thread Gary Gregory
I will update the site after the release. Gary On Fri, Aug 28, 2020, 20:24 Alex Remily wrote: > Gary, > > Should we note something about the backwards compatibility with > OpenSSL 1.0.2? The way I read the docs now suggests that Commons > Crypto 1.0 supports OpenSSL 1.0.2 and that Commons

Re: [VOTE] Release Apache Commons Crypto 1.1.0 based on RC1

2020-08-28 Thread Alex Remily
+1 Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f) Maven home: /usr/local/Cellar/maven/3.6.3_1/libexec Java version: 1.8.0_241, vendor: Oracle Corporation, runtime: /Library/Java/JavaVirtualMachines/jdk1.8.0_241.jdk/Contents/Home/jre Default locale: en_US, platform encoding: UTF-8

Re: [VOTE] Release Apache Commons Crypto 1.1.0 based on RC1

2020-08-28 Thread Alex Remily
Gary, Should we note something about the backwards compatibility with OpenSSL 1.0.2? The way I read the docs now suggests that Commons Crypto 1.0 supports OpenSSL 1.0.2 and that Commons Crypto 1.1 supports OpenSSL 1.1.x. In fact, the Commons Crypto 1.1 build supports OpenSSL 1.0.2+, 1.1.0 and

[VOTE] Release Apache Commons Crypto 1.1.0 based on RC1

2020-08-28 Thread Gary Gregory
We have fixed quite a few bugs and added some significant enhancements since Apache Commons Crypto 1.0.0 was released, so I would like to release Apache Commons Crypto 1.1.0. Apache Commons Crypto 1.1.0 RC1 is available for review here:

Re: Archive Problems?

2020-08-28 Thread Gary Gregory
Not a problem. Click page 2. On Fri, Aug 28, 2020 at 1:51 PM Miguel Muñoz wrote: > Why do the letters in the archive stop at August 11th? Has something > gone wrong? > > http://mail-archives.apache.org/mod_mbox/commons-dev/202008.mbox/browser > > — Miguel Muñoz >

Re: [VOTE] Release Apache Commons Codec 1.15 based on RC1

2020-08-28 Thread Xeno Amess
Hi. I think maybe I can do some smoke test. But is there a way for maven to use the jar in https://dist.apache.org/repos/dist/dev/commons/codec/1.15-RC1 as dependency? Or we have to write yet another plugin for doing that? sebb 于2020年8月29日周六 上午12:41写道: > On Fri, 28 Aug 2020 at 15:38, Alex

Re: Archive Problems?

2020-08-28 Thread Gary Gregory
Tracking here: https://issues.apache.org/jira/browse/INFRA-20784 Gary On Fri, Aug 28, 2020 at 1:51 PM Miguel Muñoz wrote: > Why do the letters in the archive stop at August 11th? Has something > gone wrong? > > http://mail-archives.apache.org/mod_mbox/commons-dev/202008.mbox/browser > > —

Archive Problems?

2020-08-28 Thread Miguel Muñoz
Why do the letters in the archive stop at August 11th? Has something gone wrong? http://mail-archives.apache.org/mod_mbox/commons-dev/202008.mbox/browser — Miguel Muñoz

Re: opinions about @NotNull and @Nullable ?

2020-08-28 Thread Xeno Amess
https://imgur.com/gGRHH5i https://imgur.com/THMdel1  Xeno Amess 于2020年8月29日周六 上午12:46写道: > https://imgur.com/gGRHH5i > https://imgur.com/THMdel1 > will try imgur > > Gary Gregory 于2020年8月29日周六 上午12:44写道: > >> The PNG links yield Temporary Error (404). >> >> Gary >> >> On Fri, Aug 28, 2020 at

Re: opinions about @NotNull and @Nullable ?

2020-08-28 Thread Xeno Amess
https://imgur.com/gGRHH5i https://imgur.com/THMdel1 will try imgur Gary Gregory 于2020年8月29日周六 上午12:44写道: > The PNG links yield Temporary Error (404). > > Gary > > On Fri, Aug 28, 2020 at 12:31 PM Xeno Amess wrote: > >> @Gary Gregory >> the outcome is: >> Eclipse users CAN use those

Re: opinions about @NotNull and @Nullable ?

2020-08-28 Thread Gary Gregory
The PNG links yield Temporary Error (404). Gary On Fri, Aug 28, 2020 at 12:31 PM Xeno Amess wrote: > @Gary Gregory > the outcome is: > Eclipse users CAN use those annotations, but MUST install a eclipse-plugin > to detect those bugs and show them on screen. > (though both idea and eclipse

Re: [VOTE] Release Apache Commons Codec 1.15 based on RC1

2020-08-28 Thread sebb
On Fri, 28 Aug 2020 at 15:38, Alex Herbert wrote: > > On Fri, 28 Aug 2020 at 15:34, Alex Herbert wrote: > > > > > On Fri, 28 Aug 2020 at 15:28, sebb wrote: > > > >> On Fri, 28 Aug 2020 at 13:34, Alex Herbert > >> wrote: > >> > > >> > We have fixed quite a few bugs and added some significant

Re: opinions about @NotNull and @Nullable ?

2020-08-28 Thread Xeno Amess
@Gary Gregory the outcome is: Eclipse users CAN use those annotations, but MUST install a eclipse-plugin to detect those bugs and show them on screen. (though both idea and eclipse users CAN choose to use maven plugin to do it lol) The plugin is: eclipse_2020-08-29_00-28-02.png (14 K)

Re: opinions about @NotNull and @Nullable ?

2020-08-28 Thread Xeno Amess
> Keep in mind that not everyone uses IJ, for example, I use Eclipse. Yep. And not every jetbrains library requires people use idea. I think Eclipse can supports those annotations. Let me, have a test :) Gary Gregory 于2020年8月28日周五 下午11:04写道: > Keep in mind that not everyone uses IJ, for

Re: opinions about @NotNull and @Nullable ?

2020-08-28 Thread Gary Gregory
Keep in mind that not everyone uses IJ, for example, I use Eclipse. Gary On Fri, Aug 28, 2020 at 10:54 AM Xeno Amess wrote: > > IntelliJ specifies Runtime retention so they can interact > with IntelliJ's internal JRE, which adds additional assertions into the > code to enforce the

Re: opinions about @NotNull and @Nullable ?

2020-08-28 Thread Xeno Amess
> IntelliJ specifies Runtime retention so they can interact with IntelliJ's internal JRE, which adds additional assertions into the code to enforce the annotations. seems never. see this demo repo. https://github.com/XenoAmess/demo_jetbrains_annotation And I looked up the sources and see every

Re: [VOTE] Release Apache Commons Codec 1.15 based on RC1

2020-08-28 Thread Alex Herbert
On Fri, 28 Aug 2020 at 15:38, Gary Gregory wrote: > +1 > Built from git tag with: > mvn clean test package site -Pjapicmp -Pjacoco > > Using: > Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f) > Maven home: /opt/apache-maven-3.6.3 > Java version: 1.8.0_265, vendor: AdoptOpenJDK,

Re: [Crypto] requesting help testing native binaries

2020-08-28 Thread Gary Gregory
I will proceed with an RC today! :-) Gary On Fri, Aug 28, 2020 at 10:42 AM Gary Gregory wrote: > Thanks Geoffrey, updating our tally: > > Here is what community testing we have so far for the Crypto.main() smoke > test: > > - darwin64-x86_64-cc; OpenSSL 1.1.1g; Gary Gregory, Alex Remily > -

Re: [Crypto] requesting help testing native binaries

2020-08-28 Thread Gary Gregory
Thanks Geoffrey, updating our tally: Here is what community testing we have so far for the Crypto.main() smoke test: - darwin64-x86_64-cc; OpenSSL 1.1.1g; Gary Gregory, Alex Remily - debian-amd64; OpenSSL 1.0.1f; Gary Gregory - debian-amd64; OpenSSL 1.1.1g; Bruno P. Kinoshita - Linux x86_64;

Re: [VOTE] Release Apache Commons Codec 1.15 based on RC1

2020-08-28 Thread Gary Gregory
+1 Built from git tag with: mvn clean test package site -Pjapicmp -Pjacoco Using: Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f) Maven home: /opt/apache-maven-3.6.3 Java version: 1.8.0_265, vendor: AdoptOpenJDK, runtime:

Re: [VOTE] Release Apache Commons Codec 1.15 based on RC1

2020-08-28 Thread Alex Herbert
On Fri, 28 Aug 2020 at 15:34, Alex Herbert wrote: > > On Fri, 28 Aug 2020 at 15:28, sebb wrote: > >> On Fri, 28 Aug 2020 at 13:34, Alex Herbert >> wrote: >> > >> > We have fixed quite a few bugs and added some significant enhancements >> > since Apache Commons Codec 1.14 was released, so I

Re: [VOTE] Release Apache Commons Codec 1.15 based on RC1

2020-08-28 Thread Alex Herbert
On Fri, 28 Aug 2020 at 15:28, sebb wrote: > On Fri, 28 Aug 2020 at 13:34, Alex Herbert > wrote: > > > > We have fixed quite a few bugs and added some significant enhancements > > since Apache Commons Codec 1.14 was released, so I would like to release > > Apache Commons Codec 1.15. > > > >

Re: [VOTE] Release Apache Commons Codec 1.15 based on RC1

2020-08-28 Thread sebb
On Fri, 28 Aug 2020 at 13:34, Alex Herbert wrote: > > We have fixed quite a few bugs and added some significant enhancements > since Apache Commons Codec 1.14 was released, so I would like to release > Apache Commons Codec 1.15. > > Apache Commons Codec 1.15 RC1 is available for review here: >

Re: [Crypto] requesting help testing native binaries

2020-08-28 Thread Geoffrey Blake
Hi all, For the simple smoke test, on AArch64 for AmazonLinux2 (OpenSSL 1.0.2k) and Ubuntu 20.04 (OpenSSL 1.1.1f) everything loads ok with the current Jar that Gary posted. -Geoff AL2 output: java -cp commons-crypto-1.1.0-20200824.190246-21.jar org.apache.commons.crypto.Crypto Apache Commons

[VOTE] Release Apache Commons Codec 1.15 based on RC1

2020-08-28 Thread Alex Herbert
We have fixed quite a few bugs and added some significant enhancements since Apache Commons Codec 1.14 was released, so I would like to release Apache Commons Codec 1.15. Apache Commons Codec 1.15 RC1 is available for review here: https://dist.apache.org/repos/dist/dev/commons/codec/1.15-RC1