[VFS] New release of commons-vfs

2015-08-19 Thread Alexander Buloichik
Hi All. When new release of commons-vfs planned ? There is critical bug https://issues.apache.org/jira/browse/VFS-503?, with patch, but patch is not integrated into svn about 2 years, and commons-vfs was not released 4 years. Is it dead project ? WBR, Alex.

Re: [all][parent] Re: [vfs] animal sniffer and java 8 build VM (IllegalArgumentException in ASM class reader)

2015-08-19 Thread sebb
On 19 August 2015 at 06:19, Bernd Eckenfels wrote: > Hello, > > I found out that animal-sniffer-maven-plugin 1.14 depends on ASM 5 and > works with Java 8. In commons-parent we currently have (conditionally) > defined 1.13 (for Java7+). > > I could add a java8 profile, howerver it seems that 1.14

[ALL] Commons Parent - drop trunks-proper profile?

2015-08-19 Thread sebb
I'm not sure anyone ever uses the trunks-proper profile? Some proper components use Git now, so it needs a bit more work than just checking out https://svn.apache.org/repos/asf/commons/trunks-proper/ in order to actually use it successfully. Note: I'm not suggesting dropping the trunks-proper SVN

Re: [VFS] New release of commons-vfs

2015-08-19 Thread Bernd Eckenfels
Hello Alexander, there is no ETA but there is work towards a release (latest update yesterday), see here: https://wiki.apache.org/commons/VfsReleaseState I havent noticed the patch before, so it is good that you mention it. I guess it can be merged, it needs some polishing in regards to code sty

Re: [dbcp][all] package-import specs for osgi

2015-08-19 Thread Jörg Schaible
Hi Phil, Phil Steitz wrote: > Can I get someone with a little more osgi and maven knowledge to > have a look at DBCP-445? I would appreciate feedback on whether the > suggested fix is a good idea and how to get maven to do it if it is. Here's at least the Maven part: %< ==

Re: [ALL] Commons Parent - drop trunks-proper profile?

2015-08-19 Thread Benedikt Ritter
I don't use it. But maybe there is a CI build somewhere in the ASF CI infrastructure that uses it ;-) 2015-08-19 10:18 GMT+02:00 sebb : > I'm not sure anyone ever uses the trunks-proper profile? > > Some proper components use Git now, so it needs a bit more work than > just checking out > https:/

Re: [VFS] New release of commons-vfs

2015-08-19 Thread Alexander Buloichik
Hi Bernd. I can confirm that issue was gone after VFS-426 fix. Thank you. WBR, Alex. On 19.08.2015 11:29, Bernd Eckenfels wrote: Hello Alexander, there is no ETA but there is work towards a release (latest update yesterday), see here: https://wiki.apache.org/commons/VfsReleaseState I havent

Re: [dbcp][all] package-import specs for osgi

2015-08-19 Thread Phil Steitz
On 8/19/15 3:35 AM, Jörg Schaible wrote: > Hi Phil, > > Phil Steitz wrote: > >> Can I get someone with a little more osgi and maven knowledge to >> have a look at DBCP-445? I would appreciate feedback on whether the >> suggested fix is a good idea and how to get maven to do it if it is. Thanks, J

Re: [ALL] Commons Parent - drop trunks-proper profile?

2015-08-19 Thread Bernd Eckenfels
Hello, Don't Need that feature but I would like to release CP. Should we Include the change in 39 or delay it? Gruß bernd > Am 19.08.2015 um 14:23 schrieb Benedikt Ritter : > > I don't use it. But maybe there is a CI build somewhere in the ASF CI > infrastructure that uses it ;-) > > 2015-08-

Re: [ALL] Commons Parent - drop trunks-proper profile?

2015-08-19 Thread sebb
If it really turns out to be needed then it can easily be added back in. I'm pretty sure it's not used, otherwise I think we would have seen errors when LANG and MATH moved to Git. On 19 August 2015 at 14:57, Bernd Eckenfels wrote: > Hello, > > Don't Need that feature but I would like to release

Re: [dbcp][all] package-import specs for osgi

2015-08-19 Thread Jörg Schaible
Hi Phil, Phil Steitz wrote: > On 8/19/15 3:35 AM, Jörg Schaible wrote: >> Hi Phil, >> >> Phil Steitz wrote: >> >>> Can I get someone with a little more osgi and maven knowledge to >>> have a look at DBCP-445? I would appreciate feedback on whether the >>> suggested fix is a good idea and how to

Re: [all][parent] Re: [vfs] animal sniffer and java 8 build VM (IllegalArgumentException in ASM class reader)

2015-08-19 Thread Gary Gregory
On Tue, Aug 18, 2015 at 10:19 PM, Bernd Eckenfels wrote: > Hello, > > I found out that animal-sniffer-maven-plugin 1.14 depends on ASM 5 and > works with Java 8. In commons-parent we currently have (conditionally) > defined 1.13 (for Java7+). > > I could add a java8 profile, howerver it seems tha