I ran into substantial breaking changes when attempting to upgrade my Fluent NHibernate 1.0 project from NH 2.1.2 to NH 3.2 / FNH 1.3, using the built-in proxy generator instead of Castle.
The big one was that properties that only have a "get" method no longer work. Since I had dozens of these scattered throughout my object model, I attempted to get around it by adding a FNH convention that suppressed mapping of these properties. However, this just exposed the next problem, where I found that many of the IList properties in my object model were no longer being populated from the DB. Didn't have time to pursue this, and ended up reverting back to NH 2.1.2. I've seen anecdotal reports on Stack Overflow of people having similar problems. -Tom Bushell On Feb 7, 8:47 am, Oskar Berggren <[email protected]> wrote: > With 3.2 you also have the options of using NHibernate's built-in > proxy generator. > > /Oskar > > 2012/2/7 Steven <[email protected]>: > > > > > > > > > I've also had trouble updating to the 3.2 version via NuGet because of > > an incompatability with Castle. I believe that's because NHibernate > > uses the dynamic proxy correct? Will that be fixed as well? > > > On Feb 3, 4:05 am, Oskar Berggren <[email protected]> wrote: > >> The development builds are here:http://teamcity.codebetter.com/ > > >> The 3.3 release is overdue and the goal is to make a release fairly > >> soon, though there are no exact dates specified. > > >> /Oskar > > >> 2012/2/3 s_tristan <[email protected]>: > > >> > Very interesting list. > >> > Can you tell when the release 3.3 will be available? Or where I can to > >> > download the current development version? > >> > Thank you! > > >> > On 2 фев, 23:55, Oskar Berggren <[email protected]> wrote: > >> >> The current main commiters are me, Julian, Patrick and Richard. > > >> >> The commit history is > >> >> here:https://github.com/nhibernate/nhibernate-core/network > > >> >> In recent time we have ported enhanced id generators from Hibernate, > >> >> several important LINQ fixes and enhancements, and many other > >> >> important fixes. The complete list of already finished issues for the > >> >> upcoming 3.3 release is here: > > >> >>https://nhibernate.jira.com/secure/ReleaseNote.jspa?projectId=10000&v... > > >> >> /Oskar > > >> >> 2012/2/2 s_tristan <[email protected]>: > > >> >> > Who is the lead(s) of the project now? > >> >> > Is new features will be added? > > >> >> > -- > >> >> > You received this message because you are subscribed to the Google > >> >> > Groups "nhusers" group. > >> >> > To post to this group, send email to [email protected]. > >> >> > To unsubscribe from this group, send email to > >> >> > [email protected]. > >> >> > For more options, visit this group > >> >> > athttp://groups.google.com/group/nhusers?hl=en. > > >> > -- > >> > You received this message because you are subscribed to the Google > >> > Groups "nhusers" group. > >> > To post to this group, send email to [email protected]. > >> > To unsubscribe from this group, send email to > >> > [email protected]. > >> > For more options, visit this group > >> > athttp://groups.google.com/group/nhusers?hl=en. > > > -- > > You received this message because you are subscribed to the Google Groups > > "nhusers" group. > > To post to this group, send email to [email protected]. > > To unsubscribe from this group, send email to > > [email protected]. > > For more options, visit this group > > athttp://groups.google.com/group/nhusers?hl=en. -- You received this message because you are subscribed to the Google Groups "nhusers" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/nhusers?hl=en.
