Re: [ JEXL] Java 6 ?

2020-05-25 Thread henrib
Thanks for your inputs: consensus is java 8 is the way to go; reopened JEXL-249, will fix momentarily. -- Sent from: http://apache-commons.680414.n4.nabble.com/Commons-Dev-f680415.html - To unsubscribe, e-mail: dev-unsubscr...

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

2020-05-25 Thread Bruno P. Kinoshita
  [x] +1 Release these artifacts Build passing from tag with: 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_252, vendor: Private Build, runtime: /usr/lib/jvm/java-8-openjdk-amd64/jre Default lo

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

2020-05-25 Thread Bruno P. Kinoshita
Hi Carl, Was going to vote but I think I did it already :) Cheers Bruno On Sunday, 24 May 2020, 4:28:32 pm NZST, Carl Hall wrote: Nudging this thread in case anyone has some cycles to help us get that last vote to release. Thanks to all for helping get this done. If you get a chan

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

2020-05-25 Thread Gary Gregory
I should be able to take a look later today... Gary On Mon, May 25, 2020 at 9:06 AM Bruno P. Kinoshita wrote: > Hi Carl, > > Was going to vote but I think I did it already :) > > Cheers > Bruno > > > On Sunday, 24 May 2020, 4:28:32 pm NZST, Carl Hall < > carl.h...@gmail.com> wrote: > > Nu

I just found a typo which exist in most of the commons projects.

2020-05-25 Thread Xeno Amess
in every CONTRIBUTING.md (for example lang3 but actually almost every repo) ... If you're planning to implement a new feature it makes sense to discuss *you're* changes on the [dev list] ... should be ... If you're planning

Re: I just found a typo which exist in most of the commons projects.

2020-05-25 Thread Gary Gregory
Always worth fixing IMO :-) On Mon, May 25, 2020, 12:15 Xeno Amess wrote: > in every CONTRIBUTING.md > (for > example lang3 but actually almost every repo) > > ... > If you're planning to implement a new feature it makes sense

Re: I just found a typo which exist in most of the commons projects.

2020-05-25 Thread Xeno Amess
Ah, I go and see quite some of the repos have already fixed this typo... So I will try to fix this typo in other repos. thx. Gary Gregory 于2020年5月26日周二 上午12:59写道: > Always worth fixing IMO :-) > > On Mon, May 25, 2020, 12:15 Xeno Amess wrote: > > > in every CONTRIBUTING.md > >

Re: [commons-fileupload] branch master updated: Update commons-io dependency

2020-05-25 Thread Gary Gregory
Note that 2.7 voting is in progress ;-) Gary On Mon, May 25, 2020, 15:10 wrote: > This is an automated email from the ASF dual-hosted git repository. > > jochen pushed a commit to branch master > in repository https://gitbox.apache.org/repos/asf/commons-fileupload.git > > > The following commit

I might found the bug which cause we cannot build most projects on jdk-ea

2020-05-25 Thread Xeno Amess
We use maven-bundle-plugin, and maven-bundle-plugin use biz.aQute.bndlib, and there be something uncorrect in biz.aQute.bndlib running with jdk-ea, a TreeMap thing. I do think if I can persuade them from changing it to ConcurrentHashMap the bug might be fixed immediately. So first I will try to fi

Re: I might found the bug which cause we cannot build most projects on jdk-ea

2020-05-25 Thread Yair Zaslavsky
I'm so mad On Mon, May 25, 2020, 6:39 PM Xeno Amess wrote: > We use maven-bundle-plugin, and maven-bundle-plugin use biz.aQute.bndlib, > and there be something uncorrect in biz.aQute.bndlib running with jdk-ea, a > TreeMap thing. > I do think if I can persuade them from changing it to Concurren

Re: I might found the bug which cause we cannot build most projects on jdk-ea

2020-05-25 Thread Xeno Amess
java.util.ConcurrentModificationException 1747at java.util.TreeMap.callMappingFunctionWithCheck (TreeMap.java:742) 1748at java.util.TreeMap.computeIfAbsent (TreeMap.java:558) 1749at aQute.bnd.osgi.Jar.putResource (Jar.java:288) 1750at aQute.bnd.osgi.Jar$1.visitFile (Jar.java:202) 17

Re: I might found the bug which cause we cannot build most projects on jdk-ea

2020-05-25 Thread Gary Gregory
This should be fixed in bndtool 5.1 which at the RC2 stage. The release is imminent. Gary On Mon, May 25, 2020, 21:39 Xeno Amess wrote: > We use maven-bundle-plugin, and maven-bundle-plugin use biz.aQute.bndlib, > and there be something uncorrect in biz.aQute.bndlib running with jdk-ea, a > Tr

Re: I might found the bug which cause we cannot build most projects on jdk-ea

2020-05-25 Thread Xeno Amess
Ah, glad to hear that. Then I can stop debugging about this problem and go back to fix travis-ci scripts for some commons projects. Gary Gregory 于2020年5月26日周二 上午10:38写道: > This should be fixed in bndtool 5.1 which at the RC2 stage. The release is > imminent. > > Gary > > On Mon, May 25, 2020, 21

[LANG] JSON Style ToStringBuilder for maps

2020-05-25 Thread Swaraj Pal
Hello all, This is my first time posting to the commons mailing list. I have noticed the JSON is not printed correctly as it should for Map types using ToStringBuilder.reflectionToString It is printed as {"education":{graduation=B.S., primary=school},"name":"como"} instead of {"education":{"gra