« Return to Thread: Next Release

Re: Next Release

by Michael McCurrey-3 :: Rate this Message:

Reply to Author | View in Thread

I would like to first make changes to the 1.X line so as to 'air it out' and make it current for those using it on the 3.X line of .net as well as to solidify 3.X  What I'd like to avoid with iBatis is a one time 'big hit'. 

I don't have a java feature list yet, I planned on doing it this week.

I like *all* of your suggestions, and would like to include them.  One feature most folks don't know about is that you can use anonymous types for both results & parameter classes...  This should be documented.


On Mon, Jun 22, 2009 at 7:58 AM, Michael Schall <mike.schall@...> wrote:
First... Welcome Michael!  I'm excited to have some fresh blood on the project.  Sounds like you are ready to jump in.  

Are you planning on making changes to the 1.x line, or are you planning all this work in the 3.x line?  Is your goal backward compatibility or a 1.x release marking breaks as deprecated?

Do you have list of Java features you are suggesting?

My list:
Upgrade to nUnit 2.5 (breaking changes)
Include nUnit in externals-bin and reference it there so we control what version is used and it is consistent
Allow for a nullable column(s) check to see if an object is even created for N+1 selects
Allow for a column prefix when defining groupBy and resultMap so you can reuse resultMaps

Mike


On Mon, Jun 22, 2009 at 8:28 AM, Michael McCurrey <mmccurrey@...> wrote:
Ok folks,

I'd like to plan the next release of iBatis and would like to know "What do you want?"  I would like to make a few small releases  to bridge the 1.X line & the existing 3.X line due to the number of breaking changes in the 3.X line.  Some things I want to do for 'just me' are:

1.  Feature match the Java version
2.  Fix an annoying list non lazy load bug
3.  Rev to my Castle.DynamicProxy2 patch
4.  Expose a QueryForDataTable
5.  Drop .net 1.X compatibility.
6.  Lastly, I would like something ambitious like Orin's Binsor for Castle on the configuration front.


--
Michael




--
Michael J. McCurrey
Read with me at http://www.mccurrey.com
http://chaoticmindramblings.blogspot.com/

 « Return to Thread: Next Release