Hibernate (framework): Difference between revisions

Content deleted Content added
Bump version
Citation bot (talk | contribs)
Alter: title. | Use this bot. Report bugs. | Suggested by BrownHairedGirl | #UCB_webform 1511/3811
Line 67:
In Dec 2011, Hibernate Core 4.0.0 Final was released. This includes new features such as [http://docs.jboss.org/hibernate/orm/5.3/userguide/html_single/Hibernate_User_Guide.html#multitenacy multi-tenancy] support, introduction of ServiceRegistry (a major change in how Hibernate builds and manages "services"), better session opening from SessionFactory, improved integration via ''org.hibernate.integrator.spi.Integrator'' and auto discovery, [[Internationalization and localization|internationalization]] support, message codes in logging, and a more distinction between the API, SPI or implementation classes.<ref>{{Cite web|url=http://hibernate.org/orm/releases/|title=Releases - Hibernate ORM|website=hibernate.org}}</ref>
 
In December 2012, Hibernate ORM 4.1.9 Final was released.<ref>{{Cite web |url=http://in.relation.to/23792.lace |title=ArchivedIn copyRelation To... Hibernate ORM 4.1.9.Final Released |access-date=2012-12-13 |archive-url=https://web.archive.org/web/20130129164633/http://in.relation.to/23792.lace |archive-date=2013-01-29 |url-status=dead }}</ref>
 
In Mar 2013, Hibernate ORM 4.2 Final was released.<ref>{{Cite web |url=http://grepcode.com/snapshot/repository.jboss.org/nexus/content/repositories/releases/org.hibernate/hibernate-core/4.2.0.Final |title=ArchivedGC: copyHibernate-core-4.2.0.Final.jar - GrepCode Java Project Source |access-date=2014-11-27 |archive-url=https://web.archive.org/web/20141205114143/http://grepcode.com/snapshot/repository.jboss.org/nexus/content/repositories/releases/org.hibernate/hibernate-core/4.2.0.Final |archive-date=2014-12-05 |url-status=dead }}</ref>
 
In December 2013, Hibernate ORM 4.3.0 Final was released.<ref>{{Cite web |url=http://grepcode.com/snapshot/repository.jboss.org/nexus/content/repositories/releases/org.hibernate/hibernate-core/4.3.0.Final |title=ArchivedGC: copyHibernate-core-4.3.0.Final.jar - GrepCode Java Project Source |access-date=2014-11-27 |archive-url=https://web.archive.org/web/20141205112808/http://grepcode.com/snapshot/repository.jboss.org/nexus/content/repositories/releases/org.hibernate/hibernate-core/4.3.0.Final |archive-date=2014-12-05 |url-status=dead }}</ref> It features [[Java Persistence API#JPA 2.1|Java Persistence API 2.1]].
 
In September 2015, Hibernate ORM 5.0.2 Final was released. It has improved bootstrapping, hibernate-java8, hibernate-spatial, Karaf support.