39
I Use This!
Activity Not Available

News

Posted almost 3 years ago by Sanne Grinovero
While we meant to release 5.5.1.Final, I made a mistake - so this version number will be skipped. Happy now to announce a successful release of Hibernate ORM 5.5.2.Final! It is already available for download from your favourite Maven Central ... [More] mirror. Faster boot times It seems there are popular answers on StackOverflow which suggest to disable loading of Database metadata during bootstrap of Hibernate ORM, so to have it boot faster. In these forums an internal flag is being suggested which was meant to be used exclusively for tooling, and which we would not suggest you use for your regular application as some metadata we fetch... [Less]
Posted almost 3 years ago by Christian Beikov
We are pleased to announce that Hibernate 5.5.0.Final is now officially Jakarta JPA 2.2 and 3.0 certified. Test results for JPA 2.2 [javatest.batch] ******************************************************************************** ... [More] [javatest.batch] Number of tests completed: 2055 (2055 passed, 0 failed, 0 with errors) [javatest.batch] Number of tests remaining: 3 [javatest.batch] ******************************************************************************** [javatest.batch] Completed running 2055 tests. [javatest.batch] Number of Tests Passed = 2055 [javatest.batch] Number of Tests Failed = 0 [javatest.batch] Number of Tests with Errors = 0 [javatest.batch] ******************************************************************************** Test results for JPA 3.0 [javatest.batch] ******************************************************************************** [javatest.batch] Number of tests completed: 2055 (2055 passed, 0 failed, 0 with errors) [javatest.batch] Number of tests remaining: 3 [javatest.batch]... [Less]
Posted almost 3 years ago by Davide D'Alto
Hello everyone, we have released Hibernate Reactive 1.0.0.CR6! Here’s a summary of the most important changes: #829 Upgrade to Hibernate ORM 5.5.0.Final (but still compatible with the latest 5.4) #799 Upgrade to Vert.x 4.1.0 #811 A bugfix ... [More] about the session not getting closed in case of exception in some cases You can find a complete list of changes on the Hibernate Reactive issue tracker. Thank you! Upgrade to Vert.x 4.1.0 Because of the new version, there are some changes to the configuration properties. A description of all (the properties for tuning the Vert.x pool are available in the documentation. But here’s a list of the ones that have changed from 4.0: hibernate.vertx.pool.connect_timeout: the... [Less]
Posted almost 3 years ago by Christian Beikov
We are happy to announce the new Hibernate ORM 5.5.0.Final release! Getting started with the Jakarta JPA API As of version 5.5, Hibernate releases artifacts with a "-jakarta" artifact id suffix that implement the Jakarta JPA API. At the time ... [More] of writing, the following Jakarta artifacts are released: hibernate-core-jakarta hibernate-envers-jakarta hibernate-jpamodelgen-jakarta hibernate-testing-jakarta Since Jakarta JPA 3.0 didn’t introduce any new features, the only change needed is to switch the namespace from javax.persistence to jakarta.persistence. To get started, you need a project with at least a dependency on org.hibernate:hibernate-core-jakarta like this: The Jakarta versions also use the Jakarta XML... [Less]
Posted almost 3 years ago by Andrea Boriero
Today, we published the first candidate release of Hibernate ORM 5.5: 5.5.0.CR1. What’s new This release introduces a few minor improvements as well as bug fixes. See below for the complete list of changes. Bugfixes You can find the full ... [More] list of changes in this version here (or, for people without a Hibernate Jira account, here). Getting 5.5.0.CR1 All details are available and up to date on the dedicated page on hibernate.org. Feedback, issues, ideas? To get in touch, use the usual channels: hibernate tag on Stack Overflow (usage questions) User forum (usage questions, general feedback) Issue tracker (bug reports, feature requests) Mailing list (development-related discussions)... [Less]
Posted almost 3 years ago by Davide D'Alto
Hibernate Reactive 1.0.0.CR5 is out now! Here’s a list of the most important changes #754 and #764 Multitenancy bug fix and improvements #748 Upgrade to Mutiny 0.17.0 #792 Upgrade to Hibernate ORM 5.4.32.Final #782 ... [More] withSession/withTransaction will now join to an existing sessions/transaction You can find a complete list of changes on the Hibernate Reactive issue tracker. Thank you! Upgrade to Hibernate ORM 5.4.32.Final Because of some internal changes in Hibernate ORM, Hibernate Reactive will now need at least Hibernate ORM 5.4.32.Final. Switching the dependencies shouldn’t require any additional changes to your project if you were already using libraries in the same family version. How can I get it? All details are available on the Hibernate Reactive... [Less]
Posted almost 3 years ago by Andrea Boriero
Today, we published a new maintenance release of Hibernate ORM 5.4: 5.4.32.Final. What’s new This release introduces a few minor improvements as well as bug fixes. See below for the complete list of changes. Bugfixes You can find the full ... [More] list of changes in this version here (or, for people without a Hibernate Jira account, here). Getting 5.4.32.Final All details are available and up to date on the dedicated page on hibernate.org. Feedback, issues, ideas? To get in touch, use the usual channels: hibernate tag on Stack Overflow (usage questions) User forum (usage questions, general feedback) Issue tracker (bug reports, feature requests) Mailing list (development-related discussions)... [Less]
Posted almost 3 years ago by Andrea Boriero
Today, we published the first Beta release of Hibernate ORM 5.5: 5.5.0.Beta1. What’s new This release introduces a few minor improvements as well as bug fixes. See below for the complete list of changes. Bugfixes You can find the full list ... [More] of changes in this version here (or, for people without a Hibernate Jira account, here). Getting 5.5.0.Beta1 All details are available and up to date on the dedicated page on hibernate.org. Feedback, issues, ideas? To get in touch, use the usual channels: hibernate tag on Stack Overflow (usage questions) User forum (usage questions, general feedback) Issue tracker (bug reports, feature requests) Mailing list (development-related discussions)... [Less]
Posted almost 3 years ago by Yoann Rodière
We just published two maintenance releases for Hibernate Search: 5.11.9.Final and 5.10.11.Final. The most significant change in these versions is the upgrade to Avro 1.10 and Jackson 2, which should only impact users of clustering features ... [More] involving Avro serialization. What’s new For a full list of changes since the previous release, please see the release notes: 5.11.9.Final 5.10.11.Final How to get these releases All details are available and up to date on the dedicated page on hibernate.org: 5.11 5.10 Feedback, issues, ideas? To get in touch, use the following channels: hibernate-search tag on Stackoverflow (usage questions) User forum (usage questions, general feedback) Issue tracker (bug reports, feature requests) Mailing list (development-related discussions)... [Less]
Posted almost 3 years ago by Andrea Boriero
Today, we published a new maintenance release of Hibernate ORM 5.4: 5.4.31.Final. Spatial added support for MariaDB 10.3 This release introduces a MariaDB103SpatialDialect in the hibernate-spatial module, that supports the spatial features ... [More] available in MariaDB v10.3 and later. In addition, the release introduces a few minor improvements as well as bug fixes. See below for the complete list of changes. Bugfixes You can find the full list of changes in this version here (or, for people without a Hibernate Jira account, here). Thank you Specials thanks to Karel Maesen for implementing Spatial support for MariaDB. Getting 5.4.31.Final All details are available and up to date on the dedicated page on... [Less]