I'll start an official nomination for committers on this list.
I recommend everyone read this:
http://www.apache.org/foundation/how-it-works.html#meritocracy

Clinton

On Tue, May 26, 2009 at 3:10 PM, Michael Schall <mike.sch...@gmail.com>wrote:

> I would love a larger group of comitters and a lead.  The company I work
> for uses iBATIS.Net heavily and don't want it to fall out of use.  I was
> voted in as a commiter end of last year and have not be able to devote much
> time due to project load.  Over the last couple weeks I have been going over
> the v3 code.  Late last year Gilles had sent me the following as a TODO
> list.  I would add nunit 2.5 upgrade and addition to externals-bin to the
> list.  They have a breaking change which will cause us some issues.
>
> I have the change for xml namespace complete, but thought I would bring it
> up here to see what people thought as it will break everyone's validation.
>  I have started looking into expression trees for the fluent interfaces
> change, however I have not worked with them
> before.  I have not worked on docs or examples,
>
> I would love to remain on the team.  Thanks for getting the ball rolling.
>
> Mike
>
> Gilles' TODO list:
> - change the target namespace of SqlMap.xsd and SqlMapConfig.xsd to "
> http://ibatis.apache.org/mapping/V3"; and do the validation against those
> schemas, I have try but not successes, don't know why ...
> - redo the fluent interface
> RegisterResultMap<Account>("account-result-nullable-email")
>                 .MappingMember("Id").ToColumnName("Account_ID")
>
> .MappingMember("FirstName").ToColumnName("Account_FirstName")
>                 .MappingMember("LastName").ToColumnName("Account_LastName")
>
> .MappingMember("EmailAddress").ToColumnName("Account_Email");
> to something to
> RegisterResultMap<Account>("account-result-nullable-email", a =>a.Id )
>                 ToColumnName("Account_ID")
> I will begin to do it
> - update the doc in V3 folder
> - Add a folder Examples...
> - Brainstorming about new dynamic sql engine something
> I'm thinking of using expression tree...
>
>
> On Tue, May 26, 2009 at 3:45 PM, Chris Weisel <chris.wei...@gmail.com>wrote:
>
>> I have recently found myself with a great deal more free time than I had
>> previously. I've always enjoyed using iBatis, and I'd be very willing to
>> contribute.
>>
>> Who's going to be coordinating this effort, and what all is needed? What
>> are the goals? iBatis 2? Bugfixes for 1.x?
>>
>> Let me know what I can do.
>>
>> On Mon, May 25, 2009 at 5:07 PM, Sal Bass <salbass...@hotmail.com> wrote:
>>
>>>  Per Clinton's suggestion, I am making this post to find out if we can
>>> keep Ibatis.Net going. As we all know, Ibatis fills an important niche and
>>> is still very relevant. We need people to take charge and to commit time for
>>> development. So, who's in? If we don't do this there is nothing to keep it
>>> going.
>>>
>>>
>>>
>>> ------------------------------
>>> HotmailĀ® has a new way to see what's up with your friends. Check it 
>>> out.<http://windowslive.com/Tutorial/Hotmail/WhatsNew?ocid=TXT_TAGLM_WL_HM_Tutorial_WhatsNew1_052009>
>>>
>>
>>
>

Reply via email to