Hello,

I have the same issue. It simply does look like there is no more volunteers 
to maintain the caches. But this is not a big trouble to get some version 
working for a v3.3 NHibernate.
Here is some options to achieve that.

   - No re-compilation - overriding its original dependency: see 
   http://stackoverflow.com/a/10627103/1178314
   - Get the caches sources and recompile it against your current 
   NHibernate version. For v3.3, no changes in caches sources are needed to 
   get it work. See also same SO 
   post http://stackoverflow.com/a/10627103/1178314
   - Use an other cache more up-to-date (but 
   "experimental"): http://nuget.org/packages/NHibernate.Caches.RtMemoryCache/ 
   , 
   see 
https://groups.google.com/forum/?hl=en&fromgroups=#!topic/nhusers/dqTu8P935po 
   for its announcement.

Regards.



Le mercredi 29 mai 2013 00:14:10 UTC+2, [email protected] a écrit :
>
> We are currently running version 3.1 and are looking to upgrade to version 
> 3.3.  Previously, whenever a newer version of NHibernate was released there 
> was also a new release of the second level cache clients.  However, that 
> does not appear to be the case for 3.3.  I've only found one post that 
> discusses this and the only given resolution was to either do a version 
> redirect or else re-compile the source to version 3.3 yourself.  I have a 
> few of questions about this:
>  
> 1. Why were newer 3.3 version of the second level cache clients not 
> release with NHibernate 3.3?  This has occurred with all previous releases, 
> so why was it dropped on this release?
> 2. Are there typically in code changes that are required when updating the 
> clients for a new NHibernate release?  If so, then simply doing a redirect 
> or recompile would not be ideal.
> 3. If indeed we are supposed to just redirect or recompile, then how were 
> we to know this?  I've searched high and low and the only thing I found was 
> the 1 post to this forum.  There's no official documentation of this 
> anywhere that I've seen.
>  
> Regards,
> Clint
>

-- 
You received this message because you are subscribed to the Google Groups 
"nhusers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/nhusers?hl=en-US.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to