Re: Updating the web site

2018-02-23 Thread Bruno P. Kinoshita
I did that only once during a release for commons-csv. But looking at the documentation for publishing commons sites located here: https://commons.apache.org/site-publish.html under the section "Components", it explains how it works. So perhaps you could try: ``` cd commons-email vim commons-em

Re: [DISCUSS] new component for timing?

2018-03-02 Thread Bruno P. Kinoshita
We could perhaps move some classes from the concurrent package too I think. Like the circuit breakers. That'd solve our current issue with java.desktop dependency and java9 Sent from Yahoo Mail on Android On Sat, 3 Mar 2018 at 3:45, Gary Gregory wrote: On Fri, Mar 2, 2018 at 7:31 AM, Ott

Re: [DISCUSS] new component for timing?

2018-03-20 Thread Bruno P. Kinoshita
I think StopWatch and CircuitBreakers could be moved together to the same component. However, a circuit breaker can be time-related, or not (e.g. a circuit breaker for memory size). So probably commons-timing could be a good place for StopWatch, but maybe not for circuit-breaker. But I think bot

Re: [DISCUSS] new component for timing?

2018-03-20 Thread Bruno P. Kinoshita
Not sure. I'm not familiar with sirona/commons-monitoring. Sirona seems to already have a StopWatch, and looks like there's some users already? No strong opinion here, so happy with either of these. From: Otto Fowler To: Romain Manni-Bucau ; Bruno P. Kinoshita ; Commons Devel

Re: Adding Soundex Feature in StringUtils Reg

2018-03-25 Thread Bruno P. Kinoshita
Hi Seshadri, I think Commons Text is a better place for soundex and other phonetic algorithms. Bruno Sent from Yahoo Mail on Android On Mon, 26 Mar 2018 at 5:38, seshadri n s wrote: Hi, I am planning to implement soundex function in StringUtils https://en.wikipedia.org/wiki/Soundex can

Re: [collections] CollectionUtils not null-safe

2018-05-18 Thread Bruno P. Kinoshita
+1 Sent from Yahoo Mail on Android On Sat, 19 May 2018 at 7:35, Gary Gregory wrote: Hi All: A lot of methods in CollectionUtils are not null-safe and are documented as such in Javadoc with throwing NPEs. I'd like to change that. The change is behavioral and BC would be preserved. Thoug

Re: [ALL] SHA-1 vs. SHA-256

2018-05-18 Thread Bruno P. Kinoshita
No objections from me. +1 Sent from Yahoo Mail on Android On Sat, 19 May 2018 at 9:24, Gary Gregory wrote: Hi All: Eclipse is moving to SHA-256 to validate downloads [1] alongside MD5. We just updated to SHA-1 which apparently has been subject to a collision attack [2]. Our newish commo

[text] Re: HumanNameParser

2018-05-21 Thread Bruno P. Kinoshita
Hi Amitava, There were still pending issues prior to the 1.0 release, so it was moved to a branch for further work. If you are interested in using it, perhaps you would have some suggestions/comments for these tickets: * Human name parser https://issues.apache.org/jira/browse/TEXT-15 * Make Hu

Re: [all] - git: prevent unnecessary merge commits?

2018-06-09 Thread Bruno P. Kinoshita
Hi Pascal, Apache OpenNLP uses that approach whenever possible (http://opennlp.apache.org/using-git.html). I like the way the commit tree looks after a while. Sometimes it's not practical, especially when receiving patches from external contributors (developers can still check-out code locally

Re: [LANG] Java 9 problems because of dependencies to java.desktop (Was: Re: [LANG] Thoughts about Lang 4.0)

2018-06-09 Thread Bruno P. Kinoshita
Hi all, There is a patch [1] for LANG-1339 [2] that I would like to merge. The discussion around this issue can be found in the rest of this e-mail thread. The patch basically deprecates the existing classes that depend on java.desktop, and provide alternative implementations. The previous clas

Re: [LANG] Java 9 problems because of dependencies to java.desktop (Was: Re: [LANG] Thoughts about Lang 4.0)

2018-06-09 Thread Bruno P. Kinoshita
and forget about this issue (-: Bruno From: Gary Gregory To: Commons Developers List ; Bruno P. Kinoshita Sent: Sunday, 10 June 2018 10:56 AM Subject: Re: [LANG] Java 9 problems because of dependencies to java.desktop (Was: Re: [LANG] Thoughts about Lang 4.0)

Re: [VOTE] Release Apache Commons Text 1.4 based on RC1

2018-06-09 Thread Bruno P. Kinoshita
[ X ] +1 Release these artifacts Build passing with no errors on Apache Maven 3.5.2 (138edd61fd100ec658bfa2d307c43b76940a5d7d; 2017-10-18T20:58:13+13:00) Maven home: /opt/apache-maven-3.5.2 Java version: 1.8.0_171, vendor: Oracle Corporation Java home: /usr/lib/jvm/java-8-oracle/jre Default loca

Re: [LANG] Java 9 problems because of dependencies to java.desktop (Was: Re: [LANG] Thoughts about Lang 4.0)

2018-06-10 Thread Bruno P. Kinoshita
2018 at 22:11, Gilles wrote: > Hello. > > On Sun, 10 Jun 2018 21:34:49 +0200, Oliver Heger wrote: >> >> Hi Bruno, >> >> Am 10.06.2018 um 00:52 schrieb Bruno P. Kinoshita: >>> >>> Hi all, >>> >>> There is a patch [1] for LANG-1339

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

2018-06-14 Thread Bruno P. Kinoshita
[ X ] +1 Release these artifacts Building OK from commit d7aa662fbbb99e536ae28c47d0c4e1d51e39d5b9 passing OK on Apache Maven 3.5.2 (138edd61fd100ec658bfa2d307c43b76940a5d7d; 2017-10-18T20:58:13+13:00) Maven home: /opt/apache-maven-3.5.2 Java version: 1.8.0_171, vendor: Oracle Corporation Java

Re: [RNG] CP 47

2018-07-03 Thread Bruno P. Kinoshita
Hi Gilles, I've checked out the latest from https://github.com/apache/commons-rng, updated the pom.xml to use 47 instead of 45, and downloaded JDK 9. kinow@local:~/Development/java/apache/commons-rng$ JAVA_HOME=/home/kinow/Development/java/jdk-9.0.4/ mvn -v Apache Maven 3.5.2 (138edd61fd100ec65

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

2018-07-06 Thread Bruno P. Kinoshita
[ X ] +1 Release these artifacts Apache Maven 3.5.2 (138edd61fd100ec658bfa2d307c43b76940a5d7d; 2017-10-18T20:58:13+13:00) Maven home: /opt/apache-maven-3.5.2 Java version: 1.8.0_171, vendor: Oracle Corporation Java home: /usr/lib/jvm/java-8-openjdk-amd64/jre Default locale: en_NZ, platform enco

Re: [LANG] Java 9 problems because of dependencies to java.desktop (Was: Re: [LANG] Thoughts about Lang 4.0)

2018-07-16 Thread Bruno P. Kinoshita
r just deprecate the functionality without replacement. Stephen On 10 June 2018 at 22:11, Gilles wrote: > Hello. > > On Sun, 10 Jun 2018 21:34:49 +0200, Oliver Heger wrote: >> >> Hi Bruno, >> >> Am 10.06.2018 um 00:52 schrieb Bruno P. Kinoshita: >>> >>> Hi a

Re: [LANG] Java 9 problems because of dependencies to java.desktop (Was: Re: [LANG] Thoughts about Lang 4.0)

2018-07-16 Thread Bruno P. Kinoshita
day, 17 July 2018 4:13 AM Subject: Re: [LANG] Java 9 problems because of dependencies to java.desktop (Was: Re: [LANG] Thoughts about Lang 4.0) Am 16.07.2018 um 13:40 schrieb Bruno P. Kinoshita: > Saw some recent activity around lang 3.8, and remembered about this issue, > and

Re: [LANG] Java 9 problems because of dependencies to java.desktop

2018-07-19 Thread Bruno P. Kinoshita
ybe internal only. Bruno From: Gilles To: dev@commons.apache.org Sent: Friday, 20 July 2018 11:05 AM Subject: Re: [LANG] Java 9 problems because of dependencies to java.desktop Hello. On Mon, 16 Jul 2018 21:30:00 + (UTC), Bruno P. Kinoshita wrote: >>What about introdu

Re: [VOTE] Release Apache Commons Configuration 2.3 based on RC1

2018-07-28 Thread Bruno P. Kinoshita
[ X ] +1 Release these artifacts Maven build passing OK from tag + svn revision with environment: Apache Maven 3.5.2 (138edd61fd100ec658bfa2d307c43b76940a5d7d; 2017-10-18T20:58:13+13:00) Maven home: /opt/apache-maven-3.5.2 Java version: 1.8.0_171, vendor: Oracle Corporation Java home: /usr

Re: [imaging] Updated Maven release of Commons Imaging to Maven central repo

2018-08-09 Thread Bruno P. Kinoshita
Hi Andreas! Happy to hear you successfully used Commons Imaging, and also keen to hear what features/suggestions you have for the API. There was a call for 1.0 to be released, but some blockers were found and the release was called off (e.g. https://issues.apache.org/jira/browse/IMAGING-154). I i

Re: [imaging] Updated Maven release of Commons Imaging to Maven central repo

2018-08-10 Thread Bruno P. Kinoshita
lease of Commons Imaging to Maven central repo Den tor. 9. aug. 2018 kl. 09:20 skrev Bruno P. Kinoshita : > It should be possible to release a new snapshot, or maybe another alpha/beta ? Yes, a alpha/beta release to the maven central now would be very useful! The API has changed signific

[imaging] Move from Java7 to Java8

2018-08-11 Thread Bruno P. Kinoshita
Hi all, Since Sanselan became Commons Imaging, some work has been done, but there was never an official release. The project is using Java7, and I would like to update it to use Java 8. Any objections? My plan is to just update to Java8 now and prepare the 1.0 release vote. Then slowly add Ja

Re: [imaging] IMAGING-154 remove Debug class

2018-08-12 Thread Bruno P. Kinoshita
ose flags, the checks, and calls to System.out in there. Thanks! Bruno ____ From: Bruno P. Kinoshita To: Commons Developers List Sent: Tuesday, 6 February 2018 11:30 PM Subject: Re: [imaging] IMAGING-154 remove Debug class Hi sebb, >Another aspect of debu

Re: [imaging] Move from Java7 to Java8

2018-08-12 Thread Bruno P. Kinoshita
pshot but is still on Java 7. After the release we can update to Java 8 for 1.1. Cheers, Pascal Am 12.08.2018 um 00:46 schrieb Bruno P. Kinoshita: > Hi all, > > Since Sanselan became Commons Imaging, some work has been done, but there was > never an official release. > > The

Re: [imaging] IMAGING-154 remove Debug class

2018-08-13 Thread Bruno P. Kinoshita
d115c12642ecabb3b4ab73df83b1e5982076 From: Gilles To: dev@commons.apache.org Sent: Monday, 13 August 2018 12:21 AM Subject: Re: [imaging] IMAGING-154 remove Debug class Hello Bruno. On Sun, 12 Aug 2018 08:56:37 + (UTC), Bruno P. Kinoshita wrote: > Hi all,

Re: [imaging] IMAGING-154 remove Debug class

2018-08-13 Thread Bruno P. Kinoshita
ting mixed with your library’s diagnostic output. Hope this helps, Remko (Shameless plug) Every java main() method deserves http://picocli.info > On Aug 12, 2018, at 21:21, Gilles wrote: > > Hello Bruno. > >> On Sun, 12 Aug 2018 08:56:37 + (UTC), Bruno P. Kinoshita wro

Re: [imaging] IMAGING-154 remove Debug class

2018-08-13 Thread Bruno P. Kinoshita
s helps, > > Remko > > (Shameless plug) Every java main() method deserves http://picocli.info > > > On Aug 12, 2018, at 21:21, Gilles wrote: > > > > Hello Bruno. > > > >> On Sun, 12 Aug 2018 08:56:37 + (UTC), Bruno P. Kinoshita wrote: > >&g

Re: [imaging] IMAGING-154 remove Debug class

2018-08-13 Thread Bruno P. Kinoshita
ead. This > > allows programs using your library to pipe output to other programs > without > > their output getting mixed with your library’s diagnostic output. > > > > Hope this helps, > > > > Remko > > > > (Shameless plug) Every java main() m

Re: [imaging] IMAGING-154 remove Debug class

2018-08-13 Thread Bruno P. Kinoshita
API. Other >>> libraries sit in the middle. >>> >>> *Final note* >>> I would never log to System out, always use system err instead. This >>> allows programs using your library to pipe output to other programs >> without >>> their output getting

Re: [imaging] IMAGING-154 remove Debug class

2018-08-13 Thread Bruno P. Kinoshita
Logging were started before SLF4J (and perhaps JUL) were created, I believe. (Shameless plug) Every java main() method deserves http://picocli.info > On Aug 13, 2018, at 18:22, Bruno P. Kinoshita > wrote: > > Right now that's where I am standing too. If adding a dependency to

Re: [lang] preparing for 3.8

2018-08-14 Thread Bruno P. Kinoshita
Hi Rob! Thanks for RM'ing lang 3.8! I think it would be good to fix for LANG-1339, as we get closer to supporting Java 9 someday... I believe the summary from the last comments in the discussion in the mailing list is that looks like Observable/Observable won't be removed from the JDK, but m

Re: [VOTE] Release Compress 1.18 based on RC1

2018-08-14 Thread Bruno P. Kinoshita
[ X ] +1 Release these artifacts Building fine on Apache Maven 3.5.2 (138edd61fd100ec658bfa2d307c43b76940a5d7d; 2017-10-18T20:58:13+13:00) Maven home: /opt/apache-maven-3.5.2 Java version: 1.8.0_181, vendor: Oracle Corporation Java home: /usr/lib/jvm/java-8-openjdk-amd64/jre Default locale: e

Re: [lang] preparing for 3.8

2018-08-14 Thread Bruno P. Kinoshita
Bruno From: Gilles To: dev@commons.apache.org Sent: Tuesday, 14 August 2018 11:39 PM Subject: Re: [lang] preparing for 3.8 Hi. On Tue, 14 Aug 2018 11:13:48 + (UTC), Bruno P. Kinoshita wrote: > Hi Rob! > > Thanks for RM'ing lang 3.8! > > > I think it would be good to

Re: [VOTE] Release Apache Commons RNG 1.1 based on RC7

2018-08-14 Thread Bruno P. Kinoshita
[ X ] +0 OK, but... some issues with RAT in local project site (more below). Or a +1 if not an issue. Build passing successfully from git commit on Apache Maven 3.5.2 (138edd61fd100ec658bfa2d307c43b76940a5d7d; 2017-10-18T20:58:13+13:00) Maven home: /opt/apache-maven-3.5.2 Java version: 1.8.0_18

Re: [lang] preparing for 3.8

2018-08-14 Thread Bruno P. Kinoshita
OK for me, RERO after all Cheers Bruno From: Gary Gregory To: Commons Developers List ; Bruno P. Kinoshita Sent: Wednesday, 15 August 2018 12:15 AM Subject: Re: [lang] preparing for 3.8 Not a blocker IMO. We can release 3.8 and work on this for 3.9. Gary

Re: [lang] preparing for 3.8

2018-08-14 Thread Bruno P. Kinoshita
Sent: Wednesday, 15 August 2018 11:29 AM Subject: Re: [lang] preparing for 3.8 > On Aug 14, 2018, at 7:13 AM, Bruno P. Kinoshita > wrote: > > Hi Rob! > > Thanks for RM'ing lang 3.8! > > > I think it would be good to fix for LANG-1339, as we get closer to s

Re: [imaging] IMAGING-154 remove Debug class

2018-08-15 Thread Bruno P. Kinoshita
> issue. > >> > > >> > Users that use a logging framework can redirect the JUL logging into > >> their > >> > log file with the JUL adapter of their logging library. > >> > > >> > But that’s just me. > >> >

Re: [VOTE] Release Apache Commons Lang 3.8 based on RC1

2018-08-16 Thread Bruno P. Kinoshita
Builds successfully from tag with `mvn clean test site` on Apache Maven 3.5.2 (138edd61fd100ec658bfa2d307c43b76940a5d7d; 2017-10-18T20:58:13+13:00) Maven home: /opt/apache-maven-3.5.2 Java version: 1.8.0_181, vendor: Oracle Corporation Java home: /usr/lib/jvm/java-8-openjdk-amd64/jre Default l

Re: I'm alive!

2018-08-16 Thread Bruno P. Kinoshita
Congrats! And great to have you back Benedikt!!! Bruno Sent from Yahoo Mail on Android On Fri, 17 Aug 2018 at 2:59, Benedikt Ritter wrote: Hi all, I have been pretty quite over the past 12 month. There are a lot of reasons for this. The most important reasons are: - I've been Lead Develop

Re: [imaging] IMAGING-154 remove Debug class

2018-08-17 Thread Bruno P. Kinoshita
ally, 1.0 vote should go out in September! Thanks! Bruno ____ From: Bruno P. Kinoshita To: Commons Developers List Sent: Thursday, 16 August 2018 12:26 AM Subject: Re: [imaging] IMAGING-154 remove Debug class Hi, Remko's suggestion sounded good, and

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

2018-08-17 Thread Bruno P. Kinoshita
[ X ] +1 Release these artifacts Not much time to review signatures, but tested the build with `mvn clean test site` against commit sha from git Apache Maven 3.5.2 (138edd61fd100ec658bfa2d307c43b76940a5d7d; 2017-10-18T20:58:13+13:00) Maven home: /opt/apache-maven-3.5.2 Java version: 1.8.0_1

Re: [CSV] Inconsistent record separator behavior

2018-08-22 Thread Bruno P. Kinoshita
Hi, Will try to look at the code and give a better answer during the weekend. But risking a silly question, would it mean that users are not able to parse a CSV unless each CSV row is separated by LF or CRLF? I remember getting a CSV in a government website some time ago that was formatted in

Re: [CSV] Inconsistent record separator behavior

2018-08-22 Thread Bruno P. Kinoshita
nt: Thursday, 23 August 2018 7:10 AM Subject: Re: [CSV] Inconsistent record separator behavior Hi Bruno, Am Mi., 22. Aug. 2018 um 15:10 Uhr schrieb Bruno P. Kinoshita : > Hi, > > > Will try to look at the code and give a better answer during the weekend. > But risking a silly ques

Re: [CSV] Inconsistent record separator behavior

2018-08-22 Thread Bruno P. Kinoshita
Bruno From: sebb To: Commons Developers List ; Bruno P. Kinoshita Sent: Thursday, 23 August 2018 11:23 AM Subject: Re: [CSV] Inconsistent record separator behavior On 23 August 2018 at 00:01, Bruno P. Kinoshita wrote: > >>Maybe I'm just not getting it, but it fee

[imaging] Almost ready for a 1.0 alpha vote

2018-08-25 Thread Bruno P. Kinoshita
Hi, All issues for 1.0 are now fixed. Thanks for the reviews/comments and for putting up with my messages about debug & other pending issues for a 1.0 release (: It was suggested to cut a 1.0-alpha prior to a full 1.0 release, and I have no objection for that. So I've created a local branch `

Re: [WEAVER] Incomplete git migration?

2018-09-05 Thread Bruno P. Kinoshita
I think you are probably correct about the SVN part being incomplete. As for the git repository, in a discussion about  Apache Sis about moving to git, I learned that those git-wip repositories are being transitioned into gitbox (wonder if the wip actually means work-in-progress?). Can't find the

Re: [VOTE] Release Apache Commons Weaver 2.0 based on RC1

2018-09-05 Thread Bruno P. Kinoshita
[ X ] +1 Release these artifacts Build passing successfully on Apache Maven 3.5.2 (138edd61fd100ec658bfa2d307c43b76940a5d7d; 2017-10-18T20:58:13+13:00) Maven home: /opt/apache-maven-3.5.2 Java version: 1.8.0_181, vendor: Oracle Corporation Java home: /usr/lib/jvm/java-8-openjdk-amd64/jre Default

Re: [VOTE] Release Apache Commons JCS 2.2.1 based on RC4

2018-09-05 Thread Bruno P. Kinoshita
+1 Build passing successfully on Apache Maven 3.5.2 (138edd61fd100ec658bfa2d307c43b76940a5d7d; 2017-10-18T20:58:13+13:00) Maven home: /opt/apache-maven-3.5.2 Java version: 1.8.0_172, vendor: Oracle Corporation Java home: /opt/jdk1.8.0_172/jre Default locale: en_NZ, platform encoding: UTF-8 O

[all] Prepare release docs outdated for manifest entry "Extension-Name"?

2018-09-08 Thread Bruno P. Kinoshita
Hello, While preparing the release candidate for Imaging, I noticed one entry in the instructions that seems to be outdated. Under "Configure the Build to Generate a Complete Set of Release Artifacts" [1], the list of entries for MANIFEST.MF starts with: - Extension-Name: org.apache.commons.f

[imaging] Questions about the 1.0-alpha release

2018-09-08 Thread Bruno P. Kinoshita
Hi all, I am almost done following the docs to prepare a release. Didn't struggle as much as I expected with the release-plugin. Had more trouble getting the MANIFEST.MF entries corrected. But now, before I create the dist tag, and upload the zip/tar.gz (this was not executed by the release pl

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

2018-09-23 Thread Bruno P. Kinoshita
Build passing OK with `mvn clean test site` on Apache Maven 3.5.4 (1edded0938998edf8bf061f1ceb3cfdeccf443fe; 2018-06-18T06:33:14+12:00) Maven home: /opt/apache-maven-3.5.4 Java version: 1.8.0_181, vendor: Oracle Corporation, runtime: /usr/lib/jvm/java-8-openjdk-amd64/jre Default locale: en_NZ,

Re: [VOTE] Release Apache Commons Text 1.5 based on RC3

2018-10-03 Thread Bruno P. Kinoshita
[ X ] +1 Release these artifacts Build passing with mvn clean test site on Apache Maven 3.5.2 (138edd61fd100ec658bfa2d307c43b76940a5d7d; 2017-10-18T20:58:13+13:00) Maven home: /opt/apache-maven-3.5.2 Java version: 1.8.0_172, vendor: Oracle Corporation Java home: /opt/jdk1.8.0_172/jre Default loc

Re: [imaging] Questions about the 1.0-alpha release

2018-10-28 Thread Bruno P. Kinoshita
- What else would need to be updated? The site perhaps??? Or is it OK to have >a few places showing 1.0? Vote e-mail coming in a few minutes (hopefully). Cheers Bruno From: Gary Gregory To: Commons Developers List ; Bruno P. Kinoshita Sent: Sunday, 9

[VOTE] Release Commons Imaging 1.0-alpha1 based on RC1

2018-10-28 Thread Bruno P. Kinoshita
We have fixed quite a few bugs and added some significant enhancements since Sanselan 0.97-incubator was released, so I would like to release Apache Commons Imaging 1.0-alpha1. This will be the first release after the project was renamed from Sanselan to Apache Commons Imaging. This is an alpha

Re: [VOTE] Release Apache Commons Configuration 2.4 based on RC2

2018-10-28 Thread Bruno P. Kinoshita
Building from tag works fine with `mvn clean test site` on Apache Maven 3.5.2 (138edd61fd100ec658bfa2d307c43b76940a5d7d; 2017-10-18T20:58:13+13:00) Maven home: /opt/apache-maven-3.5.2 Java version: 1.8.0_172, vendor: Oracle Corporation Java home: /opt/jdk1.8.0_172/jre Default locale: en_NZ, platf

Re: [site] update release process (Was: Re: [VOTE] Release Commons Imaging 1.0-alpha1 based on RC1)

2018-10-28 Thread Bruno P. Kinoshita
Cc: Bruno P. Kinoshita Sent: Monday, 29 October 2018 2:49 AM Subject: [site] update release process (Was: Re: [VOTE] Release Commons Imaging 1.0-alpha1 based on RC1) This is mildly on me for not updating the release docs recently. I’ll put that on my docket for the week. PS. @Bruno solid

[VOTE][CANCEL] Release Commons Imaging 1.0-alpha1 based on RC1

2018-10-28 Thread Bruno P. Kinoshita
I am canceling this VOTE. Need to re-roll another release candidate to fix the file signatures, following the new requirements. Will roll a new RC this week. Thanks Bruno From: Gary Gregory To: Commons Developers List ; Bruno P. Kinoshita Sent: Monday

Re: [pool] how to move to Java8?

2018-10-29 Thread Bruno P. Kinoshita
+1 to release as-is and postpone POOL-355, then +1 to Java8 later too CheersBruno From: Gary Gregory To: Commons Developers List Sent: Tuesday, 30 October 2018 4:17 AM Subject: Re: [pool] how to move to Java8? My view is to skip POOL-355 and release the current code still, on Java

[VOTE] Release Apache Commons Imaging 1.0-alpha1 based on RC2

2018-10-30 Thread Bruno P. Kinoshita
e.org/dist/commons/KEYS Please review the release candidate and vote. This vote will close no sooner that 72 hours from now. [ ] +1 Release these artifacts [ ] +0 OK, but... [ ] -0 OK, but really should fix... [ ] -1 I oppose this release because... Thank you, Bruno P. Kinoshita, Release Manager (

Re: [site] update release process (Was: Re: [VOTE] Release Commons Imaging 1.0-alpha1 based on RC1)

2018-10-30 Thread Bruno P. Kinoshita
e-mail sent, have a look if I followed the instructions correctly. Thank you again!! Bruno ps: Will look for the Slack link again... I don't have Slack on this computer... do you know if we have the link for the slack channel somewhere in the website/twitter/etc? ___

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

2018-11-03 Thread Bruno P. Kinoshita
ava 8? Gary On Wed, Oct 31, 2018 at 11:06 AM Andreas Lehmkuehler wrote: > Am 30.10.18 um 10:09 schrieb Bruno P. Kinoshita: > > We have fixed quite a few bugs and added some significant enhancements > since Apache Sanselan Incubating 0.97-incubator was released, so I would > li

[CANCEL][VOTE] Release Apache Commons Imaging 1.0-alpha1 based on RC2

2018-11-03 Thread Bruno P. Kinoshita
hen I run the build on Java 8, I get Javadoc errors and using -P jdk8-javadoc does not seem to turn doclint off. Can anyone get the build to work on Java 8? Gary On Wed, Oct 31, 2018 at 11:06 AM Andreas Lehmkuehler wrote: > Am 30.10.18 um 10:09 schrieb Bruno P. Kinoshita: > > We have fix

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

2018-11-03 Thread Bruno P. Kinoshita
e that). CheersBruno From: "thc...@gmail.com" To: dev@commons.apache.org Sent: Tuesday, 30 October 2018 10:34 PM Subject: Re: [VOTE] Release Apache Commons Imaging 1.0-alpha1 based on RC2 Hi. On 30/10/2018 09:09, Bruno P. Kinoshita wrote: > We have fixed quite a few

Re: Release Managers?

2018-11-13 Thread Bruno P. Kinoshita
If anyone would like to take over commons-imaging 1.0-alpha1 release. We had up to RC2 I think, so there should be little left to do. I can volunteer around x-mas or January/19 I think. Bruno From: Gary Gregory To: Commons Developers List Sent: Wednesday, 14 November 2018 8:34 AM Subj

Re: [CSV] Records as Lists

2018-12-17 Thread Bruno P. Kinoshita
>From what I understood from the previous messages & discussion on GitHub, it >would be more convenient for users to be able to have a List instead of an >Iterable, or instead of having to call the #toList() or convert to a List in >some other way. I commented in the pull request, that I don't t

Re: [CSV] Records as Lists

2018-12-18 Thread Bruno P. Kinoshita
Hi Gilles! Sorry, just came back from a long holiday, speaking Portuguese only. Semantic, vocabulary, etc, in English is a bit laggy right now. >>On Tue, 18 Dec 2018 07:22:00 + (UTC), Bruno P. Kinoshita wrote: >> From what I understood from the previous messages & discuss

Re: [VOTE] Release Apache Commons FileUpload 1.4 based on RC2

2018-12-24 Thread Bruno P. Kinoshita
[ X ] +1 Release these artifacts Thanks ! Bruno From: Rob Tompkins To: Commons Developers List Sent: Monday, 24 December 2018 8:23 PM Subject: [VOTE] Release Apache Commons FileUpload 1.4 based on RC2 We have fixed quite a few bugs and added some signific

Re: [VOTE][RC2] Commons collections 4.3

2018-12-26 Thread Bruno P. Kinoshita
FWIW I had a similar experience, and realized I was doing `git fetch --all`, but it didn't bring the tags. `git fetch --tags` did the trick. After that I could `git checkout $tag-name` Cheers Bruno From: Gilles To: dev@commons.apache.org Sent: Thursday, 27

Re: [VOTE][RC2] Commons collections 4.3

2018-12-29 Thread Bruno P. Kinoshita
I got confused by vote/cancel threads, but the RC should be good. Will check what's the latest vote thread, sorry. And I guess the lack of votes right now is probably due to holidays (: CheersBruno From: Maxim Solodovnik To: Commons Developers List ; Bruno P. Kinoshita Sent: S

Re: [VOTE][RC2] Commons collections 4.3

2018-12-29 Thread Bruno P. Kinoshita
[ x ] +1 Release it. Build from tag passing on Ubuntu LTS Java 8 with mvn clean test install site on Apache Maven 3.5.4 (1edded0938998edf8bf061f1ceb3cfdeccf443fe; 2018-06-18T06:33:14+12:00) Maven home: /opt/apache-maven-3.5.4 Java version: 1.8.0_191, vendor: Oracle Corporation, runtime: /usr/li

Re: [IMAGING] PNG component improved

2019-01-04 Thread Bruno P. Kinoshita
Hi Sukant, The project is maintained mainly by volunteers. I am indeed working on other things, including on other issues for [imaging]. Your changes seem interesting, but I would rather work on the other issues first (including the 1.0 release) and postpone reviewing your pull request till tha

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

2019-01-27 Thread Bruno P. Kinoshita
Missed the vote (holiday in Auckland), but my late +1, and thanks for RM'ing it Gary! Bruno On Monday, 28 January 2019, 10:32:53 AM NZDT, Gary Gregory wrote: May I get at least one more review please? Gary On Sun, Jan 27, 2019, 10:07 Rob Tompkins +1 > signatures good, sha1 (nexus),

Re: [VOTE] Release Apache Commons VFS Distribution 2.3 based on RC1

2019-01-27 Thread Bruno P. Kinoshita
Hmm, couldn't build it. Tried from the dist archive, decompressing the .tar.gz source. I think the test failing in my case is not listed in your notes about known failures?(used mvn clean install -e -X) Results : Tests in error:   GetContentInfoFunctionalTest.testGetContentInfo:72 » IllegalSt

Re: [VOTE] Release Apache Commons Codec 1.12 based on RC2

2019-02-06 Thread Bruno P. Kinoshita
Hi Rob, thanks for RM'ing it. Had some time before a meeting and left a terminal window building with `mvn clean test site -e -X`... after almost 30 minutes came back, and in top/htop saw a java running jacoco report. Then had a look at .travis.yml, and tried simply running `mvn`. But after 10

Re: [VOTE] Release Apache Commons Codec 1.12 based on RC2

2019-02-07 Thread Bruno P. Kinoshita
Hi, Had a bit of spare time to investigate this one (almost end of Friday for me anyway, hooray!). There are two unit tests in Sha512 hanging for me in Eclipse, testSha512CryptExplicitCall and testSha512CryptNullData. The code that the test uses and hangs in my JVM can be simplified to: ``` S

Re: [VOTE] Release Apache Commons Codec 1.12 based on RC2

2019-02-08 Thread Bruno P. Kinoshita
probably omitted too much of it. Sorry. CheersBruno On Friday, 8 February 2019, 9:58:47 pm NZDT, Gilles Sadowski wrote: Hello Bruno. Le ven. 8 févr. 2019 à 02:54, Bruno P. Kinoshita a écrit : > > Hi, > > Had a bit of spare time to investigate this one (almost end of F

Re: [VOTE] Release Apache Commons Codec 1.12 based on RC2

2019-02-08 Thread Bruno P. Kinoshita
a#l77 The branch from which the tag was created, I think, is in other repository, and will be pushed/merged during the next steps of the release. Cheers Bruno On Friday, 8 February 2019, 10:30:07 pm NZDT, Gilles Sadowski wrote: Hi. Le ven. 8 févr. 2019 à 10:13, Bruno P. Kinoshita a

Re: [VOTE] Release Apache Commons Pool 2.6.1 based on RC2

2019-02-09 Thread Bruno P. Kinoshita
[ X ] +1 Release these artifacts Build passes with `mvn clean test site install` on java8 Apache Maven 3.5.4 (1edded0938998edf8bf061f1ceb3cfdeccf443fe; 2018-06-18T06:33:14+12:00) Maven home: /opt/apache-maven-3.5.4 Java version: 1.8.0_191, vendor: Oracle Corporation, runtime: /usr/lib/jvm/java

Re: [VOTE] Release Apache Commons Codec 1.12 based on RC3

2019-02-10 Thread Bruno P. Kinoshita
[ X ] +1 Release these artifacts Build passes with `mvn clean test site install` on java8 Apache Maven 3.5.4 (1edded0938998edf8bf061f1ceb3cfdeccf443fe; 2018-06-18T06:33:14+12:00)Maven home: /opt/apache-maven-3.5.4Java version: 1.8.0_191, vendor: Oracle Corporation, runtime: /usr/lib/jvm/java-8

Re: [CLI] Update from Java 5 to 7

2019-02-10 Thread Bruno P. Kinoshita
+1 Sent from Yahoo Mail on Android On Mon, 11 Feb 2019 at 1:47, Gary Gregory wrote: I propose we update Commons CLI from Java 5 to 7. Gary

Re: [All, Math, Statistics] MathJax support

2019-02-14 Thread Bruno P. Kinoshita
Thanks for the heads up Alex!! Might check a few projects at work too! Cheers Bruno On Friday, 15 February 2019, 4:54:39 am NZDT, Alex Herbert wrote: Commons RNG uses MathJax as a script to add support for rendering equations in the Javadocs. This support was originally included

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

2019-02-15 Thread Bruno P. Kinoshita
[ x ] +1 Release these artifacts (assuming tests failing on Java10 and Java11 are OK) Built with `mvn clean test install site` on Apache Maven 3.5.4 (1edded0938998edf8bf061f1ceb3cfdeccf443fe; 2018-06-18T06:33:14+12:00) Maven home: /opt/apache-maven-3.5.4 Java version: 1.8.0_191, vendor: Orac

Re: [LANG] Jenkins Pipeline DSL

2019-02-17 Thread Bruno P. Kinoshita
None from me. +1 Sent from Yahoo Mail on Android On Mon, 18 Feb 2019 at 6:36, Benedikt Ritter wrote: Hi all, I feel like maintaining separate build descriptions on Jenkins is a PITA. Any objections against adopting Jenkins Pipeline DSL for Lang? Regards, Benedikt

[text] TEXT-104 clirr errors, prepare 2.0 or revert change

2019-02-19 Thread Bruno P. Kinoshita
Hi all, Just finished merging a pull request to TEXT-104, where the JaroWinkler distance was updated. The class was actually computing a text similarity score, not an edit distance. The user that contributed did a great job moving the logic into a separate class, then updating the method to retu

Re: [text] TEXT-104 clirr errors, prepare 2.0 or revert change

2019-02-20 Thread Bruno P. Kinoshita
emove all > deprecated stuff and release version 2.0. > > Am 20.02.2019 um 08:42 schrieb Bruno P. Kinoshita: > > Hi all, > > Just finished merging a pull request to TEXT-104, where the JaroWinkler > distance was updated. The class was actually computing a text similarity

Re: [text] TEXT-104 clirr errors, prepare 2.0 or revert change

2019-02-20 Thread Bruno P. Kinoshita
59:11 am NZDT, Rob Tompkins wrote: Sounds reasonable. But I suppose the question we should ask ourselves is: do we want a 1.7 or a 2.0? I’d be happy with either. -Rob > On Feb 20, 2019, at 4:56 PM, Bruno P. Kinoshita wrote: > > > We have a few things ported from Lang that a

Re: [text] TEXT-104 clirr errors, prepare 2.0 or revert change

2019-02-20 Thread Bruno P. Kinoshita
0 February 2019, 11:42:35 pm NZDT, Benedikt Ritter wrote: Am Mi., 20. Feb. 2019 um 08:58 Uhr schrieb Bruno P. Kinoshita < ki...@apache.org>: > Hi all, > Just finished merging a pull request to TEXT-104, where the JaroWinkler > distance was updated. The class was actually co

Re: [CSV] Update from Java 7 to 8

2019-02-24 Thread Bruno P. Kinoshita
+1 Sent from Yahoo Mail on Android On Sun, 24 Feb 2019 at 2:16, Gary Gregory wrote: Hi All: I plan on updating Commons CSV from Java 7 to 8. Gary

Re: [Text] Any reason to not upgrade to lang 3.5

2016-11-08 Thread Bruno P. Kinoshita
Yesterday I had a look while fixing Checkstyle and PMD issues, and noticed the StringUtils in HumanNameParser. + to remove and use a simple if null or empty string. Cheers Bruno > > From: Rob Tompkins >To: Commons Developers List ; Bruno P. Kinoshita

Re: [VOTE] Release Apache Commons JCS 2.0-beta-2 based on RC2

2016-11-12 Thread Bruno P. Kinoshita
+1 Built from SVN tag, with `mvn clean test site site:stage`, in following environment: Apache Maven 3.3.9 (bb52d8502b132ec0a5a3f4c09453c07478323dc5; 2015-11-11T05:41:47+13:00) Maven home: /opt/maven Java version: 1.8.0_111, vendor: Oracle Corporation Java home: /usr/lib/jvm/java-8-oracle/jre D

Re: [compress] now on Travis

2016-11-15 Thread Bruno P. Kinoshita
That's great! Thanks Gary! Bruno > > From: Gary Gregory >To: Commons Developers List >Sent: Wednesday, 16 November 2016 7:49 PM >Subject: [compress] now on Travis > > >FYI: > >Commons Compress is now in: > >- TravisCI: https://travis-ci.org/apache/commons-compr

Re: [5/7] [text] salutations: Name constructor is now public for testing.

2016-11-20 Thread Bruno P. Kinoshita
Hello Benedikt, That sounds like a good idea. I never used java.util.ResourceBundle, but the first paragraph in the javadoc clearly shows it can be helpful for the salutations, nicknames, etc. Will add a comment to TEXT-16 with a link to the Javadocs. Thanks! Bruno - Original Message --

Re: [RDF] Draft introduction to Commons RDF

2016-11-21 Thread Bruno P. Kinoshita
Great work Stian! Completed the tutorial in the main page, and the code in the examples works flawlessly. Kudos. Tried to push at least the trivial changes to https://git-wip-us.apache.org/repos/asf/incubator-commonsrdf.git but got back a "remote: You are not authorized to edit this repository

Re: [VOTE] Accept Commons RDF as a new component

2016-11-23 Thread Bruno P. Kinoshita
[x] +1 Yes, accept Commons RDF as new component Bruno > > From: Stian Soiland-Reyes >To: Commons Developers List >Sent: Thursday, 24 November 2016 2:47 AM >Subject: [VOTE] Accept Commons RDF as a new component > > >[Note: this is the Commons PMC vote on dev@com

Re: [DISCUSS] Jenkins Pipeline DSL

2016-11-26 Thread Bruno P. Kinoshita
+1 for the PoC We can achieve something similar to what we have in Travis-CI through the Pipeline Plug-in (née Workflow Plug-in). Here are some examples of what the Jenkinsfile looks like. In the Jenkinsfile you define, as Benedikt said, your job configuration with the DSL. It is not very diff

Re: [text] Next steps.

2016-11-28 Thread Bruno P. Kinoshita
Hi Rob, First of all, kudos for the great work moving things from [lang] into [text]. I got a copy of the Lothaire book last weekend, but haven't had a chance to read it yet. There was also some discussion around the name-parser, and since we couldn't reach a consensus, I think we could either

Re: [TEXT] Support for generating random strings?

2016-12-18 Thread Bruno P. Kinoshita
+1 go for it Duncan. Happy to help testing/reviewing/commenting if necessary. Cheers Bruno > > From: Duncan Jones >To: Commons Developers List >Sent: Monday, 19 December 2016 2:13 AM >Subject: [TEXT] Support for generating random strings? > > >Hi, > >A recent

Re: [TEXT] Remove Commons Lang Dependency?

2016-12-18 Thread Bruno P. Kinoshita
Hi Pascal, I suspect we may need a few other methods in the future, but for now I agree we are not using much of [lang] in [text]. If you would like to release 1.0 without the [lang] dependency, and then we review it later whether we include it or not, I'd be fine with that. Though I'd be happy w

Re: [text][TEXT-32] Regarding more edit distances.

2016-12-18 Thread Bruno P. Kinoshita
Hi Rob, LCS can still be useful for bioinformatics/genetics. So I'd say that's worth including. In Java, if I ever needed it, I would probably look for it at Biojava (which I just did and couldn't easily find it there). As for the other string distances, I always look at this GitHub project:

<    1   2   3   4   5   6   7   >