Is it time for 3.0.1 release?

2018-11-12 Thread Maxim Solodovnik
Hello All, 3.0.0 was release in June, lots of fixes were committed Maybe it's time for release? -- WBR Maxim aka solomax

[jira] [Commented] (OPENJPA-2754) update to latest dbcp and verify moving from maxActive to maxTotal

2018-11-12 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-2754?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16684741#comment-16684741 ] ASF GitHub Bot commented on OPENJPA-2754: - solomax commented on issue #24: [OPE

Re: Is it time for 3.0.1 release?

2018-11-12 Thread Romain Manni-Bucau
Hi Maxim Tomee is waiting for a java11 release - mainly asm upgrade. Once done +1 Le mar. 13 nov. 2018 05:03, Maxim Solodovnik a écrit : > Hello All, > > 3.0.0 was release in June, lots of fixes were committed > Maybe it's time for release? > > -- > WBR > Maxim aka solomax >

Re: Is it time for 3.0.1 release?

2018-11-12 Thread Maxim Solodovnik
Currently there are 3 SNAPSHOT dependencies I'm continuously pinging commons-collections Other 2 are commons-pool2 and commons-dbcp2 (introduced in https://github.com/apache/openjpa/pull/24, currently not merged) I guess we should get these new releases first On Tue, 13 Nov 2018 at 12:39, Romai

[jira] [Commented] (OPENJPA-2754) update to latest dbcp and verify moving from maxActive to maxTotal

2018-11-12 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-2754?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16684754#comment-16684754 ] ASF GitHub Bot commented on OPENJPA-2754: - rmannibucau commented on issue #24:

[jira] [Commented] (OPENJPA-2754) update to latest dbcp and verify moving from maxActive to maxTotal

2018-11-12 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-2754?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16684758#comment-16684758 ] ASF GitHub Bot commented on OPENJPA-2754: - solomax commented on issue #24: [OPE

Re: Is it time for 3.0.1 release?

2018-11-12 Thread Romain Manni-Bucau
yep, side note: did a quick review and I guess we can drop commons-collections with not much effort since we are on java8, pool2 and dbcp2 can probably too writing a thin pool for tests (like a Queue wrapper) but can require more adaptation Romain Manni-Bucau @rmannibucau

[jira] [Commented] (OPENJPA-2754) update to latest dbcp and verify moving from maxActive to maxTotal

2018-11-12 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-2754?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16684761#comment-16684761 ] ASF GitHub Bot commented on OPENJPA-2754: - rmannibucau commented on issue #24:

Re: Is it time for 3.0.1 release?

2018-11-12 Thread Maxim Solodovnik
According to this thread: https://markmail.org/message/dnbbribu6jvzozfo commons-collections4 can be released in a week or so ... On Tue, 13 Nov 2018 at 13:04, Romain Manni-Bucau wrote: > yep, > > side note: did a quick review and I guess we can drop commons-collections > with not much effort sin

[jira] [Commented] (OPENJPA-2754) update to latest dbcp and verify moving from maxActive to maxTotal

2018-11-12 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-2754?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16684766#comment-16684766 ] ASF GitHub Bot commented on OPENJPA-2754: - solomax commented on issue #24: [OPE

Re: Is it time for 3.0.1 release?

2018-11-12 Thread Romain Manni-Bucau
sounds good (but dropping a lib is too ;)) Romain Manni-Bucau @rmannibucau | Blog | Old Blog | Github | LinkedIn | Bo

Re: Is it time for 3.0.1 release?

2018-11-12 Thread Francesco Chicchiriccò
On 13/11/18 07:18, Romain Manni-Bucau wrote: sounds good (but dropping a lib is too ;)) Agree: is there anything from commons-collections4 that cannot be replaced by Java 8 features? Maybe some specialized collection, as CollectionUtils, IterableUtils, etc can be easily replaced. Regards.

Re: Is it time for 3.0.1 release?

2018-11-12 Thread Romain Manni-Bucau
There is some glue code need but nothing a stream cant solve for most of it. The main work will be the map replacement but here again, nothing crazy and worse case forking 2 classes is still worth it IMHO Le mar. 13 nov. 2018 07:54, Francesco Chicchiriccò a écrit : > On 13/11/18 07:18, Romain Ma