I'm not a committer, but from what I've seen in the past years, Hibernate ports occur very sporadically, and are usually minor.
Of course if you want to contribute, you're more than welcome. You should create a Jira issue at https://nhibernate.jira.com/, then fork the repo and implement the feature with a reasonable set of tests. Alternatively, if the feature can be implemented as a plugin without changes to the core, you can just create a NuGet package. Check out http://nuget.org/packages/NHibernate.SetForNet4 for an example of this. Diego On Tue, Mar 13, 2012 at 13:44, Paul White <[email protected]> wrote: > Hello, > > I'm new to this group and have a few questions regarding Hibernate <--> > NHibernate > > Are the two projects still close enough to consider porting features? > > Do new Hibernate features generally get ported to NHibernate and is there > any plan for porting the recent changes in Hibernate (4, 4.1)? > > Can I help? I'd like to contribute if I can with respect to multi-tenancy > in particular. > > Documentation of multi-tenancy support in Hibernate 4.1: > http://docs.jboss.org/hibernate/core/4.1/devguide/en-US/html/ch16.html#d5e4617 > > > Thanks, > > -Paul >
