I have application using various libraries including Hibernate 3.6.1. It uses WLS 12 server, Java7, Spring 3.
I have such libraries:
- hibernate-core-3.6.1
- hibernate-entitymanager-3.4.0GA
- hibernate-jdbc-cacheprovider-1.0.2GA
- hibernate-jpa-2.0-api.1.00-Final
- hibernate-tools-3.2.4GA
- hibernate-validator-4.1.0
Now I am only talking about Hibernate.I am wondering if it is reasonable to invest some time to upgrade to Hibernate 5. I need to justify it using some strong arguments. Everything works in our project so there is no straight reason for updating, however I think projects should follow library updates if possible.
My questions are
1) Is there something like support for bugs in Hibernate 3.6.1 or 4 ? No support would be an argument in favour of upgrading
2) What features could be brought by Hibernate 5 that every PM should be interested in?
3) What other arguments would u bring?