[VOTE] Release Apache Commons DbUtils 1.7 based on RC1

2017-07-15 Thread Carl Hall
Hi, It's been almost 3 years to the day since we've had a DbUtils release. We've fixed several important bugs and added some new features, so I would like to release DbUtils 1.7. DbUtils 1.7 RC1 is available for review here: https://dist.apache.org/repos/dist/dev/commons/dbutils/DBUTILS_1_7_RC

[GitHub] commons-imaging issue #27: Increase code coverage one

2017-07-15 Thread TheRealHaui
Github user TheRealHaui commented on the issue: https://github.com/apache/commons-imaging/pull/27 The CI fails due to the GrayscaleRountripTest which wasn't changed by me. As it runs locally on my side I consider the timeout problem issued by the Travis server to be a local problem

[GitHub] commons-imaging issue #27: Increase code coverage one

2017-07-15 Thread TheRealHaui
Github user TheRealHaui commented on the issue: https://github.com/apache/commons-imaging/pull/27 @garydgregory Here we go, directory naming problem solved. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your pro

[GitHub] commons-imaging issue #27: Increase code coverage one

2017-07-15 Thread TheRealHaui
Github user TheRealHaui commented on the issue: https://github.com/apache/commons-imaging/pull/27 Well, now I did a "mvn clean verify". It didn't complain about anything than for too less code coverage. However, I've checked what you claimed referring the "directory structu

Re: [daemon] moving to git ? and bump java version.

2017-07-15 Thread sebb
On 15 July 2017 at 15:21, Amey Jadiye wrote: > Yes, that's mentioned in my previous mail, I was also curious to know from > the C developers here in dev-list that how can we make *that* C code > better? basically I'm looking findbug, checkstyle, jococo, junit > *equivalent* for C code. No idea

Re: [daemon] moving to git ? and bump java version.

2017-07-15 Thread Amey Jadiye
Yes, that's mentioned in my previous mail, I was also curious to know from the C developers here in dev-list that how can we make *that* C code better? basically I'm looking findbug, checkstyle, jococo, junit *equivalent* for C code. Regards, Amey On Sat, Jul 15, 2017 at 7:44 PM, sebb wrote:

Re: [daemon] moving to git ? and bump java version.

2017-07-15 Thread sebb
Also note that there is hardly any Java code; most of it is written in C. On 14 July 2017 at 00:43, Gary Gregory wrote: > It seems OK to me to update to Java 6 for now and get this to compile under > java 9 for those folks who will try... > > Gary > > On Wed, Jul 12, 2017 at 9:09 AM, Amey Jadiye