Question

I have a project which uses Rhino.ActiveRecord's ARRepository, unfortunatly the project is no longer maintained and both of NHibernate's and ActiveRecord's versions are very old and we really need to upgrade.
How do I detach the dependency from my project while still maintaing the same API of ARRepository?
It seems that ARRepository is too tightly coupled to the rest of the library so what can I do?

Was it helpful?

Solution

Have you checked the project's forks on Github?

This one for instance has http://github.com/janlimpens/rhino-commons/commits/master NHibernate 3.0 Alpha 2 and Windsor 2.1

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top