Re: [VOTE] Release Apache Commons CSV 1.10.0 based on RC2

2023-02-01 Thread Arturo Bernal
Hi,

My problem was as Bruno say a sub folder.

Everything looks ok now.

Tested with ```mvn -v```

Maven home: /opt/apache-maven-3.8.1
Java version: 17.0.2, vendor: Oracle Corporation, runtime: 
/Library/Java/JavaVirtualMachines/jdk-17.0.2.jdk/Contents/Home
Default locale: en_US, platform encoding: UTF-8
OS name: "mac os x", version: "13.1", arch: "x86_64", family: "mac"


+1


Arturo Bernal
arturobern...@yahoo.com



> On 1 Feb 2023, at 14:11, Gary Gregory  wrote:
> 
> My +1
> 
> Gary
> 
> On Sat, Jan 28, 2023 at 1:02 PM Gary Gregory  wrote:
>> 
>> We have fixed quite a few bugs and added some enhancements since
>> Apache Commons CSV 1.9.0 was released, so I would like to release
>> Apache Commons CSV 1.10.0.
>> 
>> Apache Commons CSV 1.10.0 RC2 is available for review here:
>>https://dist.apache.org/repos/dist/dev/commons/csv/1.10.0-RC2 (svn
>> revision 59641)
>> 
>> The Git tag commons-csv-1.10.0-RC2 commit for this RC is
>> 5b99c860986a87f9da664bf47a3a7c0026673123 which you can browse here:
>>
>> https://gitbox.apache.org/repos/asf?p=commons-csv.git;a=commit;h=5b99c860986a87f9da664bf47a3a7c0026673123
>> You may checkout this tag using:
>>git clone https://gitbox.apache.org/repos/asf/commons-csv.git
>> --branch commons-csv-1.10.0-RC2 commons-csv-1.10.0-RC2
>> 
>> Maven artifacts are here:
>>
>> https://repository.apache.org/content/repositories/orgapachecommons-1617/org/apache/commons/commons-csv/1.10.0/
>> 
>> These are the artifacts and their hashes:
>> 
>> #Release SHA-512s
>> #Sat Jan 28 12:52:21 EST 2023
>> commons-csv-1.10.0-bin.tar.gz=889e25045a1491253b02fac788a6357e6ce4e8285d420cf60872ad7fe09fa3b15799d17b1a9c9cff503aaecaa4952490e2bcef581872117d4d1e2347f765ff42
>> commons-csv-1.10.0-bin.zip=c179c3efd1f6e5aa562a17d17c26b2662d48823778a7232bce32e17808ae3d33268602349e40ff3578b65b1d74dc7a065d5e8d104a05092c15573f245fcadfef
>> commons-csv-1.10.0-bom.json=aeb13ce03a3712f6313b389b25a8d65624679d9d31edf7b9a49618c1462da3170148155b2688e11b8d2df6ea09e68bea47a9635158765ca02c8c33749c9777e8
>> commons-csv-1.10.0-bom.xml=8f7f5e75be14bca0e79747f99181dc289e39871863009da90071100ee7ef5dae17e0287e7da5542bce3f98917f605016fabaab4a42908ed7c4118963534cf2fa
>> commons-csv-1.10.0-javadoc.jar=e1f238122b92a1bfb2e9845f55ef91c275d8c47624b6c6699d0c57a98db2470ae0a14bd3668972ac8bc11271404fe56799ec1536b3de49db218121d01ddb5f1d
>> commons-csv-1.10.0-sources.jar=1d778c86c5c0218180a4dc8a02052cec7c1cba6f71ad8d4bdfa256c0133b5e1c8c06ac775ef914d9baf2278803ba3796646693be49119aac28c4a4457ba03ac0
>> commons-csv-1.10.0-src.tar.gz=2674b0cc0806fbfc7013f759ef3c2149a73406809e9f1a84cea1ec12ae66514682ebec4f902d1385f5f6dcdf2b0babbaa289823722ce175804196d3b3b5427fb
>> commons-csv-1.10.0-src.zip=0123ed2538214e767a264d4632bb4ab82367d8e4a4b4095722a3c821d646262af0634588a5e1025ef6e2b249a6d5e654cdbdba8d567272abcb7149f7adc5
>> commons-csv-1.10.0-test-sources.jar=5f88b40f08923074384fe883214a3be19c42d07a73a753f2afbd99c66e2606aa9a4e619ed878183f0ca1bda4a35448be60d53cd27b3ad24bcac4f83e4b63
>> commons-csv-1.10.0-tests.jar=f3475a56cff362167ff592113dff8fbc4792c1601b87a85cb1cb1560bc52bb49b540282b057e1cde21ddb06664dc8c591d87a475b2bf12ef205efd1860dd4048
>> org.apache.commons_commons-csv-1.10.0.spdx.json=4609932f7a3bbb0158021d29ea1baaa163b84c06786b36a46eaaa81f096df3d7cbdd28a99b587f6cdf6fbd4bbe1a38e1f1f9eeab89847474a2f4056765b9be6d
>> 
>> 
>> I have tested this with 'mvn -V -Prelease -Ptest-deploy -P jacoco -P
>> japicmp clean package site deploy' using:
>> 
>> Apache Maven 3.8.7 (b89d5959fcde851dcb1c8946a785a163f14e1e29)
>> Maven home: /usr/local/Cellar/maven/3.8.7/libexec
>> Java version: 1.8.0_362, vendor: Homebrew, runtime:
>> /usr/local/Cellar/openjdk@8/1.8.0+362/libexec/openjdk.jdk/Contents/Home/jre
>> Default locale: en_US, platform encoding: UTF-8
>> OS name: "mac os x", version: "13.1", arch: "x86_64", family: "mac"
>> 
>> Darwin  22.2.0 Darwin Kernel Version 22.2.0: Fri Nov 11 02:08:47
>> PST 2022; root:xnu-8792.61.2~4/RELEASE_X86_64 x86_64
>> 
>> Details of changes since 1.9.0 are in the release notes:
>>
>> https://dist.apache.org/repos/dist/dev/commons/csv/1.10.0-RC2/RELEASE-NOTES.txt
>>
>> https://dist.apache.org/repos/dist/dev/commons/csv/1.10.0-RC2/site/changes-report.html
>> 
>> Site:
>>
>> https://dist.apache.org/repos/dist/dev/commons/csv/1.10.0-RC2/site/index.html
>>(note some *relative* links are broken and the 1.10.0 directories
>> are not yet created - these will be OK once the site is deployed.)
>> 
>> JApiCmp Report

Re: [VOTE] Release Apache Commons CSV 1.10.0 based on RC2

2023-01-31 Thread Arturo Bernal
Hi Gary,

If you run the default maven goal (clean verify apache-rat:check japicmp:cmp 
checkstyle:check spotbugs:check pmd:check pmd:cpd-check javadoc:javadoc) wich 
contain apache-rat:check, the output will be something like that 

[WARNING] Files with unapproved licenses:
  commons-csv-1.10.0-RC2/src/test/resources/org/apache/commons/csv/empty.txt
  
commons-csv-1.10.0-RC2/src/test/resources/org/apache/commons/csv/CSV-259/sample.txt
  
commons-csv-1.10.0-RC2/src/test/resources/org/apache/commons/csv/csv-167/sample1.csv
  
commons-csv-1.10.0-RC2/src/test/resources/org/apache/commons/csv/CSV-141/csv-141.csv
  
commons-csv-1.10.0-RC2/src/test/resources/org/apache/commons/csv/CSVFileParser/testCSV85_ignoreEmpty.txt
  
commons-csv-1.10.0-RC2/src/test/resources/org/apache/commons/csv/CSVFileParser/test_default_comment.txt
  
commons-csv-1.10.0-RC2/src/test/resources/org/apache/commons/csv/CSVFileParser/bom.csv
  
commons-csv-1.10.0-RC2/src/test/resources/org/apache/commons/csv/CSVFileParser/testCSV246.csv
  
commons-csv-1.10.0-RC2/src/test/resources/org/apache/commons/csv/CSVFileParser/test.csv
  
commons-csv-1.10.0-RC2/src/test/resources/org/apache/commons/csv/CSVFileParser/test_rfc4180.txt
  
commons-csv-1.10.0-RC2/src/test/resources/org/apache/commons/csv/CSVFileParser/testCSV246_checkWithNoComment.txt
  
commons-csv-1.10.0-RC2/src/test/resources/org/apache/commons/csv/CSVFileParser/testCSV85.csv
  
commons-csv-1.10.0-RC2/src/test/resources/org/apache/commons/csv/CSVFileParser/test_rfc4180_trim.txt
  
commons-csv-1.10.0-RC2/src/test/resources/org/apache/commons/csv/CSVFileParser/test_default.txt
  
commons-csv-1.10.0-RC2/src/test/resources/org/apache/commons/csv/CSVFileParser/testCSV85_default.txt
  
commons-csv-1.10.0-RC2/src/test/resources/org/apache/commons/csv/CSV-290/psql.tsv
  
commons-csv-1.10.0-RC2/src/test/resources/org/apache/commons/csv/CSV-290/psql.csv
  
commons-csv-1.10.0-RC2/src/test/resources/org/apache/commons/csv/CSV-213/999751170.patch.csv
  
commons-csv-1.10.0-RC2/src/test/resources/org/apache/commons/csv/CSV-198/optd_por_public.csv
  commons-csv-1.10.0-RC2/src/site/resources/profile.jacoco
  commons-csv-1.10.0-RC2/src/site/resources/download_csv.cgi
[INFO] 
[INFO] BUILD FAILURE
[INFO] 
[INFO] Total time:  3.733 s
[INFO] Finished at: 2023-01-31T21:39:45+01:00


Arturo Bernal
arturobern...@yahoo.com



> On 28 Jan 2023, at 22:44, Gary Gregory  wrote:
> 
> Arturo,
> 
> Thank you for your review.
> 
> "The only thing the rat error. Someone should  to tackle that"
> 
> Please be specific.
> 
> Gary
> 
> On Sat, Jan 28, 2023, 16:02 Arturo Bernal 
> wrote:
> 
>> [+1
>> 
>>> Built from tag with `mvn clean test install site` with no issues, on
>> 
>> Apache Maven 3.8.1 (05c21c65bdfed0f71a2f2ada8b84da59348c4c5d)
>> Maven home: /opt/apache-maven-3.8.1
>> Java version: 17.0.2, vendor: Oracle Corporation, runtime:
>> /Library/Java/JavaVirtualMachines/jdk-17.0.2.jdk/Contents/Home
>> Default locale: en_US, platform encoding: UTF-8
>> OS name: "mac os x", version: "13.1", arch: "x86_64", family: "mac"
>> ]
>> 
>> The only thing the rat error. Someone should  to tackle that
>> 
>> 
>> Arturo Bernal
>> arturobern...@yahoo.com
>> 
>> 
>> 
>>> On 28 Jan 2023, at 21:45, Bruno Kinoshita  wrote:
>>> 
>>>  [x] +1 Release these artifacts
>>> 
>>> Built from tag with `mvn clean test install site` with no issues, on
>>> 
>>> Apache Maven 3.8.5 (3599d3414f046de2324203b78ddcf9b5e4388aa0)
>>> Maven home: /opt/apache-maven-3.8.5
>>> Java version: 17.0.5, vendor: Private Build, runtime:
>>> /usr/lib/jvm/java-17-openjdk-amd64
>>> Default locale: en_US, platform encoding: UTF-8
>>> OS name: "linux", version: "5.15.0-58-generic", arch: "amd64", family:
>>> "unix"
>>> 
>>> 
>>> Site reports look really good.
>>> 
>>> Inspected some dist files, found no issues.
>>> 
>>> Checked signatures of dist area files, found no issues.
>>> 
>>> Thanks!
>>> Bruno
>>> 
>>> On Sat, 28 Jan 2023 at 19:03, Gary Gregory 
>> wrote:
>>> 
>>>> We have fixed quite a few bugs and added some enhancements since
>>>> Apache Commons CSV 1.9.0 was released, so I would like to release
>>>> Apache Commons CSV 1.10.0.
>>>> 
>>>> Apache Commons CSV 1.10.0 RC2 is available for review here:
>>>>   https://dist.apache.org/repos/dist/dev/commons/cs

Re: [VOTE] Release Apache Commons CSV 1.10.0 based on RC2

2023-01-28 Thread Arturo Bernal
[+1

> Built from tag with `mvn clean test install site` with no issues, on

Apache Maven 3.8.1 (05c21c65bdfed0f71a2f2ada8b84da59348c4c5d)
Maven home: /opt/apache-maven-3.8.1
Java version: 17.0.2, vendor: Oracle Corporation, runtime: 
/Library/Java/JavaVirtualMachines/jdk-17.0.2.jdk/Contents/Home
Default locale: en_US, platform encoding: UTF-8
OS name: "mac os x", version: "13.1", arch: "x86_64", family: "mac"
]

The only thing the rat error. Someone should  to tackle that 


Arturo Bernal
arturobern...@yahoo.com



> On 28 Jan 2023, at 21:45, Bruno Kinoshita  wrote:
> 
>   [x] +1 Release these artifacts
> 
> Built from tag with `mvn clean test install site` with no issues, on
> 
> Apache Maven 3.8.5 (3599d3414f046de2324203b78ddcf9b5e4388aa0)
> Maven home: /opt/apache-maven-3.8.5
> Java version: 17.0.5, vendor: Private Build, runtime:
> /usr/lib/jvm/java-17-openjdk-amd64
> Default locale: en_US, platform encoding: UTF-8
> OS name: "linux", version: "5.15.0-58-generic", arch: "amd64", family:
> "unix"
> 
> 
> Site reports look really good.
> 
> Inspected some dist files, found no issues.
> 
> Checked signatures of dist area files, found no issues.
> 
> Thanks!
> Bruno
> 
> On Sat, 28 Jan 2023 at 19:03, Gary Gregory  wrote:
> 
>> We have fixed quite a few bugs and added some enhancements since
>> Apache Commons CSV 1.9.0 was released, so I would like to release
>> Apache Commons CSV 1.10.0.
>> 
>> Apache Commons CSV 1.10.0 RC2 is available for review here:
>>https://dist.apache.org/repos/dist/dev/commons/csv/1.10.0-RC2 (svn
>> revision 59641)
>> 
>> The Git tag commons-csv-1.10.0-RC2 commit for this RC is
>> 5b99c860986a87f9da664bf47a3a7c0026673123 which you can browse here:
>> 
>> https://gitbox.apache.org/repos/asf?p=commons-csv.git;a=commit;h=5b99c860986a87f9da664bf47a3a7c0026673123
>> You may checkout this tag using:
>>git clone https://gitbox.apache.org/repos/asf/commons-csv.git
>> --branch <https://gitbox.apache.org/repos/asf/commons-csv.git--branch>
>> commons-csv-1.10.0-RC2 commons-csv-1.10.0-RC2
>> 
>> Maven artifacts are here:
>> 
>> https://repository.apache.org/content/repositories/orgapachecommons-1617/org/apache/commons/commons-csv/1.10.0/
>> 
>> These are the artifacts and their hashes:
>> 
>> #Release SHA-512s
>> #Sat Jan 28 12:52:21 EST 2023
>> 
>> commons-csv-1.10.0-bin.tar.gz=889e25045a1491253b02fac788a6357e6ce4e8285d420cf60872ad7fe09fa3b15799d17b1a9c9cff503aaecaa4952490e2bcef581872117d4d1e2347f765ff42
>> 
>> commons-csv-1.10.0-bin.zip=c179c3efd1f6e5aa562a17d17c26b2662d48823778a7232bce32e17808ae3d33268602349e40ff3578b65b1d74dc7a065d5e8d104a05092c15573f245fcadfef
>> 
>> commons-csv-1.10.0-bom.json=aeb13ce03a3712f6313b389b25a8d65624679d9d31edf7b9a49618c1462da3170148155b2688e11b8d2df6ea09e68bea47a9635158765ca02c8c33749c9777e8
>> 
>> commons-csv-1.10.0-bom.xml=8f7f5e75be14bca0e79747f99181dc289e39871863009da90071100ee7ef5dae17e0287e7da5542bce3f98917f605016fabaab4a42908ed7c4118963534cf2fa
>> 
>> commons-csv-1.10.0-javadoc.jar=e1f238122b92a1bfb2e9845f55ef91c275d8c47624b6c6699d0c57a98db2470ae0a14bd3668972ac8bc11271404fe56799ec1536b3de49db218121d01ddb5f1d
>> 
>> commons-csv-1.10.0-sources.jar=1d778c86c5c0218180a4dc8a02052cec7c1cba6f71ad8d4bdfa256c0133b5e1c8c06ac775ef914d9baf2278803ba3796646693be49119aac28c4a4457ba03ac0
>> 
>> commons-csv-1.10.0-src.tar.gz=2674b0cc0806fbfc7013f759ef3c2149a73406809e9f1a84cea1ec12ae66514682ebec4f902d1385f5f6dcdf2b0babbaa289823722ce175804196d3b3b5427fb
>> 
>> commons-csv-1.10.0-src.zip=0123ed2538214e767a264d4632bb4ab82367d8e4a4b4095722a3c821d646262af0634588a5e1025ef6e2b249a6d5e654cdbdba8d567272abcb7149f7adc5
>> 
>> commons-csv-1.10.0-test-sources.jar=5f88b40f08923074384fe883214a3be19c42d07a73a753f2afbd99c66e2606aa9a4e619ed878183f0ca1bda4a35448be60d53cd27b3ad24bcac4f83e4b63
>> 
>> commons-csv-1.10.0-tests.jar=f3475a56cff362167ff592113dff8fbc4792c1601b87a85cb1cb1560bc52bb49b540282b057e1cde21ddb06664dc8c591d87a475b2bf12ef205efd1860dd4048
>> 
>> org.apache.commons_commons-csv-1.10.0.spdx.json=4609932f7a3bbb0158021d29ea1baaa163b84c06786b36a46eaaa81f096df3d7cbdd28a99b587f6cdf6fbd4bbe1a38e1f1f9eeab89847474a2f4056765b9be6d
>> 
>> 
>> I have tested this with 'mvn -V -Prelease -Ptest-deploy -P jacoco -P
>> japicmp clean package site deploy' using:
>> 
>> Apache Maven 3.8.7 (b89d5959fcde851dcb1c8946a785a163f14e1e29)
>> Maven home: /usr/local/Cellar/maven/3.8.7/libexec
>> Java version: 1.8.0_362, vendor: Homebrew, runtime:
>> /usr/local/Cellar/openjdk@8
&

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

2023-01-15 Thread Arturo Bernal
+1



Test it  with openssl 1.1.1.


TY

Arturo Bernal
arturobern...@yahoo.com



> On 15 Jan 2023, at 16:51, Bruno Kinoshita  wrote:
> 
> Hi Gary,
> 
> Ah! I'm with openssl 3.0.2. And now I remember I had a similar issue,
> probably in another vote thread. Sorry.
> 
> I used the Docker image to build the project from the tag and it worked OK.
> Had a look at the project reports, and looked good too.
> 
> Manually inspected a file from the dist area to check
> license/readme/notice/release notes, and everything looks good too.
> 
> +1
> 
> Cheers
> Bruno
> 
> On Sun, 15 Jan 2023 at 15:24, Gary Gregory  wrote:
> 
>> If you want a clean build set up, see src/docker
>> 
>> Gary
>> 
>> On Sun, Jan 15, 2023, 09:21 Gary Gregory  wrote:
>> 
>>> Hi Bruno,
>>> 
>>> Thank you for reviewing. What does "openssl version" say for you? We only
>>> support 1.1.1.
>>> 
>>> Gary
>>> 
>>> 
>>> On Sun, Jan 15, 2023, 08:54 Bruno Kinoshita  wrote:
>>> 
>>>> Built from git tag with
>>>> 
>>>> Apache Maven 3.8.5 (3599d3414f046de2324203b78ddcf9b5e4388aa0)
>>>> Maven home: /opt/apache-maven-3.8.5
>>>> Java version: 17.0.5, vendor: Private Build, runtime:
>>>> /usr/lib/jvm/java-17-openjdk-amd64
>>>> Default locale: en_US, platform encoding: UTF-8
>>>> OS name: "linux", version: "5.15.0-57-generic", arch: "amd64", family:
>>>> "unix"
>>>> 
>>>> Following instructions in the email above:
>>>> 
>>>> - mvn apache-rat:check OK!
>>>> - mvn clirr:check OK!
>>>> - mvn install -DskipTests -P japicmp japicmp:cmp OK!
>>>> - mvn -V clean package Failed to run with Java 17. Tried with Java 11,
>>>> same
>>>> failure. Tried Java 8 Oracle, same failure:
>>>> 
>>>> https://paste.apache.org/12mdq
>>>> 
>>>> Cheers
>>>> 
>>>> Bruno
>>>> 
>>>> 
>>>> On Sat, 14 Jan 2023 at 23:41, Gary Gregory 
>>>> wrote:
>>>> 
>>>>> We have fixed a few bugs and made some enhancements since Apache
>>>>> Commons Crypto 1.1.0 was released, so I would like to release Apache
>>>>> Commons Crypto 1.2.0.
>>>>> 
>>>>> Apache Commons Crypto 1.2.0 RC1 is available for review here:
>>>>>https://dist.apache.org/repos/dist/dev/commons/crypto/1.2.0-RC1
>>>>> (svn revision 59345)
>>>>> 
>>>>> The Git tag commons-crypto-1.2.0-RC1 commit for this RC is
>>>>> d1ca10a92a61257ac225c6c1f8881af0aef91309 which you can browse here:
>>>>> 
>>>>> 
>>>> 
>> https://gitbox.apache.org/repos/asf?p=commons-crypto.git;a=commit;h=d1ca10a92a61257ac225c6c1f8881af0aef91309
>>>>> You may checkout this tag using:
>>>>>git clone https://gitbox.apache.org/repos/asf/commons-crypto.git
>>>>> --branch <
>>>> https://gitbox.apache.org/repos/asf/commons-crypto.git--branch>
>>>>> commons-crypto-1.2.0-RC1 commons-crypto-1.2.0-RC1
>>>>> 
>>>>> Maven artifacts are here:
>>>>> 
>>>>> 
>>>> 
>> https://repository.apache.org/content/repositories/orgapachecommons-1616/org/apache/commons/commons-crypto/1.2.0/
>>>>> 
>>>>> These are the artifacts and their hashes:
>>>>> 
>>>>> #Release SHA-512s
>>>>> #Sat Jan 14 17:16:26 EST 2023
>>>>> 
>>>>> 
>>>> 
>> commons-crypto-1.2.0-bin.tar.gz=fb9084a5d9adcd4df606c7deb9396fa5693443b6a91be12f5de17e4281d3e7d89b526dc6ebd7991569894bde2f9fb67036eb78504cb4fa26fae9b7a99d082051
>>>>> 
>>>>> 
>>>> 
>> commons-crypto-1.2.0-bin.zip=c78d2d2f3343c0402d1e55301d9a85036550b937512024470ee9843f1cbcf6d28a49e2f1e2b2a6856c26898da61eec5739cfefac237abbf2e8735f0f69bb42bf
>>>>> 
>>>>> 
>>>> 
>> commons-crypto-1.2.0-bom.json=104a6c100cad2e896836815449c0d74da1ab469e7260f0911ddf2230b6f89392ef4768768493192999b60dd36ffcca48483110508cee4c44e3a924fcbbe59a60
>>>>> 
>>>>> 
>>>> 
>> commons-crypto-1.2.0-bom.xml=bf30ab0f46f0356d64ed4b3b39574c1dcc351b14d0f12233e63f1b8e9d04fb5fe223e2625dd118be65013682b9a64382fee

Re: [VOTE] Release Apache Commons BCEL 6.6.0 based on RC1

2022-10-08 Thread Arturo Bernal
+1 
Arturo Bernal
arturobern...@yahoo.com



> On 8 Oct 2022, at 14:35, Gary Gregory  wrote:
> 
> mvn install -DskipTests -P japicmp japicmp:cmp



Re: [VOTE] Release Apache Commons Imaging 1.0-alpha3 based on RC2

2022-05-14 Thread Arturo Bernal


+1 

Testing git tag on macOS 12.3 with Java 8  and 17.


TY


Arturo Bernal
arturobern...@yahoo.com



> On 14 May 2022, at 16:52, Andreas Lehmkuehler  wrote:
> 
> Hi,
> 
> here is my +1 (non-binding as I'm not a commons PMC member)
> 
> I've succesfully build the alpha release using
> 
> mvn clean install site
> 
> Apache Maven 3.6.3 (Red Hat 3.6.3-13)
> Java version: 11.0.15, vendor: Red Hat, Inc., runtime: 
> /usr/lib/jvm/java-11-openjdk-11.0.15.0.10-1.fc35.x86_64
> Default locale: de_DE, platform encoding: UTF-8
> OS name: "linux", version: "5.17.5-200.fc35.x86_64", arch: "amd64", family: 
> "unix"
> 
> Thanks to all who made this possible!
> 
> Cheers
> Andreas
> 
> 
> 
> Am 13.05.22 um 14:02 schrieb Bruno Kinoshita:
>> We have fixed quite a few bugs and added some significant enhancements
>> since Apache Commons Imaging 1.0-alpha2 was released, so I would like to
>> release Apache Commons Imaging 1.0-alpha3.
>> Apache Commons Imaging 1.0-alpha3 RC2 is available for review here:
>> https://dist.apache.org/repos/dist/dev/commons/imaging/1.0-alpha3-RC2
>> (svn revision 54488)
>> The Git tag commons-imaging-1.0-alpha3-RC2 commit for this RC is
>> bef4caa54f8e736644f3d5bb4658d5c3c95ec70a which you can browse here:
>> https://gitbox.apache.org/repos/asf?p=commons-imaging.git;a=commit;h=bef4caa54f8e736644f3d5bb4658d5c3c95ec70a
>> You may checkout this tag using:
>> git clone https://gitbox.apache.org/repos/asf/commons-imaging.git
>> --branch commons-imaging-1.0-alpha3-RC2 commons-imaging-1.0-alpha3-RC2
>> Maven artifacts are here:
>> https://repository.apache.org/content/repositories/orgapachecommons-1587/org/apache/commons/commons-imaging/1.0-alpha3/
>> These are the artifacts and their hashes:
>> #Release SHA-512s
>> #Fri May 13 23:32:54 NZST 2022
>> commons-imaging-1.0-alpha3-tests.jar=6fad2edc85f4428de195e2dafe5b3cc2be19307b8b1dcc00c6ceaa92eb7767cfb4621c9a3a7c433e1486997f11f05114c04275a8129fe5f15999f1414baa9041
>> commons-imaging-1.0-alpha3-sources.jar=5e2f5ad8c6d9b988569793e707926d40498dbc07f7404027d67ec67fa061e1aea9947f7d05a9cf60290326689c6296287055e8b9f334426ebab76620152fff1e
>> commons-imaging-1.0-alpha3-bin.zip=bdf53a57521aea0c11c20e0884cbb68cc756ebee34f0d48319816333e600777caf04ded543a4f2560d1adef7dd2993c0cc9b4e32e3db6d024a950650222cc277
>> commons-imaging-1.0-alpha3-src.zip=73511d7068a665471805af6a832b26fa5f2f32ea1a716c0cac9a5b3a2d47cfd2e343b35a2ae79d29fa22dc54586be274c4500d209e057a544776b8f0e77cb7cb
>> commons-imaging-1.0-alpha3-javadoc.jar=624c8cafa60159be44392c51e515617548526fbe40b56f45d3f0ccc83f220a59145de474d6428e5ede383f536a18ccd4382c7673d0a14ba3b9d9cd82db4ffe6e
>> commons-imaging-1.0-alpha3-test-sources.jar=a5204a827e9d5b8fa1d98967f7b416c9a1af81eb0d9009fc0159447dbdab56e18cdaaaf10ea50b0dfc941f6668f21df1c1a49df1c051dd8cda79a3e3f00c0572
>> commons-imaging-1.0-alpha3-bin.tar.gz=877c1b28fe8fd82207d6873673e23b3ced73f09c9bd20fcfe35ff72be8480e1d0558f966fdbdd25dacef92fca02643b0cd0cdb27928914a77fad65dd47feea7d
>> commons-imaging-1.0-alpha3-src.tar.gz=16300adb5873fef464bedfdce7e1368f52add8d33087f059667840880b8666024feeecdb278a53d5c3d8e76d01ab921ea146d41ca688757f0cf0c2f2b32b0d53
>> I have tested this with ***'mvn clean install site'*** using:
>> ***
>> Apache Maven 3.8.5 (3599d3414f046de2324203b78ddcf9b5e4388aa0)
>> Maven home: /opt/apache-maven-3.8.5
>> Java version: 11.0.15, vendor: Private Build, runtime:
>> /usr/lib/jvm/java-11-openjdk-amd64
>> Default locale: en_US, platform encoding: UTF-8
>> OS name: "linux", version: "5.4.0-110-generic", arch: "amd64", family:
>> "unix"
>> ***
>> Details of changes since 1.0-alpha2 are in the release notes:
>> https://dist.apache.org/repos/dist/dev/commons/imaging/1.0-alpha3-RC2/RELEASE-NOTES.txt
>> https://dist.apache.org/repos/dist/dev/commons/imaging/1.0-alpha3-RC2/site/changes-report.html
>> Site:
>> https://dist.apache.org/repos/dist/dev/commons/imaging/1.0-alpha3-RC2/site/index.html
>> (note some *relative* links are broken and the 1.0-alpha3 directories
>> are not yet created - these will be OK once the site is deployed.)
>> CLIRR and JApiCmp reports are not being used during the alpha releases, but
>> will be used again in the
>> 1.0 release (alpha3 is expected to be the last 1.0 alpha release.)
>> RAT Report:
>> https://dist.apache.org/repos/dist/dev/commons/imaging/1.0-alpha3-RC2/site/rat-report.html
>> KEYS:
>>   https://www.apache.org/dist/commons/KEYS
>> Please review the release candidate and vote.
>> This vote will close no sooner than 72 hours from now.
>

Spam Ticket ?

2021-10-08 Thread Arturo Bernal
https://issues.apache.org/jira/browse/STATISTICS-43 
<https://issues.apache.org/jira/browse/STATISTICS-43>



Arturo Bernal
arturobern...@yahoo.com





Re: [VOTE] Release Apache Commons Pool 2.11.1 based on RC1

2021-08-15 Thread Arturo Bernal
[x] +1 Release these artifacts

Building OK from tag, with `clean test install` targets.
Building OK from tag, with `site:site` targets

Site reports look good.

Apache Maven 3.8.1 (05c21c65bdfed0f71a2f2ada8b84da59348c4c5d)
Maven home: /opt/apache-maven-3.8.1
Java version: 1.8.0_275, vendor: AdoptOpenJDK, runtime: 
/Library/Java/JavaVirtualMachines/adoptopenjdk-8.jdk/Contents/Home/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "mac os x", version: "10.16", arch: "x86_64", family: "mac"


Apache Maven 3.8.1 (05c21c65bdfed0f71a2f2ada8b84da59348c4c5d)
Maven home: /opt/apache-maven-3.8.1
Java version: 16, vendor: Oracle Corporation, runtime: 
/Users/abernal/Library/Java/JavaVirtualMachines/openjdk-16/Contents/Home
Default locale: en_US, platform encoding: UTF-8
OS name: "mac os x", version: "10.16", arch: "x86_64", family: “Mac"

Apache Maven 3.8.1 (05c21c65bdfed0f71a2f2ada8b84da59348c4c5d)
Maven home: /opt/apache-maven-3.8.1
Java version: 11.0.5, vendor: Oracle Corporation, runtime: 
/Library/Java/JavaVirtualMachines/jdk-11.0.5.jdk/Contents/Home
Default locale: en_US, platform encoding: UTF-8
OS name: "mac os x", version: "10.16", arch: "x86_64", family: “mac"



  System Version: macOS 11.5.1 (20G80)
  Kernel Version: Darwin 20.6.0


Arturo Bernal
arturobern...@yahoo.com



> On 14 Aug 2021, at 20:32, Matt Sicker  wrote:
> 
> +1
> 
> Verified signatures and builds via a few JDKs:
> 
> Apache Maven 3.8.2 (ea98e05a04480131370aa0c110b8c54cf726c06f)
> Maven home: /usr/local/Cellar/maven/3.8.2/libexec
> Java version: 11.0.10, vendor: Oracle Corporation, runtime:
> /usr/local/Cellar/openjdk@11/11.0.10/libexec/openjdk.jdk/Contents/Home
> Default locale: en_US, platform encoding: UTF-8
> OS name: "mac os x", version: "11.4", arch: "x86_64", family: "mac"
> 
> Apache Maven 3.8.2 (ea98e05a04480131370aa0c110b8c54cf726c06f)
> Maven home: /usr/local/Cellar/maven/3.8.2/libexec
> Java version: 16.0.2, vendor: Homebrew, runtime:
> /usr/local/Cellar/openjdk/16.0.2/libexec/openjdk.jdk/Contents/Home
> Default locale: en_US, platform encoding: UTF-8
> OS name: "mac os x", version: "11.4", arch: "x86_64", family: "mac"
> 
> Apache Maven 3.8.2 (ea98e05a04480131370aa0c110b8c54cf726c06f)
> Maven home: /usr/local/Cellar/maven/3.8.2/libexec
> Java version: 17-ea, vendor: Oracle Corporation, runtime:
> /Library/Java/JavaVirtualMachines/jdk-17.jdk/Contents/Home
> Default locale: en_US, platform encoding: UTF-8
> OS name: "mac os x", version: "11.4", arch: "x86_64", family: "mac"
> 
> On Sat, Aug 14, 2021 at 9:13 AM Gary Gregory  wrote:
>> 
>> We have fixed a few regression bugs since Apache Commons Pool 2.11.0
>> was released and performed some internal cleanups, so I would like to
>> release Apache Commons Pool 2.11.1.
>> 
>> Apache Commons Pool 2.11.1 RC1 is available for review here:
>>https://dist.apache.org/repos/dist/dev/commons/pool/2.11.1-RC1
>> (svn revision 49499)
>> 
>> The Git tag commons-pool-2.11.1-RC1 commit for this RC is
>> abb1a0797b406566f0214c688871ab7e8fdc2601 which you can browse here:
>>
>> https://gitbox.apache.org/repos/asf?p=commons-pool.git;a=commit;h=abb1a0797b406566f0214c688871ab7e8fdc2601
>> You may checkout this tag using:
>>git clone https://gitbox.apache.org/repos/asf/commons-pool.git
>> --branch commons-pool-2.11.1-RC1 commons-pool-2.11.1-RC1
>> 
>> Maven artifacts are here:
>>
>> https://repository.apache.org/content/repositories/orgapachecommons-1563/org/apache/commons/commons-pool2/2.11.1/
>> 
>> These are the artifacts and their hashes:
>> 
>> #Release SHA-512s
>> #Sat Aug 14 09:59:47 EDT 2021
>> commons-pool2-2.11.1-bin.tar.gz=04da8f6ab10df0d3bf8d458ae9c8810c55f99dd6ad5e1a98ed084adbdc09c99114985cc4311c0f3e336c01a7e3569d9311712a8a8e5144fab94a17d5b33c7dbc
>> commons-pool2-2.11.1-bin.zip=b6a4fdf8bf0368372ca57d741542e842339ff6f2a5ba452b1179e9a6cf139224169100593be166d655d0d1d04be596822fc72a0086b9d585421db628d1898091
>> commons-pool2-2.11.1-javadoc.jar=cff2a69aa7b2864fb813adce2ff8c05a89a5e2d979bc8f213f2cc987f99ef9b4f0050ef91d9ecb5270fa17e42afc77f292b5725a7419b46bf60eacad3286f771
>> commons-pool2-2.11.1-sources.jar=e7b2d88c3e17d7be9e0c39215912516381ef46d141f2f17797bbcfc01da61b41d549f91767e856a32c00e227e78e4d23fe02f23903b3a470656f0a24175a973b
>> commons-pool2-2.11.1-src.tar.gz=5550418757f6614e00af54aa9483c46a25b2f92f207c90c6dbea0269dd318a80f55a62c7348076bd7719fc948b778a35c952d4f92e7a43e8b1d0bc76e06e92a0
>> commons-pool2-2.11.1-src.zip=bc75da13acb020096b871b461fd4b9112917cd3b

Re: [VOTE] Release Apache Commons Pool 2.11.0 based on RC1

2021-08-09 Thread Arturo Bernal
[x] +1 Release these artifacts

Building OK from tag, with `clean test install` targets.
Building OK from tag, with `site:site` targets

Site reports look good.


Apache Maven 3.8.1 (05c21c65bdfed0f71a2f2ada8b84da59348c4c5d)
Maven home: /opt/apache-maven-3.8.1
Java version: 16, vendor: Oracle Corporation, runtime: 
/Users/abernal/Library/Java/JavaVirtualMachines/openjdk-16/Contents/Home
Default locale: en_US, platform encoding: UTF-8
OS name: "mac os x", version: "10.16", arch: "x86_64", family: “Mac"

Apache Maven 3.8.1 (05c21c65bdfed0f71a2f2ada8b84da59348c4c5d)
Maven home: /opt/apache-maven-3.8.1
Java version: 11.0.5, vendor: Oracle Corporation, runtime: 
/Library/Java/JavaVirtualMachines/jdk-11.0.5.jdk/Contents/Home
Default locale: en_US, platform encoding: UTF-8
OS name: "mac os x", version: "10.16", arch: "x86_64", family: “mac"

Apache Maven 3.8.1 (05c21c65bdfed0f71a2f2ada8b84da59348c4c5d)
Maven home: /opt/apache-maven-3.8.1
Java version: 1.8.0_275, vendor: AdoptOpenJDK, runtime: 
/Library/Java/JavaVirtualMachines/adoptopenjdk-8.jdk/Contents/Home/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "mac os x", version: "10.16", arch: "x86_64", family: "mac"
[INFO] Scanning for projects…



Arturo Bernal
arturobern...@yahoo.com



> On 9 Aug 2021, at 00:12, Gary Gregory  wrote:
> 
> We have fixed a few bugs and added some enhancements since Apache
> Commons Pool 2.10.0 was released, so I would like to release Apache
> Commons Pool 2.11.0.
> 
> Apache Commons Pool 2.11.0 RC1 is available for review here:
>https://dist.apache.org/repos/dist/dev/commons/pool/2.11.0-RC1
> (svn revision 49387)
> 
> The Git tag commons-pool-2.11.0-RC1 commit for this RC is
> b94e8bec1a056e2784799cba51c79bc3b801d4cd which you can browse here:
>
> https://gitbox.apache.org/repos/asf?p=commons-pool.git;a=commit;h=b94e8bec1a056e2784799cba51c79bc3b801d4cd
> You may checkout this tag using:
>git clone https://gitbox.apache.org/repos/asf/commons-pool.git
> --branch commons-pool-2.11.0-RC1 commons-pool-2.11.0-RC1
> 
> Maven artifacts are here:
>
> https://repository.apache.org/content/repositories/orgapachecommons-1560/org/apache/commons/commons-pool2/2.11.0/
> 
> These are the artifacts and their hashes:
> 
> #Release SHA-512s
> #Sun Aug 08 17:25:31 EDT 2021
> commons-pool2-2.11.0-bin.tar.gz=e3fd5e2841ea5d357b875c2bf669b7f903e0c8914e45bd40ffbfe28ea9fe48a995b0c80a1d4a9e859b8bc9f69c0544701c302bfed6903e5a647a5ae388b17bac
> commons-pool2-2.11.0-bin.zip=a9c500bff6d014e0ee0ab49c410e66c3777c55ae94c4490c3125bd7e0bb92ee55fc8067e7d8ecaecd1ac467c201ef1aae3dc73751bfb9bc94ec620dab7f48862
> commons-pool2-2.11.0-javadoc.jar=e1c253021b5980bafb4ff11fd2f0dc46752c24d37b6b4b363ddd5ef1c8bd6e70c4b27b0ad95759d2102efb4d3f42128ec248809e11a977a39ebc55f8fd032619
> commons-pool2-2.11.0-sources.jar=336ae1927ed517c8168ae3c85dd8b84eb45d46288fba3e64b324accbe07f1b8fd44eded3a5f62c36e0280f444a91a6659722e47149c926a8a4ecdf3bb7a6c53e
> commons-pool2-2.11.0-src.tar.gz=1316ed17d3bb11f8fa15733dd79a09c9d117ed2410b2854ce72067fd5ea1ccde5612a2f3246d857d55913ddf81db6c03e94a0d17a05e8bfd11b045c982e3d40a
> commons-pool2-2.11.0-src.zip=30686059d9932f75d413cdb93c6333ccbf432dd7864f3075981d1721ee87642c7b481fe84fd1fd3d075acf469f939ad4a753384177cafcd5bd90af722b0c34bb
> commons-pool2-2.11.0-test-sources.jar=d983d4a97362cc74bdca1987697e482431e2f84ecc8943b8e1c1cc20a82e889b4d2b5aac57708fbafdcaa00a1fb6f135bd94072c7c956f0275d7a925a27396fc
> commons-pool2-2.11.0-tests.jar=62a9b7d5a2f67933d72479efe59974578ed8eaf58a4be449aea6014fe9c0063cb1a7aca974eb45f9e69b4b0b495a01396aedd622a053f8c2d504b6efe64ef61c
> 
> I have tested this with
> 
> mvn -V -Prelease -Ptest-deploy -P jacoco -P japicmp clean package site deploy
> 
> using:
> 
> Apache Maven 3.8.1 (05c21c65bdfed0f71a2f2ada8b84da59348c4c5d)
> Maven home: /usr/local/Cellar/maven/3.8.1/libexec
> Java version: 1.8.0_292, vendor: AdoptOpenJDK, runtime:
> /Library/Java/JavaVirtualMachines/adoptopenjdk-8.jdk/Contents/Home/jre
> Default locale: en_US, platform encoding: UTF-8
> OS name: "mac os x", version: "10.16", arch: "x86_64", family: "mac"
> 
> Details of changes since 2.10.0 are in the release notes:
>
> https://dist.apache.org/repos/dist/dev/commons/pool/2.11.0-RC1/RELEASE-NOTES.txt
>
> https://dist.apache.org/repos/dist/dev/commons/pool/2.11.0-RC1/site/changes-report.html
> 
> Site:
>
> https://dist.apache.org/repos/dist/dev/commons/pool/2.11.0-RC1/site/index.html
>(note some *relative* links are broken and the 2.11.0 directories
> are not yet created - these will be OK once the site is deployed.)
> 
> JApiCmp Report (compared to 2.10.0):
>
> https://dist

Re: [VOTE] Release Apache Commons DBCP 2.9.0 based on RC1

2021-07-31 Thread Arturo Bernal
[x] +1 Release these artifacts


Building OK from tag, with `clean test install` targets.
Building OK from tag, with `site:site` targets
Browsed site, Javadoc and reports, looks ok. 



Apache Maven 3.8.1 (05c21c65bdfed0f71a2f2ada8b84da59348c4c5d)
Maven home: /opt/apache-maven-3.8.1
Java version: 16, vendor: Oracle Corporation, runtime: 
/Users/abernal/Library/Java/JavaVirtualMachines/openjdk-16/Contents/Home
Default locale: en_US, platform encoding: UTF-8
OS name: "mac os x", version: "10.16", arch: "x86_64", family: “mac"





Apache Maven 3.8.1 (05c21c65bdfed0f71a2f2ada8b84da59348c4c5d)
Maven home: /opt/apache-maven-3.8.1
Java version: 1.8.0_275, vendor: AdoptOpenJDK, runtime: 
/Library/Java/JavaVirtualMachines/adoptopenjdk-8.jdk/Contents/Home/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "mac os x", version: "10.16", arch: "x86_64", family: “mac"


Apache Maven 3.8.1 (05c21c65bdfed0f71a2f2ada8b84da59348c4c5d)
Maven home: /opt/apache-maven-3.8.1
Java version: 11.0.5, vendor: Oracle Corporation, runtime: 
/Library/Java/JavaVirtualMachines/jdk-11.0.5.jdk/Contents/Home
Default locale: en_US, platform encoding: UTF-8
OS name: "mac os x", version: "10.16", arch: "x86_64", family: "mac"


Arturo Bernal
arturobern...@yahoo.com



> On 31 Jul 2021, at 20:54, Matt Sicker  wrote:
> 
> +1
> 
> Signatures, reports, etc. validated.
> Built and tested on:
> 
> Apache Maven 3.8.1 (05c21c65bdfed0f71a2f2ada8b84da59348c4c5d)
> Maven home: /usr/local/Cellar/maven/3.8.1/libexec
> Java version: 16.0.1, vendor: Homebrew, runtime:
> /usr/local/Cellar/openjdk/16.0.1/libexec/openjdk.jdk/Contents/Home
> Default locale: en_US, platform encoding: UTF-8
> OS name: "mac os x", version: "11.4", arch: "x86_64", family: "mac"
> 
> Apache Maven 3.8.1 (05c21c65bdfed0f71a2f2ada8b84da59348c4c5d)
> Maven home: /usr/local/Cellar/maven/3.8.1/libexec
> Java version: 11.0.10, vendor: Oracle Corporation, runtime:
> /usr/local/Cellar/openjdk@11/11.0.10/libexec/openjdk.jdk/Contents/Home
> Default locale: en_US, platform encoding: UTF-8
> OS name: "mac os x", version: "11.4", arch: "x86_64", family: "mac"
> 
> Apache Maven 3.8.1 (05c21c65bdfed0f71a2f2ada8b84da59348c4c5d)
> Maven home: /usr/local/Cellar/maven/3.8.1/libexec
> Java version: 17-ea, vendor: Oracle Corporation, runtime:
> /Library/Java/JavaVirtualMachines/jdk-17.jdk/Contents/Home
> Default locale: en_US, platform encoding: UTF-8
> OS name: "mac os x", version: "11.4", arch: "x86_64", family: "mac"
> 
> On Sat, Jul 31, 2021 at 10:19 AM Gary Gregory  wrote:
>> 
>> We have fixed a few bugs and added some enhancements since Apache
>> Commons DBCP 2.8.0 was released, so I would like to release Apache
>> Commons DBCP 2.9.0.
>> 
>> Apache Commons DBCP 2.9.0 RC1 is available for review here:
>>https://dist.apache.org/repos/dist/dev/commons/dbcp/2.9.0-RC1 (svn
>> revision 49104)
>> 
>> The Git tag commons-dbcp-2.9.0-RC1 commit for this RC is
>> 2abdb498d0aa7b65d668fc5661795bc83844d8fa which you can browse here:
>>
>> https://gitbox.apache.org/repos/asf?p=commons-dbcp.git;a=commit;h=2abdb498d0aa7b65d668fc5661795bc83844d8fa
>> You may checkout this tag using:
>>git clone https://gitbox.apache.org/repos/asf/commons-dbcp.git
>> --branch commons-dbcp-2.9.0-RC1 commons-dbcp-2.9.0-RC1
>> 
>> Maven artifacts are here:
>>
>> https://repository.apache.org/content/repositories/orgapachecommons-1559/org/apache/commons/commons-dbcp2/2.9.0/
>> 
>> These are the artifacts and their hashes:
>> 
>> #Release SHA-512s
>> #Sat Jul 31 11:10:11 EDT 2021
>> commons-dbcp2-2.9.0-bin.tar.gz=3d910565aefae7db7e659078dca9b5b82dc16522be88783a9362b2f26b39bf6e9a8f1bddcdf37b6d5839abff03a8b0934643a08a0d5685da8d20ccfd8a9d4164
>> commons-dbcp2-2.9.0-bin.zip=cdd212b8740b6a5a4ae34f03cf8a205be7a56c62c7a12b6fa8f8c48a05ecd813ecf566fcf6b5d4b03d7e6c81d2ac77f00f8ad4f222bbb7a45e677a566f681f25
>> commons-dbcp2-2.9.0-javadoc.jar=f8ddb21b3f5e43988befe868e777c00f7a5295b1954fa377d91575a2edbf394d0d1d87563615b34915f4128d00264d402a28aa26c08011e328b2f5b94d20df50
>> commons-dbcp2-2.9.0-sources.jar=54f65de7f5223081588c84a124843a0e4937fc81696599e27bf736122aaa589b71f707121704cd6ef2fd17316363b3db22a76bae63de5f0df184dffe7b95
>> commons-dbcp2-2.9.0-src.tar.gz=8f3d47030b71606af4113f09d80f681dc7882d9636cea453a650705582d1a9043397024042e42811eff0a69025965e60d11c578296062f4f05e7a49066344d9a
>> commons-dbcp2-2.9.0-src.zip=b0354f0e9c7d154095ffa1a2a736c606c8fc168146ffbab27614c9e297dd8e5b7d5719f92899dd51b23b63b7fa2c97786d2fae7f48d6

Re: [VOTE] Release Apache Commons CSV 1.9.0 based on RC1

2021-07-28 Thread Arturo Bernal



[x] +1 Release these artifacts

Building OK from tag, with `clean test install` targets.
Building OK from tag, with `site:site` targets


Apache Maven 3.8.1 (05c21c65bdfed0f71a2f2ada8b84da59348c4c5d)
Maven home: /opt/apache-maven-3.8.1
Java version: 16, vendor: Oracle Corporation, runtime: 
/Users/abernal/Library/Java/JavaVirtualMachines/openjdk-16/Contents/Home
Default locale: en_US, platform encoding: UTF-8
OS name: "mac os x", version: "10.16", arch: "x86_64", family: “Mac"

Apache Maven 3.8.1 (05c21c65bdfed0f71a2f2ada8b84da59348c4c5d)
Maven home: /opt/apache-maven-3.8.1
Java version: 11.0.5, vendor: Oracle Corporation, runtime: 
/Library/Java/JavaVirtualMachines/jdk-11.0.5.jdk/Contents/Home
Default locale: en_US, platform encoding: UTF-8
OS name: "mac os x", version: "10.16", arch: "x86_64", family: “mac"

Apache Maven 3.8.1 (05c21c65bdfed0f71a2f2ada8b84da59348c4c5d)
Maven home: /opt/apache-maven-3.8.1
Java version: 1.8.0_275, vendor: AdoptOpenJDK, runtime: 
/Library/Java/JavaVirtualMachines/adoptopenjdk-8.jdk/Contents/Home/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "mac os x", version: "10.16", arch: "x86_64", family: "mac"
[INFO] Scanning for projects...


Arturo Bernal
arturobern...@yahoo.com



> On 29 Jul 2021, at 03:52, Bruno P. Kinoshita  wrote:
> 
> [x] +1 Release these artifacts
> 
> Building OK on Maven 3.6.3 JDK 11 on Ubuntu.
> 
> Checked signatures, found no issues. Site reports look good too. Inspected a 
> couple of files in the dist area, LICENSE/NOTICE/other files all good, no 
> issues.
> 
> 
> Thanks and sorry for the delay reviewing the release.
> 
> 
> Bruno
> 
> 
>On Thursday, 29 July 2021, 3:37:19 am NZST, Gary Gregory 
>  wrote:  
> 
> May I please get PMC reviews?
> 
> Gary
> 
> On Tue, Jul 27, 2021 at 7:39 AM Gary Gregory  wrote:
>> 
>> Ping ;-)
>> 
>> Gary
>> 
>> On Sat, Jul 24, 2021, 11:56 Gary Gregory  wrote:
>>> 
>>> We have fixed a few bugs and added some enhancements since Apache
>>> Commons CSV 1.8 was released, so I would like to release Apache
>>> Commons CSV 1.9.0.
>>> 
>>> Apache Commons CSV 1.9.0 RC1 is available for review here:
>>> https://dist.apache.org/repos/dist/dev/commons/csv/1.9.0-RC1 (svn
>>> revision 48979)
>>> 
>>> The Git tag commons-csv-1.9.0-RC1 commit for this RC is
>>> 8e25a2b30cae841101540c26ff21b79c51ad3eff which you can browse here:
>>> 
>>> https://gitbox.apache.org/repos/asf?p=commons-csv.git;a=commit;h=8e25a2b30cae841101540c26ff21b79c51ad3eff
>>> You may checkout this tag using:
>>> git clone https://gitbox.apache.org/repos/asf/commons-csv.git
>>> --branch commons-csv-1.9.0-RC1 commons-csv-1.9.0-RC1
>>> 
>>> Maven artifacts are here:
>>> 
>>> https://repository.apache.org/content/repositories/orgapachecommons-1558/org/apache/commons/commons-csv/1.9.0/
>>> 
>>> These are the artifacts and their hashes:
>>> 
>>> #Release SHA-512s
>>> #Sat Jul 24 11:41:46 EDT 2021
>>> commons-csv-1.9.0-bin.tar.gz=0b6ecb1c14c8745a10bfb2d1813446eee3dc1c44c72e14419ae0b15dd6e717f336c76a28f7664f083a70e71ad43346dc9cc555b2cd851899a089fad13f76be19
>>> commons-csv-1.9.0-bin.zip=69f12e5b65636ff3f6d5d119920c8570ce603b975869c5f89b7f1ce5f061a11d8dba28508e4b927ae8d2f0c7cda98934582a2f8befee9865323432df86cec2ab
>>> commons-csv-1.9.0-javadoc.jar=15fc0bf7325db35abcb4c586df0e92521322e57e30338aa653a62460281a7cb3dedfdb770d176451ce5fef4eaf965bcf91103bc8b3d8383c107382444672ac35
>>> commons-csv-1.9.0-sources.jar=5ff2ce4e1662cba7c38d7922f418fded2e1b9ffdb64cd78f0a86b89c0d3d366a1e248f554219a2103478c365785ed9f1a9b38d218a2da3ff535a82f23ca08a68
>>> commons-csv-1.9.0-src.tar.gz=4610197fbbf1b3fb3ff19ff8f5ee0ffe945c34c05e3db71b89156bf17aa7f6b2816ddace85457fec82cb22337f777e08eac5984d7299e702b537f0d242d368d8
>>> commons-csv-1.9.0-src.zip=2903e0d47a006d68bdcd33e8a2ea30b5858ac43176a72e804f917a3f4e170e03fc66949d895e124420aa9106794fbdee4787b088b130c23ac636f9aa376f793a
>>> commons-csv-1.9.0-test-sources.jar=7ac545c663f2b2ee824a18acbadfcbda19f85306ed71417cabe7c7acb9e221fdaada5c5f7946bfe5ebf4c046a2a516b1c51a4cf90244c609b1e478b933c0c62b
>>> commons-csv-1.9.0-tests.jar=b29eca481fb7e8e64eec1fe4621dc8c0da7ac51480316d82a42dc73a8f99bbf64811cb948c4cab64b523890a0e8438af4e85dc6c51f14c554a4d0e0752eb6b2a
>>> 
>>> I have tested this with 'mvn -V -Prelease -Ptest-deploy -P jacoco -P
>>> japicmp clean package site deploy' using:
>>> 
>>> Apache Maven 3.8.1 (05c21c65bdfed0f71a2f2ada8b84da59348c4c5d)
>>&

Re: [VOTE] Release Apache Commons Pool 2.10.0 based on RC1

2021-05-31 Thread Arturo Bernal
+1 Release these artifacts



Building OK from tag, with `clean test install` targets.

Building OK from tag, with `site:site` targets

Building OK from tag, with `apache-rat:check` targets

Building OK from tag, with ` install -DskipTests -P japicmp japicmp:cmp` targets



Apache Maven 3.8.1 (05c21c65bdfed0f71a2f2ada8b84da59348c4c5d)
Maven home: /opt/apache-maven-3.8.1
Java version: 16, vendor: Oracle Corporation, runtime: 
/Users/abernal/Library/Java/JavaVirtualMachines/openjdk-16/Contents/Home
Default locale: en_US, platform encoding: UTF-8
OS name: "mac os x", version: "10.16", arch: "x86_64", family: “mac"



Apache Maven 3.8.1 (05c21c65bdfed0f71a2f2ada8b84da59348c4c5d)
Maven home: /opt/apache-maven-3.8.1
Java version: 13.0.2, vendor: Oracle Corporation, runtime: 
/Library/Java/JavaVirtualMachines/jdk-13.0.2.jdk/Contents/Home
Default locale: en_US, platform encoding: UTF-8
OS name: "mac os x", version: "10.16", arch: "x86_64", family: “mac"


Apache Maven 3.8.1 (05c21c65bdfed0f71a2f2ada8b84da59348c4c5d)
Maven home: /opt/apache-maven-3.8.1
Java version: 11.0.5, vendor: Oracle Corporation, runtime: 
/Library/Java/JavaVirtualMachines/jdk-11.0.5.jdk/Contents/Home
Default locale: en_US, platform encoding: UTF-8
OS name: "mac os x", version: "10.16", arch: "x86_64", family: "mac"


Arturo Bernal
arturobern...@yahoo.com



> On 31 May 2021, at 18:49, Gary Gregory  wrote:
> 
> Thanks Matt & a reminder to others that we need more votes.
> 
> Gary
> 
> On Sun, May 30, 2021, 12:30 Matt Sicker  wrote:
> 
>> +1
>> 
>> Signatures are good on everything. Spot checks on basic release stuff
>> are all good (license, notice, rat check etc.). Built and tested fine
>> on the following (Java 11, 15, 16):
>> 
>> Apache Maven 3.8.1 (05c21c65bdfed0f71a2f2ada8b84da59348c4c5d)
>> Maven home: /usr/local/Cellar/maven/3.8.1/libexec
>> Java version: 16.0.1, vendor: Microsoft, runtime:
>> /Library/Java/JavaVirtualMachines/microsoft-16.jdk/Contents/Home
>> Default locale: en_US, platform encoding: UTF-8
>> OS name: "mac os x", version: "11.3", arch: "x86_64", family: "mac"
>> 
>> Apache Maven 3.8.1 (05c21c65bdfed0f71a2f2ada8b84da59348c4c5d)
>> Maven home: /usr/local/Cellar/maven/3.8.1/libexec
>> Java version: 15.0.2, vendor: N/A, runtime:
>> /usr/local/Cellar/openjdk/15.0.2/libexec/openjdk.jdk/Contents/Home
>> Default locale: en_US, platform encoding: UTF-8
>> OS name: "mac os x", version: "11.3.1", arch: "x86_64", family: "mac"
>> 
>> Apache Maven 3.8.1 (05c21c65bdfed0f71a2f2ada8b84da59348c4c5d)
>> Maven home: /usr/local/Cellar/maven/3.8.1/libexec
>> Java version: 11.0.10, vendor: Oracle Corporation, runtime:
>> /usr/local/Cellar/openjdk@11/11.0.10/libexec/openjdk.jdk/Contents/Home
>> Default locale: en_US, platform encoding: UTF-8
>> OS name: "mac os x", version: "11.3.1", arch: "x86_64", family: "mac"
>> 
>> Notes:
>> - There are some error logs output in later versions about cglib:
>> WARNING: Illegal reflective access by net.sf.cglib.core.ReflectUtils$1
>> (file:/Users/matt/.m2/repository/cglib/cglib/3.3.0/cglib-3.3.0.jar) to
>> method
>> java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain)
>> WARNING: Please consider reporting this to the maintainers of
>> net.sf.cglib.core.ReflectUtils$1
>> 
>> On Fri, 28 May 2021 at 16:04, Gary Gregory  wrote:
>>> 
>>> We have added two enhancements since Apache Commons Pool 2.9.0 was
>>> released, so I would like to release Apache Commons Pool 2.10.0.
>>> 
>>> Apache Commons Pool 2.10.0 RC1 is available for review here:
>>>https://dist.apache.org/repos/dist/dev/commons/pool/2.10.0-RC1 (svn
>>> revision 47956)
>>> 
>>> The Git tag commons-pool-2.10.0-RC1 commit for this RC is
>>> 48c289d95c2374ee11e3276a8bcb93b7f99015be which you can browse here:
>>> 
>>> 
>> https://gitbox.apache.org/repos/asf?p=commons-pool.git;a=commit;h=48c289d95c2374ee11e3276a8bcb93b7f99015be
>>> You may checkout this tag using:
>>>git clone https://gitbox.apache.org/repos/asf/commons-pool.git
>> --branch
>>> commons-pool-2.10.0-RC1 commons-pool-2.10.0-RC1
>>> 
>>> Maven artifacts are here:
>>> 
>>> 
>> https://repository.apache.org/content/repositories/orgapachecommons-1549/org/apache/commons/commons-po

Re: [VOTE] Release Apache Commons IO 2.9.0 based on RC1

2021-05-22 Thread Arturo Bernal
Hi ALl



Building OK from tag, with `clean test install` targets.

Building OK from tag, with `site:site` targets


Apache Maven 3.8.1 (05c21c65bdfed0f71a2f2ada8b84da59348c4c5d)
Maven home: /opt/apache-maven-3.8.1
Java version: 11.0.5, vendor: Oracle Corporation, runtime: 
/Library/Java/JavaVirtualMachines/jdk-11.0.5.jdk/Contents/Home
Default locale: en_US, platform encoding: UTF-8
OS name: "mac os x", version: "10.16", arch: "x86_64", family: “mac"

And 

Java version: 13.0.2, vendor: Oracle Corporation, runtime: 
/Library/Java/JavaVirtualMachines/jdk-13.0.2.jdk/Contents/Home


And

Java version: 16, vendor: Oracle Corporation, runtime: 
/Library/Java/JavaVirtualMachines/jdk-16.jdk 2/Contents/Home

and

Java version: 1.8.0_191, vendor: Oracle Corporation, runtime: 
/Library/Java/JavaVirtualMachines/jdk1.8.0_191.jdk/Contents/Home/jre



Building Fail  from tag, with `mvn clirr:check` targets.

Seems there is a incompatibility with the previous version 2.8.0


[INFO] Comparing to version: 2.8.0
[ERROR] 7012: org.apache.commons.io.file.Counters$Counter: Method 'public void 
reset()' has been added to an interface
[ERROR] 7012: org.apache.commons.io.file.Counters$PathCounters: Method 'public 
void reset()' has been added to an interface
[ERROR] 7012: org.apache.commons.io.filefilter.IOFileFilter: Method 'public 
java.nio.file.FileVisitResult accept(java.nio.file.Path, 
java.nio.file.attribute.BasicFileAttributes)' has been added to an interface
[ERROR] 7012: org.apache.commons.io.filefilter.IOFileFilter: Method 'public 
org.apache.commons.io.filefilter.IOFileFilter 
and(org.apache.commons.io.filefilter.IOFileFilter)' has been added to an 
interface
[ERROR] 7012: org.apache.commons.io.filefilter.IOFileFilter: Method 'public 
org.apache.commons.io.filefilter.IOFileFilter negate()' has been added to an 
interface
[ERROR] 7012: org.apache.commons.io.filefilter.IOFileFilter: Method 'public 
org.apache.commons.io.filefilter.IOFileFilter 
or(org.apache.commons.io.filefilter.IOFileFilter)' has been added to an 
interface
[ERROR] 7012: org.apache.commons.io.function.IOConsumer: Method 'public 
org.apache.commons.io.function.IOConsumer noop()' has been added to an interface



Arturo Bernal
arturobern...@yahoo.com



> On 22 May 2021, at 19:49, Gary Gregory  wrote:
> 
> We have fixed a few bugs and added enhancements since Apache Commons IO
> 2.8.0 was released, so I would like to release Apache Commons IO 2.9.0.
> 
> Apache Commons IO 2.9.0 RC1 is available for review here:
>https://dist.apache.org/repos/dist/dev/commons/io/2.9.0-RC1 (svn
> revision 47867)
> 
> The Git tag commons-io-2.9.0-RC1 commit for this RC is
> 75f20dca72656225d0dc8e7c982e40caa9277d42 which you can browse here:
> 
> https://gitbox.apache.org/repos/asf?p=commons-io.git;a=commit;h=75f20dca72656225d0dc8e7c982e40caa9277d42
> You may checkout this tag using:
>git clone https://gitbox.apache.org/repos/asf/commons-io.git --branch
> commons-io-2.9.0-RC1 commons-io-2.9.0-RC1
> 
> Maven artifacts are here:
> 
> https://repository.apache.org/content/repositories/orgapachecommons-1548/commons-io/commons-io/2.9.0/
> 
> These are the artifacts and their hashes:
> 
> #Release SHA-512s
> #Sat May 22 12:55:53 EDT 2021
> commons-io-2.9.0-bin.tar.gz=3e28fb033d43c5c2f423db45a190410ffbc2c4d091ec5e2abfdabcfd9cdab0729e37c14ce618f7c9cd74d2a075052165a2fe43e525859a2a353f087dee293ae7
> commons-io-2.9.0-bin.zip=6cdaac5428a49d44b1674e39edd829774359a2450c418988d5e2c0b54a55580a294c30a948b218930ec9f33e14b7302d5f242ccfc542fde364b136063eebba92
> commons-io-2.9.0-javadoc.jar=df424e1bad9b1a83031d23c13d189651bcad146e79234eae36cc734e6ae888dd692ab36da51e82a39f533c603d20ca431d80f46b607ea928d521772b0d29461f
> commons-io-2.9.0-sources.jar=19ad8cd150871f41f21a57d277da01b965f12ecb901e980d434384e6e11aa6de45803c6aa982c4cc9a154eb97e7055132f25e0deb1b9e4819279aa49bbac32f4
> commons-io-2.9.0-src.tar.gz=3dfc39e9b8286119e58ace7713b77f06145b440d54b9be0f9ae08897bcce1bbb02797c18d9b29010081b89e7a12b44dd644c851f8ca4bd9eb5c579298f117611
> commons-io-2.9.0-src.zip=b5f63b20821ffda626494190241b3877e91f4c9d434c4a6c2478d0619d206541286f64b6adea4de6bb0d092d70caa90535ea98810295e278120f127d7e2d8eee
> commons-io-2.9.0-test-sources.jar=dc8dac2b0a207b5ce18dcc1a56e24b227dccf6ab4f9d2b84512c90961cdd41db4416b98cfc98ef8c576afb80beb41831f24258f2ab430154251539e55c462262
> commons-io-2.9.0-tests.jar=3cbd95e3b09954b04125f661a2c972948c1d6ef5ee3bd6bbc4ff679de6573ee4c90db2da4815c3fa69332db4a6319214ce98fd72b69cc72134f49def21401dfb
> 
> 
> I have tested this with 'mvn' and 'mvn -V -Duser.name=$my_apache_id
> -Dcommons.release-plugin.version=$commons_release_plugin_version -Prelease
> -Ptest-deploy -P jacoco -P japicmp clean package site deploy' using:
> 
> Apache Maven 3.8

[email] Make public scope EmailUtils

2021-03-12 Thread Arturo Bernal
Hi All,


IMO would be nice to have a public method in commons-mail to check empty or 
null object and avoid duplicate code. 

What do you thing guys,

I'll wait the comments before make the PR

TY

Arturo Bernal
arturobern...@yahoo.com




-
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org



Re: [VOTE] Release Apache Commons VFS Project 2.8.0 based on RC1

2021-03-07 Thread Arturo Bernal
Hi All,

Build OK from the tag '4fbaade0’  with ‘mvn test’ 



Maven home: /opt/apache-maven-3.6.3
Java version: 1.8.0_275, vendor: AdoptOpenJDK, runtime: 
/Library/Java/JavaVirtualMachines/adoptopenjdk-8.jdk/Contents/Home/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "mac os x", version: "10.16", arch: "x86_64", family: "mac"


Thanks 

> On 7 Mar 2021, at 08:10, Bruno P. Kinoshita  wrote:
> 
>   [X] +1 Release these artifacts
> 
> 
> Building OK from tag, with `clean test install` targets.
> Used the site from dist area. Reports look OK (no idea
> why we have 2 checkstyle reports, but new one is consistent
> with existing report), even fixing some checkstyle/spotbugs
> bugs in the core module.
> 
> 
> Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
> Maven home: /opt/apache-maven-3.6.3
> Java version: 11.0.10, vendor: Ubuntu, runtime: 
> /usr/lib/jvm/java-11-openjdk-amd64
> Default locale: en_US, platform encoding: UTF-8
> OS name: "linux", version: "5.4.0-66-generic", arch: "amd64", family: "unix"
> 
> 
> Thanks!
> Bruno
> 
> 
> 
>On Sunday, 7 March 2021, 3:59:56 pm NZDT, Gary Gregory 
>  wrote:  
> 
> Hi All:
> 
> We have fixed quite a few bugs and added some significant enhancements
> since Apache Commons VFS Project 2.7.0 was released, so I would like
> to release Apache Commons VFS Project 2.8.0.
> 
> Apache Commons VFS Project 2.8.0 RC1 is available for review here:
> https://dist.apache.org/repos/dist/dev/commons/vfs/2.8.0-RC1 (svn
> revision 46489)
> 
> The Git tag commons-vfs-2.8.0-RC1 commit for this RC is
> 4fbaade088e67d2f77215cec55631d171884de0f which you can browse here:
> 
> https://gitbox.apache.org/repos/asf?p=commons-vfs.git;a=commit;h=4fbaade088e67d2f77215cec55631d171884de0f
> You may checkout this tag using:
> git clone https://gitbox.apache.org/repos/asf/commons-vfs.git
> --branch commons-vfs-2.8.0-RC1 commons-vfs-2.8.0-RC1
> 
> Maven artifacts are here:
> 
> https://repository.apache.org/content/repositories/orgapachecommons-1544/org/apache/commons/
> 
> These are the artifacts and their hashes:
> 
> /org/apache/commons/commons-vfs2/2.8.0/commons-vfs2-2.8.0-javadoc.jar
> (SHA1: 2f733e7075a2586d22bf9e52839ef9f7bdf8193f)
> /org/apache/commons/commons-vfs2/2.8.0/commons-vfs2-2.8.0.jar.asc
> (SHA1: e34a4fd864b3516c19a26a8e21879ce1720c8ccd)
> /org/apache/commons/commons-vfs2/2.8.0/commons-vfs2-2.8.0-tests.jar
> (SHA1: 720f102d81722cf88fff7bb07fe65fc08bed1974)
> /org/apache/commons/commons-vfs2/2.8.0/commons-vfs2-2.8.0-test-sources.jar
> (SHA1: c47f3ed3e37f3893efb7d72f4d2bbb62d91e7040)
> /org/apache/commons/commons-vfs2/2.8.0/commons-vfs2-2.8.0-javadoc.jar.asc
> (SHA1: 8870209a94fd6a4b007803bc77611cd7a8ba8d78)
> /org/apache/commons/commons-vfs2/2.8.0/commons-vfs2-2.8.0-tests.jar.asc
> (SHA1: 41b2c3e4a4def7aca3a3e75c0c0e62e1aab94f99)
> /org/apache/commons/commons-vfs2/2.8.0/commons-vfs2-2.8.0.pom.asc
> (SHA1: 34a0e3047223f7c1e5aec66799febf049aba5164)
> /org/apache/commons/commons-vfs2/2.8.0/commons-vfs2-2.8.0.pom
> (SHA1: 0ba17ec867088a747c6fed13be1a33e07bb9bff1)
> /org/apache/commons/commons-vfs2/2.8.0/commons-vfs2-2.8.0.jar
> (SHA1: b52374bf2503e56be006b7d4b786ae77a985eb77)
> /org/apache/commons/commons-vfs2/2.8.0/commons-vfs2-2.8.0-sources.jar
> (SHA1: e29db17e979628a8a9319ecdca9a305c2753dfbc)
> /org/apache/commons/commons-vfs2/2.8.0/commons-vfs2-2.8.0-test-sources.jar.asc
> (SHA1: 22aa5c6acdc12e7948814bf17e298696c27e7d97)
> /org/apache/commons/commons-vfs2/2.8.0/commons-vfs2-2.8.0-sources.jar.asc
> (SHA1: e842ff1d6f2be7f616d4f7a42bb0975bd19fd3e6)
> /org/apache/commons/commons-vfs2-jackrabbit2/2.8.0/commons-vfs2-jackrabbit2-2.8.0.pom.asc
> (SHA1: 8927fe855885855714254530e06fbd9bb2f15288)
> /org/apache/commons/commons-vfs2-jackrabbit2/2.8.0/commons-vfs2-jackrabbit2-2.8.0.jar
> (SHA1: 0c505e611315bf42e306c613d9ebb47619d0873d)
> /org/apache/commons/commons-vfs2-jackrabbit2/2.8.0/commons-vfs2-jackrabbit2-2.8.0-tests.jar
> (SHA1: 300be77922de4a457c8839f0f36e2f608c32b397)
> /org/apache/commons/commons-vfs2-jackrabbit2/2.8.0/commons-vfs2-jackrabbit2-2.8.0-test-sources.jar.asc
> (SHA1: 590b15eb9d764068594acbe25081bc90aed2ad39)
> /org/apache/commons/commons-vfs2-jackrabbit2/2.8.0/commons-vfs2-jackrabbit2-2.8.0-sources.jar
> (SHA1: 599aa7215675e6185f48040df3fcdb5287a65fd8)
> /org/apache/commons/commons-vfs2-jackrabbit2/2.8.0/commons-vfs2-jackrabbit2-2.8.0-test-sources.jar
> (SHA1: 4a1b34b891d1d2dacf1c4ef35c678192eae70b44)
> /org/apache/commons/commons-vfs2-jackrabbit2/2.8.0/commons-vfs2-jackrabbit2-2.8.0-sources.jar.asc
> (SHA1: 2ddd7f66eb97072ac8ac04f80b081a266f615f2e)
> /org/apache/commons/commons-vfs2-jackrabbit2/2.8.0/commons-vfs2-jackrabbit2-2.8.0.pom
> (SHA1: 3f9d23df63960f8451ac85ab687ec110cb47382f)
> /org/apache/commons/commons-vfs2-jackrabbit2/2.8.0/commons-vfs2-jackrabbit2-2.8.0.jar.asc
> (SHA1: 3725db6391f71ec23e4abc05ace9f19ecf46beda)
> /org/apache/commons/commons-vfs2-jackrabbit2/2.8.0/commons-vfs2-jackrabbit2-2.8.0-tests.jar.asc
> (SH

Update Geometry Project Dependencies

2020-12-19 Thread Arturo Bernal
Hi guys, 

we need to update the  info about the Junit dependency on the website of the 
apache commons geometry module.  We have updated from 4.x to 5


https://commons.apache.org/proper/commons-geometry/dependencies.html 
<https://commons.apache.org/proper/commons-geometry/dependencies.html>




Arturo Bernal



Re: Unapproved license

2020-11-22 Thread Arturo Bernal
Hi Guys,

Thank you all.

I think that i solve the problem adding the license to the file that produce 
the error.



> On 22 Nov 2020, at 20:41, Alex Remily  wrote:
> 
> Every time I've received a licence error working on the crypto project it
> was because I was missing the Apache license in the source header.  That
> seemed the most likely scenario here.
> 
> On Sun, Nov 22, 2020 at 11:22 AM sebb  wrote:
> 
>> On Sun, 22 Nov 2020 at 13:39, Alex Remily  wrote:
>>> 
>>> Paste the license into the source file.  Check out any other source for
>> an
>>> example.
>> 
>> Sorry, but that is not correct.
>> One cannot just add the license to a file without checking that the
>> license applies.
>> 
>> What command are you using to build?
>> Which files are causing the errors?
>> 
>> It's possible that there are some spurious files that are being picked
>> up by the license check.
>> It may be necessary to update the list of excluded files, but again,
>> this should only be done if the file does not need a license header.
>> 
>>> On Sun, Nov 22, 2020 at 8:33 AM Arturo Bernal
>>>  wrote:
>>> 
>>>> 
>>>> Hi All,
>>>> 
>>>> 
>>>> Ii'm trying to do some change in commons crypto project but i always
>> get
>>>> the following error-> "Too many files with unapproved license"
>>>> Do i have to solve this issues?
>>>> 
>>>> 
>>>> 
>>>> -
>>>> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
>>>> For additional commands, e-mail: dev-h...@commons.apache.org
>>>> 
>>>> 
>> 
>> -
>> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
>> For additional commands, e-mail: dev-h...@commons.apache.org
>> 
>> 


-
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org



Unapproved license

2020-11-22 Thread Arturo Bernal


Hi All,


Ii'm trying to do some change in commons crypto project but i always get the 
following error-> "Too many files with unapproved license"
Do i have to solve this issues?



-
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org



Incompatible Version

2020-11-18 Thread Arturo Bernal
I have a doubt. I have made a PR with change that broke the binary for 
incompatibility. I'm aware of that, but one of the Jenkins jobs fails because 
of that.

how can i solve that?

The PR —> https://github.com/apache/commons-collections/pull/195 

Jobs. —> 
https://travis-ci.com/github/apache/commons-collections/builds/202652644 



I’m getting

[ERROR] Failed to execute goal 
com.github.siom79.japicmp:japicmp-maven-plugin:0.14.3:cmp (default-cli) on 
project commons-collections4: There is at least one incompatibility: 
org.apache.commons.collections4.IterableUtils.IterableUtils():CONSTRUCTOR_LESS_ACCESSIBLE
 -> [Help 1]


Regards 

Re: Log4j JSON layout template Uris enum

2020-11-17 Thread Arturo Bernal
Hahahahha 
;)


Sent from Yahoo Mail for iPhone


On Tuesday, November 17, 2020, 8:51 PM, Matt Sicker  wrote:

Wrong list?

On Tue, 17 Nov 2020 at 12:23, Gary Gregory  wrote:
>
> Hi all,
>
> Why is this an enum and not a class?
>
> Hary

-
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org