FWIW: We follow a pretty strict rule that our repository is always deployable and stable. So barring unintentional bugs (which can be in even the most declared stable releases), all of our releases are as stable as any other (or even just by checking out from SVN). The only thing that can determine a relative stability comparison is the amount of time that a version has been out. So by that standard, 2.3.0 is the current "most stable". 2.3.2 is stable, but has a few breaking changes (internal interface changes) that cause it to be incompatible with some Spring applications (a process problem we're working to correct). We'll fix these in the next x.x.1 release.
Clinton On Fri, Jul 11, 2008 at 9:00 AM, Jeff Hibbs <[EMAIL PROTECTED]> wrote: > Hello - > > Which is the latest stable version? I'm particulalry interested in the bug > fix for: > > issue 406 - Bug in Ibatis sqlMap when one resultMap has multiple results > that are resultMaps... then the groupby attribute only seems to work for the > first embedded resultMap. > > I downloaded ibatis-2.3.2.715.jar, which fixes my problem. My application > seems to be running fine, but I want to be sure I'm using a stable version > before I deploy it in my app... > > Thanks! > > >