Re: [VOTE] Release Apache Commons DbUtils 1.8 based on RC2

2020-01-26 Thread Carl Hall
For the 2 weeks this vote has been open, we have 1 binding and 1 non-binding vote so far. May I humbly ask for a few more folks to help with this release review? Thanks in advance! > On Jan 22, 2020, at 5:19 PM, William Speirs wrote: > > Sorry, meant to say: +1 > > On Wed, Jan 22, 2020 at 7

Re: [All] Sonarcloud reports zero coverage

2020-01-26 Thread Gilles Sadowski
Hello. Le dim. 26 janv. 2020 à 18:06, Amey Jadiye a écrit : > > For almost all the repo[1][2] this is suddenly dropped I can see an event > in coverage activity written as "Quality Profile: Changes in 'Sonar way' > (Java)". > I see there are some changes done on profile[3] on 7th Jan, It must be

Re: [All] Sonarcloud reports zero coverage

2020-01-26 Thread Gilles Sadowski
Hi. Le dim. 26 janv. 2020 à 17:05, Matt Juntunen a écrit : > > Any word on this? I've reported this to INFRA: https://issues.apache.org/jira/browse/INFRA-19763 See comment there: Whoever is "admin", please follow up on their inquiry. Thanks, Gilles > > -Matt >

Re: Release of Commons Crypto

2020-01-26 Thread Alex Remily
I can build it on all three platforms (Win, Linux, Mac). I don't know how to push to Maven central, and even if I did, I don't have permissions. I'm happy to provide an artifact to someone who can push it to Maven. On Sun, Jan 26, 2020 at 9:59 AM Gary Gregory wrote: > On Wed, Jan 22, 2020 at 7

Re: Release of Commons Crypto

2020-01-26 Thread Gary Gregory
On Sun, Jan 26, 2020 at 9:58 AM Gary Gregory wrote: > On Wed, Jan 22, 2020 at 7:42 PM Alex Remily wrote: > >> How do we go about getting a release for Commons Crypto? >> > > Someone needs to spend the time doing it... ;-) The build for this > component is not trivial since it uses Maven to call

Re: [collections] example code.

2020-01-26 Thread Gary Gregory
On Sun, Jan 26, 2020 at 4:30 PM Claude Warren wrote: > The doxia snippet extension allows you to reference code in the source tree > and include it in the generated HTML files. This means that the example > code in the documentation/site can come directly from code that compiles > and can be run

Re: [collections] example code.

2020-01-26 Thread Claude Warren
The doxia snippet extension allows you to reference code in the source tree and include it in the generated HTML files. This means that the example code in the documentation/site can come directly from code that compiles and can be run in the examples. Best of both worlds I think. Claude On Sun

Re: [collections] example code.

2020-01-26 Thread Gary Gregory
No code in the site please. It must be compiled with the build and available as a plain source file for refactoring from IDEs and tools. Gary On Sun, Jan 26, 2020, 15:19 Bruno P. Kinoshita wrote: > That's exactly what we have in commons imaging. +1 to either an example > directory in src/test

Re: [collections] example code.

2020-01-26 Thread Bruno P. Kinoshita
That's exactly what we have in commons imaging. +1 to either an example directory in src/test and maybe a link in the website, or the code direct in the site. Cheers Bruno On Monday, 27 January 2020, 6:07:21 am NZDT, Gary Gregory wrote: I think the simplest is to create an examples p

Re: [commons-compress] branch master updated: one more javadoc warning

2020-01-26 Thread Gary Gregory
On Sun, Jan 26, 2020, 12:13 Stefan Bodewig wrote: > On 2020-01-26, Gary Gregory wrote: > > > On Sun, Jan 26, 2020, 07:39 wrote: > > >>+ * @return the parsed PAX header > > > Plural? > > Not sure. I believe it is a single PAX header block holding multiple > header variables - while the code c

Re: [commons-compress] branch master updated: one more javadoc warning

2020-01-26 Thread Stefan Bodewig
On 2020-01-26, Gary Gregory wrote: > On Sun, Jan 26, 2020, 07:39 wrote: >>+ * @return the parsed PAX header > Plural? Not sure. I believe it is a single PAX header block holding multiple header variables - while the code calls those header variable headers to make things more confusing. S

Re: [collections] example code.

2020-01-26 Thread Gary Gregory
I think the simplest is to create an examples package under src/test which also let you put example data under src/resources. This way, that code would get processed just like any other test code included the source xref report. Gary On Sun, Jan 26, 2020, 11:52 Claude Warren wrote: > I see tha

Re: [All] Sonarcloud reports zero coverage

2020-01-26 Thread Amey Jadiye
For almost all the repo[1][2] this is suddenly dropped I can see an event in coverage activity written as "Quality Profile: Changes in 'Sonar way' (Java)". I see there are some changes done on profile[3] on 7th Jan, It must be that change broke down the coverage. ? [1] https://sonarcloud.io/projec

FOSDEM 2020

2020-01-26 Thread Claude Warren
Is anyone on this list (besides me) planning on attending FOSDEM 2020[1]? If so would you be interested in hosting the Apache table? By "hosting" I mean we stand there talk to people and promote Apache commons. Claude [1] https://cwiki.apache.org/confluence/display/COMDEV/FOSDEM+2020 -- I like

[collections] example code.

2020-01-26 Thread Claude Warren
I see that there is no example code directory in the collections project. I was thinking of contributing an example of how to construct a Bloom filter that operates like the Hadoop Bloom filter but this seems like something that we may not want to include in the library. In the Jena project we hav

Re: [All] Sonarcloud reports zero coverage

2020-01-26 Thread Matt Juntunen
Any word on this? -Matt From: Gilles Sadowski Sent: Wednesday, January 15, 2020 10:47 AM To: Commons Developers List Subject: [All] Sonarcloud reports zero coverage Hello. "Sonar" reports are created for several projects, a.o. https://sonarcloud.io/dashboar

[numbers] NUMBERS-40: Exception Consistency

2020-01-26 Thread Matt Juntunen
Hello, I'm looking into NUMBERS-40, which suggests that the exception behavior of commons-numbers (specifically the gamma package) needs to be made more consistent. Below is a summary of the public exception types explicitly thrown by each module. arrays IndexOutOfBoundsException

Re: Release of Commons Crypto

2020-01-26 Thread Gary Gregory
On Wed, Jan 22, 2020 at 7:42 PM Alex Remily wrote: > How do we go about getting a release for Commons Crypto? > Someone needs to spend the time doing it... ;-) The build for this component is not trivial since it uses Maven to call Ant to call make, which fails for me. Can anyone built it? Gary

Re: [commons-compress] branch master updated: one more javadoc warning

2020-01-26 Thread Gary Gregory
On Sun, Jan 26, 2020, 07:39 wrote: > This is an automated email from the ASF dual-hosted git repository. > > bodewig pushed a commit to branch master > in repository https://gitbox.apache.org/repos/asf/commons-compress.git > > > The following commit(s) were added to refs/heads/master by this push

Re: [LANG] Start contributing

2020-01-26 Thread Asanka Amarasinghe
Hi, I started with LANG-1499 ( https://issues.apache.org/jira/projects/LANG/issues/LANG-1499 ) . I'm looking for a mentor to work with, get to know the rules and practices around. Below are my findings on LANG-1499. - In the current implementation, if given *LHS* and *RHS* objects are no