|
View:
New views
7 Messages
—
Rating Filter:
Alert me
|
|
|
VFS 3 integration branch created!I'm starting on the VFS3 integration into JBossAS (trunk), and thus
branching AS and ultimately all subprojects using VFS (presently there's 11 such projects). This is a pretty big operation, so anyone who wants to volunteer, feel free to pitch in! The AS branch is: https://svn.jboss.org/repos/jbossas/branches/vfs3-integration I'll be keeping this branch up to date with trunk as needed; new branches will also be created in other subprojects. Once things are stable, we'll be coordinating releases of all affected projects at once. It should be interesting. :-) - DML -------- Original Message -------- Subject: [jboss-cvs] JBossAS SVN: r94625 - branches. Date: Fri, 9 Oct 2009 18:14:50 -0400 From: jboss-cvs-commits@... Reply-To: jboss-cvs-commits@... To: jboss-cvs-commits@... Author: david.lloyd@... Date: 2009-10-09 18:14:50 -0400 (Fri, 09 Oct 2009) New Revision: 94625 Added: branches/vfs3-integration/ Log: The Big VFS3 Branch! Copied: branches/vfs3-integration (from rev 94624, trunk) _______________________________________________ jboss-development mailing list jboss-development@... https://lists.jboss.org/mailman/listinfo/jboss-development |
|
|
Re: VFS 3 integration branch created!FYI, the parent JIRA task for this effort is
https://jira.jboss.org/jira/browse/JBAS-7342 so if you want to help out, assign a subtask to yourself so we know you're working on it. Also, if you want to discuss anything, we're generally to be found on #jboss-dev on FreeNode. irc://irc.freenode.net/jboss-dev - DML On 10/09/2009 05:21 PM, David M. Lloyd wrote: > I'm starting on the VFS3 integration into JBossAS (trunk), and thus > branching AS and ultimately all subprojects using VFS (presently there's > 11 such projects). This is a pretty big operation, so anyone who wants > to volunteer, feel free to pitch in! > > The AS branch is: > https://svn.jboss.org/repos/jbossas/branches/vfs3-integration > > I'll be keeping this branch up to date with trunk as needed; new > branches will also be created in other subprojects. > > Once things are stable, we'll be coordinating releases of all affected > projects at once. It should be interesting. :-) > > - DML > > -------- Original Message -------- > Subject: [jboss-cvs] JBossAS SVN: r94625 - branches. > Date: Fri, 9 Oct 2009 18:14:50 -0400 > From: jboss-cvs-commits@... > Reply-To: jboss-cvs-commits@... > To: jboss-cvs-commits@... > > Author: david.lloyd@... > Date: 2009-10-09 18:14:50 -0400 (Fri, 09 Oct 2009) > New Revision: 94625 > > Added: > branches/vfs3-integration/ > Log: > The Big VFS3 Branch! > > Copied: branches/vfs3-integration (from rev 94624, trunk) jboss-development mailing list jboss-development@... https://lists.jboss.org/mailman/listinfo/jboss-development |
|
|
Re: VFS 3 integration branch created!Just a note of "warning" to all VFS3 helpers/changers.
Wrt MC sub-projects + VFS3 and recent commits, as much as I like and support this effort, I don't expect nor "allow" any conceptual changes to previous MC code w/o any discussion first. I understand sometimes changes are necessary, but mostly this should/must be impl details. Any previous spi/api contract was/is there for a reason, and any change to it should be discussed or at least mentioned on our dev forum. Failing to do so, I would be forced not to accept this MC + VFS3 effort. David M. Lloyd wrote: > FYI, the parent JIRA task for this effort is > https://jira.jboss.org/jira/browse/JBAS-7342 so if you want to help out, > assign a subtask to yourself so we know you're working on it. > > Also, if you want to discuss anything, we're generally to be found on > #jboss-dev on FreeNode. > > irc://irc.freenode.net/jboss-dev > > - DML > > On 10/09/2009 05:21 PM, David M. Lloyd wrote: >> I'm starting on the VFS3 integration into JBossAS (trunk), and thus >> branching AS and ultimately all subprojects using VFS (presently there's >> 11 such projects). This is a pretty big operation, so anyone who wants >> to volunteer, feel free to pitch in! >> >> The AS branch is: >> https://svn.jboss.org/repos/jbossas/branches/vfs3-integration >> >> I'll be keeping this branch up to date with trunk as needed; new >> branches will also be created in other subprojects. >> >> Once things are stable, we'll be coordinating releases of all affected >> projects at once. It should be interesting. :-) >> >> - DML >> >> -------- Original Message -------- >> Subject: [jboss-cvs] JBossAS SVN: r94625 - branches. >> Date: Fri, 9 Oct 2009 18:14:50 -0400 >> From: jboss-cvs-commits@... >> Reply-To: jboss-cvs-commits@... >> To: jboss-cvs-commits@... >> >> Author: david.lloyd@... >> Date: 2009-10-09 18:14:50 -0400 (Fri, 09 Oct 2009) >> New Revision: 94625 >> >> Added: >> branches/vfs3-integration/ >> Log: >> The Big VFS3 Branch! >> >> Copied: branches/vfs3-integration (from rev 94624, trunk) > _______________________________________________ > jboss-development mailing list > jboss-development@... > https://lists.jboss.org/mailman/listinfo/jboss-development > jboss-development mailing list jboss-development@... https://lists.jboss.org/mailman/listinfo/jboss-development |
|
|
Re: VFS 3 integration branch created!Ales Justin wrote:
> Just a note of "warning" to all VFS3 helpers/changers. > > Wrt MC sub-projects + VFS3 and recent commits, > as much as I like and support this effort, > I don't expect nor "allow" any conceptual changes to previous MC code > w/o any discussion first. > > I understand sometimes changes are necessary, > but mostly this should/must be impl details. All of this was discussed at our AS6 dev meeting, where David even walked through javadoc. Only minor changes have been made to what was presented. > Any previous spi/api contract was/is there for a reason, > and any change to it should be discussed or at least mentioned on our > dev forum. Which contracts are you referring to? The VFS2 contracts? Those had to be changed, as they are a source of a number of problems (as discussed previously). Further nothing will be merged into any mainline tree until we have ensured the work is solid. > Failing to do so, I would be forced not to accept this MC + VFS3 effort. > > David M. Lloyd wrote: >> FYI, the parent JIRA task for this effort is >> https://jira.jboss.org/jira/browse/JBAS-7342 so if you want to help out, >> assign a subtask to yourself so we know you're working on it. >> >> Also, if you want to discuss anything, we're generally to be found on >> #jboss-dev on FreeNode. >> >> irc://irc.freenode.net/jboss-dev >> >> - DML >> >> On 10/09/2009 05:21 PM, David M. Lloyd wrote: >>> I'm starting on the VFS3 integration into JBossAS (trunk), and thus >>> branching AS and ultimately all subprojects using VFS (presently there's >>> 11 such projects). This is a pretty big operation, so anyone who wants >>> to volunteer, feel free to pitch in! >>> >>> The AS branch is: >>> https://svn.jboss.org/repos/jbossas/branches/vfs3-integration >>> >>> I'll be keeping this branch up to date with trunk as needed; new >>> branches will also be created in other subprojects. >>> >>> Once things are stable, we'll be coordinating releases of all affected >>> projects at once. It should be interesting. :-) >>> >>> - DML >>> >>> -------- Original Message -------- >>> Subject: [jboss-cvs] JBossAS SVN: r94625 - branches. >>> Date: Fri, 9 Oct 2009 18:14:50 -0400 >>> From: jboss-cvs-commits@... >>> Reply-To: jboss-cvs-commits@... >>> To: jboss-cvs-commits@... >>> >>> Author: david.lloyd@... >>> Date: 2009-10-09 18:14:50 -0400 (Fri, 09 Oct 2009) >>> New Revision: 94625 >>> >>> Added: >>> branches/vfs3-integration/ >>> Log: >>> The Big VFS3 Branch! >>> >>> Copied: branches/vfs3-integration (from rev 94624, trunk) >> _______________________________________________ >> jboss-development mailing list >> jboss-development@... >> https://lists.jboss.org/mailman/listinfo/jboss-development >> > _______________________________________________ > jboss-development mailing list > jboss-development@... > https://lists.jboss.org/mailman/listinfo/jboss-development -- Jason T. Greene JBoss, a division of Red Hat _______________________________________________ jboss-development mailing list jboss-development@... https://lists.jboss.org/mailman/listinfo/jboss-development |
|
|
Re: VFS 3 integration branch created!OK, I didn't explained this well.
I guess only the culprits could understand my email. I'm not talking about VFS3. Those changes are all valid to me, np there. I'm talking about "fixes" like this: - http://lists.jboss.org/pipermail/jboss-cvs-commits/2009-October/108861.html Jason T. Greene wrote: > Ales Justin wrote: >> Just a note of "warning" to all VFS3 helpers/changers. >> >> Wrt MC sub-projects + VFS3 and recent commits, >> as much as I like and support this effort, >> I don't expect nor "allow" any conceptual changes to previous MC code >> w/o any discussion first. >> >> I understand sometimes changes are necessary, >> but mostly this should/must be impl details. > > All of this was discussed at our AS6 dev meeting, where David even > walked through javadoc. Only minor changes have been made to what was > presented. > >> Any previous spi/api contract was/is there for a reason, >> and any change to it should be discussed or at least mentioned on our >> dev forum. > > Which contracts are you referring to? The VFS2 contracts? Those had to > be changed, as they are a source of a number of problems (as discussed > previously). Further nothing will be merged into any mainline tree until > we have ensured the work is solid. > >> Failing to do so, I would be forced not to accept this MC + VFS3 effort. > > >> David M. Lloyd wrote: >>> FYI, the parent JIRA task for this effort is >>> https://jira.jboss.org/jira/browse/JBAS-7342 so if you want to help out, >>> assign a subtask to yourself so we know you're working on it. >>> >>> Also, if you want to discuss anything, we're generally to be found on >>> #jboss-dev on FreeNode. >>> >>> irc://irc.freenode.net/jboss-dev >>> >>> - DML >>> >>> On 10/09/2009 05:21 PM, David M. Lloyd wrote: >>>> I'm starting on the VFS3 integration into JBossAS (trunk), and thus >>>> branching AS and ultimately all subprojects using VFS (presently there's >>>> 11 such projects). This is a pretty big operation, so anyone who wants >>>> to volunteer, feel free to pitch in! >>>> >>>> The AS branch is: >>>> https://svn.jboss.org/repos/jbossas/branches/vfs3-integration >>>> >>>> I'll be keeping this branch up to date with trunk as needed; new >>>> branches will also be created in other subprojects. >>>> >>>> Once things are stable, we'll be coordinating releases of all affected >>>> projects at once. It should be interesting. :-) >>>> >>>> - DML >>>> >>>> -------- Original Message -------- >>>> Subject: [jboss-cvs] JBossAS SVN: r94625 - branches. >>>> Date: Fri, 9 Oct 2009 18:14:50 -0400 >>>> From: jboss-cvs-commits@... >>>> Reply-To: jboss-cvs-commits@... >>>> To: jboss-cvs-commits@... >>>> >>>> Author: david.lloyd@... >>>> Date: 2009-10-09 18:14:50 -0400 (Fri, 09 Oct 2009) >>>> New Revision: 94625 >>>> >>>> Added: >>>> branches/vfs3-integration/ >>>> Log: >>>> The Big VFS3 Branch! >>>> >>>> Copied: branches/vfs3-integration (from rev 94624, trunk) >>> _______________________________________________ >>> jboss-development mailing list >>> jboss-development@... >>> https://lists.jboss.org/mailman/listinfo/jboss-development >>> >> _______________________________________________ >> jboss-development mailing list >> jboss-development@... >> https://lists.jboss.org/mailman/listinfo/jboss-development > > jboss-development mailing list jboss-development@... https://lists.jboss.org/mailman/listinfo/jboss-development |
|
|
Re: VFS 3 integration branch created!On Wed, Oct 21, 2009 at 8:58 PM, Ales Justin <ales.justin@...> wrote:
> OK, I didn't explained this well. > I guess only the culprits could understand my email. > > I'm not talking about VFS3. > Those changes are all valid to me, np there. > > I'm talking about "fixes" like this: > - > http://lists.jboss.org/pipermail/jboss-cvs-commits/2009-October/108861.html Yes, I did have the same cute sheduler thingie added to WARStructure as well, from what I saw. -1 Rémy _______________________________________________ jboss-development mailing list jboss-development@... https://lists.jboss.org/mailman/listinfo/jboss-development |
|
|
Re: VFS 3 integration branch created!Rémy Maucherat wrote:
> On Wed, Oct 21, 2009 at 8:58 PM, Ales Justin <ales.justin@...> wrote: >> OK, I didn't explained this well. >> I guess only the culprits could understand my email. >> >> I'm not talking about VFS3. >> Those changes are all valid to me, np there. >> >> I'm talking about "fixes" like this: >> - >> http://lists.jboss.org/pipermail/jboss-cvs-commits/2009-October/108861.html > > Yes, I did have the same cute sheduler thingie added to WARStructure > as well, from what I saw. > -1 I started a forum topic to discuss the specific issue here: http://www.jboss.org/index.html?module=bb&op=viewtopic&t=162767 -- Jason T. Greene JBoss, a division of Red Hat _______________________________________________ jboss-development mailing list jboss-development@... https://lists.jboss.org/mailman/listinfo/jboss-development |
| Free embeddable forum powered by Nabble | Forum Help |