Re: [bcel] BCEL 6.0 review

2014-07-28 Thread sebb
On 29 July 2014 07:17, Bernd Eckenfels wrote: > hello, > > Oh yes of course, that is correct. it will add "multiple copies of the JAR > with the same instead of different packages". From this POV it makes sense to > enforce new package names. > > the wiki page helps to make that clear. > > Would

AW: [bcel] BCEL 6.0 review

2014-07-28 Thread Bernd Eckenfels
hello, Oh yes of course, that is correct. it will add "multiple copies of the JAR with the same instead of different packages". From this POV it makes sense to enforce new package names. the wiki page helps to make that clear. Would be good to have a replacement meta entry in the maven repo wh

Re: [bcel] BCEL 6.0 review

2014-07-28 Thread sebb
On 29 July 2014 01:59, Bernd Eckenfels wrote: > Am Mon, 28 Jul 2014 19:34:05 +0100 > schrieb sebb : > >> There must be a 1-1 correspondance between the Maven pair {group id, >> artifact id} and package name. >> Otherwise Maven can add multiple copies of the jar to the same >> classpath. Jar hell.

[Commons Wiki] Update of "MavenAndClasspath" by sebbapache

2014-07-28 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Commons Wiki" for change notification. The "MavenAndClasspath" page has been changed by sebbapache: https://wiki.apache.org/commons/MavenAndClasspath New page: This page describes why Maven coordinates and Java class packag

Re: [bcel] BCEL 6.0 review

2014-07-28 Thread Bernd Eckenfels
Am Mon, 28 Jul 2014 19:34:05 +0100 schrieb sebb : > There must be a 1-1 correspondance between the Maven pair {group id, > artifact id} and package name. > Otherwise Maven can add multiple copies of the jar to the same > classpath. Jar hell. Uh, why is that? I think the maven version resolving i

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

2014-07-28 Thread dlmarion
The HDFS file system implementation for VFS 2.1 is read-only. I did not implement any of the write methods because I didn't need them at the time and there are some differences in writing to Hadoop and a Filesystem as you pointed out. If you want to use released HDFS VFS FileObject's, then you

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

2014-07-28 Thread Bernd Eckenfels
Hello, yes by default VFS offers a Input/OutputStream based interface to the FileContent and a RandomAccess interface (which is specific to VFS). I think the current HDFS provider (VFS2.1) does support only those two (ReadOnly for the Random Access). I am not sure if you can wrap one of the two

Re: Michael Osipov is our latest committer!

2014-07-28 Thread Benedikt Ritter
Hi Michael and welcome as a committer :-) Benedikt 2014-07-28 19:48 GMT+02:00 Gary Gregory : > Hi All: > > "There's a new kid in town." > > Please welcome Michael Osipov as our latest Commons Committer! > > Michael, feel free to introduce yourself, your background, and what Commons > component

Re: [bcel] BCEL 6.0 review

2014-07-28 Thread Gary Gregory
On Mon, Jul 28, 2014 at 2:34 PM, sebb wrote: > On 28 July 2014 19:25, Gary Gregory wrote: > > On Mon, Jul 28, 2014 at 2:15 PM, sebb wrote: > > > >> On 28 July 2014 19:10, Gary Gregory wrote: > >> > We should change the artifact ID to "commons-bcel" for 6.0 to match up > >> with > >> > the othe

Re: [bcel] BCEL 6.0 review

2014-07-28 Thread sebb
On 28 July 2014 19:25, Gary Gregory wrote: > On Mon, Jul 28, 2014 at 2:15 PM, sebb wrote: > >> On 28 July 2014 19:10, Gary Gregory wrote: >> > We should change the artifact ID to "commons-bcel" for 6.0 to match up >> with >> > the other Commons AIDs. >> >> In which case we need to change the pac

Re: [bcel] BCEL 6.0 review

2014-07-28 Thread Gary Gregory
On Mon, Jul 28, 2014 at 2:15 PM, sebb wrote: > On 28 July 2014 19:10, Gary Gregory wrote: > > We should change the artifact ID to "commons-bcel" for 6.0 to match up > with > > the other Commons AIDs. > > In which case we need to change the package name as well. > Hm... I thought it was already

Re: [bcel] BCEL 6.0 review

2014-07-28 Thread sebb
On 28 July 2014 19:10, Gary Gregory wrote: > We should change the artifact ID to "commons-bcel" for 6.0 to match up with > the other Commons AIDs. In which case we need to change the package name as well. > Gary > > > On Thu, Jun 5, 2014 at 9:01 AM, Emmanuel Bourg wrote: > >> Hi all, >> >> I'm

Re: [bcel] BCEL 6.0 review

2014-07-28 Thread Gary Gregory
We should change the artifact ID to "commons-bcel" for 6.0 to match up with the other Commons AIDs. Gary On Thu, Jun 5, 2014 at 9:01 AM, Emmanuel Bourg wrote: > Hi all, > > I'm preparing the 6.0 release for BCEL and I think it's ready for a > vote. Before I stage the artifacts and start the ta

Michael Osipov is our latest committer!

2014-07-28 Thread Gary Gregory
Hi All: "There's a new kid in town." Please welcome Michael Osipov as our latest Commons Committer! Michael, feel free to introduce yourself, your background, and what Commons component you plan on working on. Cheers, Gary Gregory Apache Commons PMC Chair. -- E-Mail: garydgreg...@gmail.com |

Re: [ALL] Clirr doesn't work with Java 8 (and it seems to be our fault ;-)

2014-07-28 Thread Gary Gregory
We talked about pushing 6.0 out a long time ago. We need an RM. I'm unavail, moving, and so on. Gary On Sun, Jul 27, 2014 at 6:49 AM, Benedikt Ritter wrote: > Okay, I'm not a developer of BCEL, so I don't know. :o) > > Do you have the time to push a release out? > > B > > > 2014-07-27 12:35 GM

Re: [VFS][Site] Broken VFS Site

2014-07-28 Thread sebb
On 27 July 2014 20:22, Bernd Eckenfels wrote: > Hello, > > the links on VFS to the sub-projets are still broken. Should I file a > JIRA or who can fix this? I suggest you file a JIRA anyway so the problem is not forgotten. Thanks. > Gruss > Bernd > > Am Mon, 19 May 2014 00:11:16 +0200 > schrieb