[VFS] SCM cleanup, Deleting Tags and Branches

2014-11-29 Thread Bernd Eckenfels
actually delete tags and branches? I think the following can be removed: branches/POMRELEASE branches/VFS-2.0 branches/VFS281 tags/preVFS2package tags/pre_filenameparsing tags/sandbox What do you think? Greetings Bernd - To

Re: [ALL] Do we need help?

2014-11-29 Thread Bernd Eckenfels
have been implemented and which need to be ironed out in terms of compatibility. (Clirr Report especially). Greetings Bernd PS: in VFS-523 there are some open questions. I would like to go with the removal. However I think with updated hdfs libraries the windows tests do not work anymore, which

Re: [ALL] Do we need help?

2014-11-29 Thread Bernd Eckenfels
report and while I think most of it is acceptable, I really think we need to talk about it). This is where Garys question comes in. Yes we might be a volunteering organisation, but certain things bottleneck on experienced people in the PMC. And I dont really know a way around this. Gruss Bernd Am

Re: [ANNOUNCEMENT] Apache Commons CSV 1.1 Released

2014-11-26 Thread Bernd Eckenfels
v.cgi. I guess you might want to fix this in the announcement template. Gruss Bernd - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org

[vfs] not use AbstractVfsContainer for AbstractFileProvider

2014-11-20 Thread Bernd Eckenfels
ed with it). Gruss Bernd Index: core/src/main/java/org/apache/commons/vfs2/provider/AbstractFileProvider.java === --- core/src/main/java/org/apache/commons/vfs2/provider/AbstractFileProvider.java (Revision 1639972) +++ core/src/mai

[site] Adding Github/Git mirrors to source-repository.html

2014-11-18 Thread Bernd Eckenfels
project.id enough URL information can be derived for the both? Gruss Bernd - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org

Re: [VFS][ALL] SVN rollback?

2014-11-17 Thread Bernd Eckenfels
Bernd Am Mon, 17 Nov 2014 23:38:18 +0100 schrieb Karl Heinz Marbaise : > Hi, > > as far as i know there is a write-through proxy on Apache infra > (us/eu) which sometimes has a lack time...which could prouce this > kind of messages... > > But to get a link to your vers

Re: [VFS][ALL] SVN rollback?

2014-11-17 Thread Bernd Eckenfels
Am Mon, 17 Nov 2014 23:19:25 +0100 schrieb Bernd Eckenfels : > Hello, > > can anybody explain that? ... It is visible now. Not sure why (I had mailed INFRA, maybe they care) - To unsubscribe, e-mail: dev

[VFS][ALL] SVN rollback?

2014-11-17 Thread Bernd Eckenfels
Hello, can anybody explain that? C:\ws\asf\commons-vfs2-project>svn commit -m "[VFS-142] Remove instead of null out FileContentThreadData" src\changes\changes.xml core\src\main\java\org\apache\commons\vfs2\provider\DefaultFileContent.java Anmeldebereich: ASF Committer

[VFS] DefaultFileManager state after close() (also please look at VFS-544)

2014-11-13 Thread Bernd Eckenfels
://issues.apache.org/jira/browse/VFS-544 Gruss Bernd - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org

[VFS] Re: underlying usage of Jsch Sessions/Channels

2014-11-11 Thread Bernd Eckenfels
existing session only (so no parallel tcp seems to be used): https://github.com/apache/commons-vfs/blob/trunk/core/src/main/java/org/apache/commons/vfs2/provider/sftp/SftpFileSystem.java#L111 Gruss Bernd Am Tue, 11 Nov 2014 16:24:48 +0200 schrieb Israel Malachi : > Hello all > > Please con

[VFS] Broken site builds after checkstyle update

2014-11-02 Thread Bernd Eckenfels
again. Do we need that, or dont we use RAT for that, anyway? So the last problem is the suppression file, which has also some relative path problems. I will file an JIRA for it, but I wanted to get the discussion started. Gruss Bernd

Re: Use of final modifiers - WAS svn commit: r1632171 [1/20] - in /commons/proper/beanutils/trunk/src: main/java/org/apache/commons/beanutils/ main/java/org/apache/commons/beanutils/converters/ main/j

2014-10-28 Thread Bernd
the parameters I feel it makes the signatures unreadable long, and given that stylistic warnings about Ssigning parameters happen in Eclipse anyway I dont need them. (But I dont mind if used). Greetings Bernd Am 28.10.2014 09:17 schrieb "James Sawle" : > I have no view on the

Re: [parent] 13 -> 15 (diff)

2014-10-20 Thread Bernd Eckenfels
publish 1.0-beta-2 (unchanged) but 1.1 in maven-3 profile Unfortunatelly the majority are plugin updates, which are not obvious what they do. But I dont see any structural changes besides the report encoding which could affect site builds(?) and a more flexible way to specify the compiler version.

Re: [VFS] CustomRamProviderTest failure

2014-10-19 Thread Bernd Eckenfels
Hello, https://issues.apache.org/jira/browse/VFS-521 I think I did not yet commit it, cause I was hoping it gets fixed in the JDK, but it does not look like: https://bugs.openjdk.java.net/browse/JDK-8042377 Gruss Bernd Am Sun, 19 Oct 2014 19:35:39 -0600 schrieb Schalk Cronjé : > W

asf git mails (was:: [3/8] git commit: Merge remote-tracking branch 'upstream/master')

2014-10-17 Thread Bernd Eckenfels
Hello, was this an automatically generated patch mail or is this coming from the ASF GIT? In the later case, I wonder if it is possible to includethe [Math] tag or at least the repo name/path in the subject? Gruss Bernd Am Fri, 17 Oct 2014 08:41:27 - schrieb l...@apache.org: > Me

Re: [POOL-279] Thread concurrency issue in DefaultPooledObject.getIdleTimeMillis()

2014-10-06 Thread Bernd
you want to avoid the problem in your code, you can use the monotonic nanoTime. Greetings Bernd Am 06.10.2014 09:35 schrieb "Jörg Schaible" : > Hi, > > Jacopo Cappellato wrote: > > > > > On Oct 6, 2014, at 2:31 AM, sebb wrote: > > > >>> The onl

[POOL-279] Thread concurrency issue in DefaultPooledObject.getIdleTimeMillis()

2014-10-05 Thread Bernd
Hmm, I am not sure about this, the local variable fetch does not use any property of the Java Memory Model to make it gurantee to work. I would simply return 0 if the difference is negative. And of course making the last used value volatile. Greetings Bernd BTW: for what is that idle time used

Re: A reactive way to deal with stale connections

2014-09-24 Thread Bernd Eckenfels
Hello, Replaying statements is hard as You also have to keep session context, understand various error categories and in case of modifying statements, You also need to hook into transaction Management to make it fast, reliable and cobsistent. The JDBC drivers of Oracle together with its univer

Re: [Pool] Performance Tests for Pool-277

2014-09-23 Thread Bernd Eckenfels
() and getMean() and getMax() but they can query all they want from their smart implementation (including percentils and stuff). Until then, I attached a more minimal patch for the atomicMax of the borrow (only). Gruss Bernd PS: code is here: https://gist.github.com/ecki/8350a276caa444a62dce

Re: svn commit: r1626998 - in /commons/proper/pool/trunk/src: changes/changes.xml main/java/org/apache/commons/pool2/impl/BaseGenericObjectPool.java

2014-09-23 Thread Bernd Eckenfels
example) and the pool is still referenced. Would this lead to a unexpected cancel()? Gruss Bernd Am Tue, 23 Sep 2014 13:04:53 - schrieb ma...@apache.org: > Author: markt > Date: Tue Sep 23 13:04:52 2014 > New Revision: 1626998 > > URL: http://svn.apache.org/r1626998 > Log: &

Re: [Pool] Performance Tests for Pool-277

2014-09-21 Thread Bernd Eckenfels
Hello Phil, thanks for taking a look. See my further discussion inline. Am Sun, 21 Sep 2014 10:30:49 -0700 schrieb Phil Steitz : > On 9/19/14 10:50 PM, Bernd Eckenfels wrote: > > re https://issues.apache.org/jira/browse/POOL-277 > > > > I would like to commit VFS-277 fix

[Pool] Performance Tests for Pool-277

2014-09-19 Thread Bernd Eckenfels
results have been indifferent. Are those tests reliable? Can somebody with some experience re-run them on their machine? (I somewhat feel the need to provide a JMH test :) My proposed patch: https://issues.apache.org/jira/secure/attachment/12670185/nolockstats2.patch Gruss Bernd

Re: [Pool] what is the purpose of setup-checkout profile

2014-09-18 Thread Bernd Eckenfels
Yes I mean it is nowhere mentioned. I guess it is a site goal specific automatic profile and as you recommend will not care about it. Thanks. > Am 18.09.2014 um 21:12 schrieb Phil Steitz : > >> On 9/18/14 11:47 AM, Bernd Eckenfels wrote: >> Hello, >> >> For l

[Pool] what is the purpose of setup-checkout profile

2014-09-18 Thread Bernd Eckenfels
dies sooner than later :). Can somebody explain it and put that explanation on http://commons.apache.org/proper/commons-pool/source-repository.html - or can we remove it? Gruss Bernd - To unsubscribe, e-mail: dev-unsubscr

Re: [jira] [Created] (POOL-277) Monitor contention at BaseGenericObjectPool

2014-09-18 Thread Bernd
empty implementation? Bernd Am 18.09.2014 11:00 schrieb "Lucas Pouzac (JIRA)" : > Lucas Pouzac created POOL-277: > - > > Summary: Monitor contention at BaseGenericObjectPool > Key: POOL-277 >

Re: [VOTE] Release Apache Commons Daemon 1.0.15 windows binary package with signed executables

2014-09-15 Thread Bernd Eckenfels
Hello, +1 from me, too. (even when I am not so sure that code signing in OSS projects/upstream projects is always usefull). Gruss Bernd BTW: at my shop, we use the Eclipse CBI signing plugin (server based). http://git.eclipse.org/c/cbi/org.eclipse.cbi.maven.plugins.git/about/ Am Mon, 15 Sep

Re: [ALL] Auto generating README.md and CONTRIBUTING.md for github using the commons build plugin

2014-09-10 Thread Bernd Eckenfels
I should dig deeper and help. Maybe we should check all commons projects which are affected, if VFS is the only outlier I guess we can manually fix it up as well (after all even the site of VFS does not get it right atm). Gruss Bernd Am Wed, 10 Sep 2014 12:01:18 +0200 schrieb Benedikt Ritter

Re: [ALL] Auto generating README.md and CONTRIBUTING.md for github using the commons build plugin

2014-08-31 Thread Bernd Eckenfels
ed (if present). - i wonder if it should not work recursive, the CONTRIBUTING/README in core and examples might not be needed (of course I can skip to commit them). Gruss Bernd - To unsubscribe, e-mail: dev-unsubscr...@commons.apa

Re: [ALL] Auto generating README.md and CONTRIBUTING.md for github usingthe commons build plugin

2014-08-20 Thread Bernd Eckenfels
Hello, sounds good. I wonder if all the parent magic could be avoided by specifying the mojo goal fully qualified for a stand alone goal. Since you want to commit the result anyway it is not used so often. Bernd -- http://bernd.eckenfels.net - Ursprüngliche Nachricht - Von

Re: [VOTE] Release Commons CSV 1.0 based on RC3

2014-08-11 Thread Bernd Eckenfels
to be compatible with Java 6." Bernd > Am 11.08.2014 um 07:06 schrieb Benedikt Ritter : > > Hello Bernd, > > thanks for the review. See my comments inline. > > > 2014-08-10 18:58 GMT+02:00 Bernd Eckenfels : > >> Hello, >> >> +0 (non-binding

Re: [VOTE] Release Commons CSV 1.0 based on RC3

2014-08-10 Thread Bernd Eckenfels
1.0 problems: Nit: it should not talk about "Excel format" but something like "CSV files exported by Microsoft Excel". We should honor the trademark here. Nit: the package-doc+user guide+CSVPrinter javadoc should describe this mode of function some more. Overall very good q

AW: [bcel] BCEL 6.0 review

2014-07-28 Thread Bernd Eckenfels
maven repo which is actually observed by the resolver for such cases. greetings Bernd -- http://bernd.eckenfels.net - Ursprüngliche Nachricht - Von: "sebb" Gesendet: ‎29.‎07.‎2014 08:03 An: "Commons Developers List" Betreff: Re: [bcel] BCEL 6.0 review On 29 July 2014

Re: [bcel] BCEL 6.0 review

2014-07-28 Thread Bernd Eckenfels
on resolving is soley based on coordinates. If you have different versions of a given coordinate it will chose one. If you rename it, it will use both - no matter if it has same package as others or not. I think only the OSGi/bnd stuff looks at the packages.

Re: [VFS] Implementing custom hdfs file system using commons-vfs 2.0

2014-07-28 Thread Bernd Eckenfels
you plan to do anything in that direction, you might involve them as well. I copy the commons-dev list, since I am not familiar with the HDFS provider and also it is a general discussion. Greetings Bernd Am Mon, 28 Jul 2014 15:57:57 +0530 schrieb Richards Peter : > Hi Bernd, > > I w

Re: [VFS] Implementing custom hdfs file system using commons-vfs 2.0

2014-07-27 Thread Bernd Eckenfels
. After you have implemented the new Filesystem, it will be available for addProvider() or you can add it as a new provider to the xml configuration of StandardFileSystemManager like described here: http://commons.apache.org/proper/commons-vfs/api.html Greetings Bernd Am Sun, 27 Jul 2014 15:24:57

Re: [VFS][Site] Broken VFS Site

2014-07-27 Thread Bernd Eckenfels
Hello, the links on VFS to the sub-projets are still broken. Should I file a JIRA or who can fix this? Gruss Bernd Am Mon, 19 May 2014 00:11:16 +0200 schrieb Bernd Eckenfels : > Hello, > > has anybody an idea where the component sites of commons-vfs2 went to? > I am quite sure I

Re: Please welcome our newest Commons committer Dipanjan Laha

2014-07-01 Thread Bernd Eckenfels
Am Sat, 28 Jun 2014 22:00:34 -0400 schrieb Gary Gregory : > *Welcome* aboard Dipanjan! Welcome Diphanjan :) Whats your fav. components in Apache Commons? Gruss Bernd - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.

Re: [csv] release 1.0?

2014-06-30 Thread Bernd Eckenfels
). Gruss Bernd * based on XML 1.1 2.11 "End-of-Line handling" Am Mon, 30 Jun 2014 22:06:57 +0200 schrieb Benedikt Ritter : > 2014-06-30 11:00 GMT+02:00 Tillmann Gaida : > > > It looks like the two issues revolve around the question if record > > separators should a

author of changes.xml

2014-06-30 Thread Bernd Eckenfels
other person. Remove the tag (as this is a collaboratively edited document), keep the author as the (probable) creator? Change it to the PMC or devlist or change it to the active commiters of the last/current release? Gruss Bernd

Re: [VFS] HDFS failures on Windows

2014-06-30 Thread Bernd Eckenfels
Hello, I have commited the (new) no-hdfs profile, can you check if you still see problems Gary? I unfortunatelly think it is not possible to disable this profile on the commandline (for testing if the needed binaries are installed by hand). Gruss Bernd Am Tue, 17 Jun 2014 22:22:18 -0400

Re: [VFS] HDFS failures on Windows

2014-06-17 Thread Bernd Eckenfels
ally the same problem. In 2.x there seems to be some better windows support but with specific setup requirements. So I will see if they can be provided, avoided or if it would need the auto-disable as well. Gruss Bernd And if I actually disable stack-trace-trimming(commited) > > in suref

Re: [VFS] HDFS failures on Windows

2014-06-17 Thread Bernd Eckenfels
basically the same problem. In 2.x there seems to be some better windows support but with specific setup requirements, so it might be required to disable it there as well (VFS-530). Gruss Bernd And if I actually disable stack-trace-trimming(commited) > > in surefire, i

Re: [VFS] HDFS failures on Windows

2014-06-16 Thread Bernd Eckenfels
t distribution (from github): %LOCALAPPDATA%\GitHub\PortableGit_015aa71ef18c047ce8509ffb2f9e4bb0e3e73f13\bin\ls.exe Gruss Bernd Am Tue, 10 Jun 2014 11:02:19 -0400 schrieb Gary Gregory : > woa... cygwin? I have that installed but it does not help. > > How about this: can please

Re: [VFS] Release 2.1

2014-06-10 Thread Bernd Eckenfels
Hello, we are working on a release. Thats why I closed or moved most of the blockers. It would be good if you can have a look at the remaining blockers (and maybe also check if all the open bugs are not critical). Gruss Bernd Am Mon, 9 Jun 2014 20:53:28 + (UTC) schrieb dlmar...@comcast.net

Re: [VFS] HDFS failures on Windows

2014-06-10 Thread Bernd Eckenfels
Hello, they do work for me, hm. Windows 7 x64 de. I will try some other environments. Maybe it picks up some cygwin stuff or something on my system? Gruss Bernd Am Mon, 9 Jun 2014 18:05:18 -0400 schrieb Gary Gregory : > Ecki enabled the HDFS tests on Windows but they sure fail for me,

Re: svn commit: r1598071 - in /commons/proper/jcs/trunk/commons-jcs-core/src/main/java/org/apache/commons/jcs: auxiliary/disk/ engine/control/ engine/memory/ utils/logger/ utils/struct/

2014-06-01 Thread Bernd Eckenfels
commons-logging is not able to abstract this shortcoming away. Gruss Bernd - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org

Re: [jcs] Non Serializeable Interface

2014-05-26 Thread Bernd Eckenfels
Serializerer beeing something like: Serializer { byte[] getKeybytes(K key); byte[] getValueBytes(V val); K constuctKey(byte[]) V constructValue(byte[]) } (We could even implement as "JavaSerializer implements Serialier")? G

Re: svn commit: r1596077 - /commons/proper/fileupload/trunk/fileupload/

2014-05-19 Thread Bernd Eckenfels
t to know :) I would revert the commit but I already commited the actual change afterwards, so rev.1596087 undos the create, I hope thats ok. Otherwise somebody with more SVN experience would need to undo both. (Sorry for that, I tried to att

Re: [VOTE] Release DBCP 2.0.1 based on RC3

2014-05-18 Thread Bernd Eckenfels
ed around while the site is deployed. Do we want to have the 2.0.1 and 2.0. or only 2.0.1 and will the link be named that way? The "examples" link point to the trunk/doc, should this be a tag? Development/History - is "Date=TBD" Greetings Bernd Am Sun, 18 May 2014 14:22:19 -0

Re: [jira] [Commented] (VFS-526) No Hdfs testing on Windows

2014-05-18 Thread Bernd Eckenfels
erwise I will bump the dependency to the latest 1.2.1 (only). There are some more potential upgradeable dependencies (but some I tried dont work). I would like to stay away from major updates of the (non-test) dependencies in the 2.1 release to keep vfs 2.1 a drop-in replacement for 2.0. Greetings

[VFS][Site] Broken VFS Site

2014-05-18 Thread Bernd Eckenfels
t into publishing to the commons.apache.org site, so I am a bit lost how to check what went wrong. Gruss Bernd - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org

Re: [VFS] canRenameTo

2014-05-18 Thread Bernd Eckenfels
isSameFile() has a similiar problem (I would add the "this == other" check to the default implementation (actually before attaching and before doIsSameFile). Greetings Bernd Am Sun, 18 May 2014 09:12:33 +0100 schrieb Schalk Cronjé : > I concur. > > Firstly it returns a boo

[VFS] canRenameTo

2014-05-17 Thread Bernd Eckenfels
instances differ. Gruss Bernd - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org

Re: [continuum] BUILD FAILURE: Apache Commons JCS - Apache Commons ()

2014-05-16 Thread Bernd Eckenfels
its own project? Gruss Bernd Am Fri, 9 May 2014 22:04:29 + (UTC) schrieb Apache Continuum : > Online report : > https://continuum-ci.apache.org/continuum/buildResult.action?buildId=30494&projectId=286 > > Build statistics: > State: Failed > Previous State: Failed

Re: [lang] Any objections to LANG-1012?

2014-05-14 Thread Bernd Eckenfels
Hello, no oppinion if good or bad, just want to point out that typically "largerThan" means x > y and a more common name (think html entity) is "greater than" and "less than". The other (>=, -ge) operator would be greaterOrEqual. Greetings Bernd Am Tue

Re: How to run unit test ProviderRenameTests?

2014-05-06 Thread Bernd Eckenfels
run the whole suite. You have my sympathies for trying :) Gruss Bernd Am Tue, 6 May 2014 06:53:03 -0700 (PDT) schrieb Woonsan Ko : > Hi, > > I'm trying to reproduce VFS-298 with the unit test (in trunk) > because I met a similar exception in my application, but I can'

Re: [CSV] release review

2014-05-04 Thread Bernd Eckenfels
project). I also tried it with Java 5 and Maven 3.0.5 and this worked as well. Bernd - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org

[CSV] release review

2014-05-04 Thread Bernd Eckenfels
Hello, I did some chekcs on the CSV trunk cause you mentioned a release is coming up (and I feel its a bad feeling to get no external reviews for releases). Here are my findings: - compiling with Java 8 and maven 3.2.1 on Windows works, but the site goal fails (findbugs porblem) - site: produc

Re: [VFS] VFS 2.1 & Compress

2014-05-03 Thread Bernd Eckenfels
agree, the download page should be changed accordingly. Only the two providers have this dependency. Gruss Bernd Am Sat, 03 May 2014 12:36:27 +0100 schrieb Schalk Cronjé : > With 2.0 tar is supported out of the box, with 2.1 it is not. It > depends on commons-compress which is listed

Re: [VFS] JDK 8 & 2.1-SNAPSHOT

2014-05-02 Thread Bernd Eckenfels
Hello, I opened VFS-521 for this, and it looks like the problem is in try-with-resource in Java8 FilterOutputStream. The test in question is expected to fail with an IOException. Gruss Bernd Am Fri, 02 May 2014 12:27:01 +0100 schrieb Schalk Cronjé : > Does anyone else have failu

Re: [VFS] JDK 8 & 2.1-SNAPSHOT

2014-05-02 Thread Bernd Eckenfels
Yes, I see the same problem. (And besides that it seems PMD and findbugs make problems for Java8, too.) bernd > Am 02.05.2014 um 13:27 schrieb Schalk Cronjé : > > Does anyone else have failures building VFS 2.1 with JDK8 (SVN rev 1591869)? > > I am seeing this test failure

Re: [Math] Javadoc with Java 8 (Was: svn commit: r1591664 [2/2] - ...)

2014-05-01 Thread Bernd Eckenfels
an use {@literal List} which is a bit more readable. In your case, you would probably use {@code List} which also does escaping on its own. Greetings Bernd - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For a

[VFS] release preparation: clirr report

2014-05-01 Thread Bernd Eckenfels
at the Clirr) http://people.apache.org/~ecki/commons-vfs/commons-vfs2/clirr-report.html Gruss Bernd - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org

Re: [ALL] Suppressing Javadoc errors with Java 8 - temporary hack

2014-05-01 Thread Bernd Eckenfels
in all invocations, at least they made the build fail (and I wrongly corrected them). Bernd > > > On Thu, May 1, 2014 at 5:22 AM, Mark Struberg > wrote: > > > Actually the ',' causes a bug in the maven-javadoc-plugin. What > > seems to work is to split it

[VFS][VFS-520] Re: svn commit: r1591517 - /commons/proper/vfs/trunk/src/changes/changes.xml

2014-04-30 Thread Bernd Eckenfels
e javadoc does not fail, but I do think that is not the style the javacoding guideliens recommend. Bernd Am Thu, 01 May 2014 00:36:23 - schrieb e...@apache.org: > Author: ecki > Date: Thu May 1 00:36:23 2014 > New Revision: 1591517 > > URL: http://svn.apache.org/r1591517 &

Re: Apache Commons & ApacheCon Europe 2014 ...

2014-04-30 Thread Bernd Eckenfels
Am Wed, 30 Apr 2014 20:37:50 +0100 schrieb Schalk Cronjé : > > VFS - Schalk W. Cronjé - would like to present > Correction. It is more of a case of me helping Bernd to do a > presentation. Good thing! Maybe we can make that two sessions, one about using VFS with groovyvfs/vfs-cli

Re: JDK8 compatible javadoc

2014-04-29 Thread Bernd Eckenfels
you find out something about IO-424 "javadoc: warning - Error fetching URL: http://download.oracle.com/javaee/6/api";. Same happens with VFS, too. Gruss Bernd - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org F

JDK8 compatible javadoc

2014-04-29 Thread Bernd Eckenfels
false formatting and the Google Coding guide does not specify any HTML specificas of JavaDoc at all. Bernd - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org

Re: [VFS] Next release date

2014-04-23 Thread Bernd Eckenfels
you need me to do before? (continue to discuss this on the developer list) Bernd Am Wed, 23 Apr 2014 11:38:20 -0400 schrieb Gary Gregory : > ASAP would be good, but I do not have to time ATM. > > Gary > > > On Tue, Apr 15, 2014 at 7:06 AM, Edouard Lemaistre < > edou

Re: [DBCP] Performance vs BoneCP

2014-04-18 Thread Bernd Eckenfels
ucture optimizations. The Bone partitions seem to be somewhat overengeneered I feel (however it might benefit other things like prepared statement and transaction cache locality). Gruss Bernd - To unsubscribe, e-mail: dev-unsu

Re: Apache Commons & ApacheCon Europe 2014 ... [VFS]

2014-04-17 Thread Bernd Eckenfels
provide the FileSystem SPI. Gruss Bernd Am Thu, 17 Apr 2014 13:39:12 -0700 schrieb Mark Fortner : > I'm in the process of creating a file browser-like tool in JavaFX, > and my original intent was to use VFS as the underlying file system > abstraction. After looking at a lot of t

Re: Apache Commons & ApacheCon Europe 2014 ... [VFS]

2014-04-17 Thread Bernd Eckenfels
So maybe instead of a longish component presentation only a BOF "future directions VFS". For example discussion in the light of java.nio.file.spi... A similiar discussion BOF around Git usage? Gruss Bernd - To unsubs

[Misc] how get NVD's CPE Entries managed by ASF

2014-04-15 Thread Bernd Eckenfels
Hello, can somebody tell me how CPE Entries (Product Dictionary, Common Platform Enumeration) for Apache (Commons) products get populated in the NVD. Is there somewhere an mapping from component to productname stored? And is there an option or plan to specify things like maven coordinates or pack

Re: svn commit: r1586926 - in /commons/proper/dbcp/trunk/src/test/java/org/apache/commons/dbcp2: TestConnectionPool.java TestPStmtPoolingBasicDataSource.java

2014-04-13 Thread Bernd
Hello, Am 13.04.2014 08:11 schrieb : > > Author: psteitz > Date: Sun Apr 13 06:10:44 2014 > New Revision: 1586926 > > URL: http://svn.apache.org/r1586926 > Log: > Added test (commented out) to illustrate DBCP-415. > > Modified: > commons/proper/dbcp/trunk/src/test/java/org/apache/commons/dbcp2/Tes

[CODEC] char[] decoding base64 variant

2014-04-04 Thread Bernd Eckenfels
would need to convert them to byte[] and with a decode(String) method one would have to produce strings. It would be good if I could directly have a "Writer Base64DecodeWriter(OutputStream)". What do you think, is that a good addition to commons cod

Re: [VFS] What is the roadmap to 2.1?

2014-03-18 Thread Bernd
Hello, Not sure if there are plans for a release, but it is certainly about time. To get the property if a FO has children (it can have content and children on some providers!) I use fileObject.getType().hasChildren() Greetings Bernd Am 18.03.2014 09:58 schrieb "Petar Tahchiev" :

Re: [IO][IO-429] optimized IOUtils.toByteArray(InputStream)?

2014-03-12 Thread Bernd Eckenfels
Pardon me, its Fabian, not Florian. Am Wed, 12 Mar 2014 22:03:54 +0100 schrieb Bernd Eckenfels : > just a small pointer, after a Twitter discussion on > IOUtils.toByteArray(InputStream) (not) dealing with streams larger > than 2GB (because the Java byte array limit would be exceeded

[IO][IO-429] optimized IOUtils.toByteArray(InputStream)?

2014-03-12 Thread Bernd Eckenfels
Not sure if those Jira mails should actually show up on any commons ML, I dont see them in the archives, so this is the reason for this manual thread starter. Bernd - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org

Re: [VOTE] Move Commons Betwixt to dormant

2014-03-12 Thread Bernd
+1 (I actually was fooled to consider it for stuff before closed look) Am 11.03.2014 21:08 schrieb "Benedikt Ritter" : > Hi all, > > as discussed, I'd like to propose to move Apache Commons Betwixt to > dormant. > > Reasons: > - no real activity for a long while [1] > - last release was in 2008 >

Re: [ANNOUCE] Please welcome Bernd Eckenfels as our newest committer

2014-02-15 Thread Bernd Eckenfels
-ld ~ ; id drwxr-xr-x 4 ecki mtoepfer 13 Feb 15 00:38 /home/ecki uid=6058(ecki) gid=6000(mtoepfer)groups=6000(mtoepfer),5000(committers),5557(commons) Do I need to sent a message to infra or can PMC fix this? Or can you help me with that? Greetings Bernd Am Fri, 14 Feb 2014 11:55:09 -0500

Re: svn commit: r1568678 - in /commons/proper/fileupload/trunk/src: changes/changes.xml main/java/org/apache/commons/fileupload/disk/DiskFileItem.java

2014-02-15 Thread Bernd Eckenfels
Hello, (pruning conversation) Am Sat, 15 Feb 2014 21:43:36 + schrieb sebb : > On 15 February 2014 21:29, Bernd Eckenfels > > I also wonder if this is really a > > good idea to read the data fully into memory, only to stream it > > then to somewhere else. > > The

Re: svn commit: r1568683 - in /commons/proper/fileupload/trunk/src: changes/changes.xml main/java/org/apache/commons/fileupload/disk/DiskFileItem.java

2014-02-15 Thread Bernd Eckenfels
ache.org/proper/commons-io/apidocs/org/apache/commons/io/FileUtils.html#moveFile%28java.io.File,%20java.io.File%29 Gruss Bernd Am Sat, 15 Feb 2014 21:30:48 - schrieb s...@apache.org: > Author: sebb > Date: Sat Feb 15 21:30:47 2014 > New Revision: 1568683 > > URL: http://svn.ap

Re: svn commit: r1568683 - in /commons/proper/fileupload/trunk/src: changes/changes.xml main/java/org/apache/commons/fileupload/disk/DiskFileItem.java

2014-02-15 Thread Bernd Eckenfels
IOUtils.closeQuietly(out); Is it really safe to close output stream quitly in this situations? There are file systems which return write problems only on the close(). It is most always never a good idea to close an output stream and ignore errors. Bernd - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org

Re: svn commit: r1568678 - in /commons/proper/fileupload/trunk/src: changes/changes.xml main/java/org/apache/commons/fileupload/disk/DiskFileItem.java

2014-02-15 Thread Bernd Eckenfels
new Throwable(dfosFile.toString()).printStackTrace(); > FileInputStream input = new FileInputStream(dfosFile); > IOUtils.copy(input, output); > -dfosFile.delete(); > +input.close(); > +System.out.println("deleted?"+dfosFile.delete

Re: svn commit: r1568538 - /commons/proper/vfs/trunk/core/src/test/java/org/apache/commons/vfs2/impl/test/VfsClassLoaderTests.java

2014-02-15 Thread Bernd
). Bernd BTW: is there a easiy method to get shell access to that build server, I would like to investigate why the resources.jar is only showing up on that machine. Am 15.02.2014 16:55 schrieb "sebb" : > On 15 February 2014 15:44, Benedikt Ritter wrote: > > 2014-02-15 1

[site] tags in developer checkout URL

2014-02-14 Thread Bernd Eckenfels
version please look at http://svn.apache.org/repos/asf/commons/proper/vfs/tags Gruss Bernd - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org

[VFS] trailing space cleanup (was: svn commit: r1568471 - /commons/proper/vfs/trunk/pom.xml)

2014-02-14 Thread Bernd Eckenfels
few additional line changes in real commit? BTW: thanks everybody for your warm welcome. My ecki-at-apache.org account/alias so I am more or less operational (my PGP Key will come later). Bernd Am Fri, 14 Feb 2014 19:03:13 - schrieb e...@apache.org: > Author: ecki > Date: Fri Feb 14 19

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

2014-02-13 Thread Bernd Eckenfels
essing). Generally it looks like there are a lot plugins in the parent pom which is generally better avoided in multi module builds). Gruss Bernd BTW: the new skin produces a 404 when clicking on "Web access": here: http://commons.apache.org/proper/commons-weaver/commons-weaver/source-reposit

Re: [VFS] $ID$ and $Date$ Variables (git vs. svn)

2014-02-08 Thread Bernd Eckenfels
experience. Gruss Bernd Am Sat, 8 Feb 2014 11:35:29 +0100 schrieb Benedikt Ritter : > Hello Bernd, > > have a look at [1], point 2 in the Notes Section: > > "The SVN $Date$ keyword should not be used, because it relies on the > clients locale. Use the $Id$ keyw

[VFS] $ID$ and $Date$ Variables (git vs. svn)

2014-02-08 Thread Bernd Eckenfels
Hello, while playing around with the git mirror (I compared the git clone with the SVN checkout) I noticed that a minority of SVN files (mostly javadoc comments in tests but also one constant in a sample) have an $ID$ comment which expands differently. Ironically there is also a rule about not us

Re: [VFS] Fix up pom so it works with Commons release profile

2014-02-08 Thread Bernd Eckenfels
ies involved and reducing the build time for that project should be a goal. Gruss Bernd - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org

Re: [VFS] Fix up pom so it works with Commons release profile

2014-02-08 Thread Bernd Eckenfels
Hello, Am Wed, 5 Feb 2014 09:55:18 + schrieb sebb : > On 4 February 2014 20:25, Bernd Eckenfels > wrote: > > Am Tue, 21 Jan 2014 16:10:35 + > > schrieb sebb : > > > >> I have done some work on this.I can fix up the poms so that the > >> Commons

Re: [VFS] Fix up pom so it works with Commons release profile

2014-02-04 Thread Bernd Eckenfels
A Stand-alone POM with a test project works. I dont know what the reason is. Next thing to try would be to remove the parent and inline all definitions so I can remove them to see if it then works. https://issues.apache.org/jira/browse/VFS-498 Bernd

Re: [VFS] Fix up pom so it works with Commons release profile

2014-02-04 Thread Bernd Eckenfels
to redefine that anyway. This is a good thing to have. What about OSGi bundle plugin? I am not sure if we need the pluginManagement preconfiguration at all. Gruss Bernd - To unsubscribe, e-mail: dev-unsubscr...@commons.ap

Re: commons-lang pull request: add isNull and isNotNull methods

2014-02-04 Thread Bernd Eckenfels
pty(String) because that has more code (check for null, trim, etc). Gruss Bernd Am Tue, 04 Feb 2014 12:08:13 -0800 schrieb Adrian Crum : > Personally, I view this as an anti-pattern. You have a null reference > in your hand, and instead of checking the reference that is in your > hand

Re: [VFS] Fix up pom so it works with Commons release profile

2014-02-04 Thread Bernd Eckenfels
not really suited for multi-module builds and even if it was it still does quite a few things too much IMHO. Would it be possible to have a "policy commons" parent and a derieved parent which also adds "build convinience"? Currently the VFS project POM is building (u

[VFS] VFSClassLoader and JAR Files with no Manifest

2014-02-03 Thread Bernd Eckenfels
When I use the VFSClassLoader on a URL which points to a JAR file which has no Manifest, then loading classes will create a IllegalStateException. This seems to be caused by the Fact that the JarFileSystem is caching attributes but not certificates of the entries. When the certificates for an entr

[VFS] Any news on VFS-500 (implement VFSClassLoader#findResources)

2014-02-03 Thread Bernd
Hello, just a quick reminder, the Patch which completes the VFSClassLoader interface (which also includes a testcase) seems to be still unassigned. Anything I can do to help with that to get it included and closes? https://issues.apache.org/jira/browse/VFS-500 Greetings Bernd

Commons Codec (archived) site - broken javadoc links

2013-12-21 Thread Bernd Eckenfels
3 javadoc links and 1.7 and 1.8 works there. Gruss Bernd - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org

<    1   2   3   4   5   >