Is there any good link or documentation regarding Hibernate Version History.
My Confusion starts at Hibernate 3.3 when modularisation was introduced.
For e.g if i want to use hibernate-validator 3.x with hibernate 3.2.6ga (before 3.3 its was single jar) would it be compatible?
I want to know compatibility between different modules and also their compatibility with Single Hibernate Jars Releases (like 3.2.6ga ) By compatibility i mean what's the minimum required version.
I am hibernate newbie.so completely lost in Hibernate Version Jungle.