39
I Use This!
Activity Not Available

News

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]
Posted almost 3 years ago by Christian Beikov
We are excited to announce the release of 5.5.0.Alpha1. Jakarta JPA work in progress Hibernate ORM 5.5.0.Alpha1 adds new artifacts with the name suffix "-jakarta" like hibernate-core-jakarta. These artifacts are currently work in progress, but ... [More] will eventually provide support for Jakarta JPA 3.0. Bytecode enhancement The bytecode enhancement configuration was adapted to turn on enhancement-as-proxy by default and remove the switch for configuring this. 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... [Less]
Posted about 3 years ago by Davide D'Alto
We’ve just released Hibernate Reactive 1.0.0.CR3. This release contains an important bugfix releated to the id generation. Thank you! How can I get it? All details are available on the Hibernate Reactive website releases page. If you are ... [More] new to Hibernate Reactive, the the official documentation is a good place to start. Feedback, issues, ideas? To get in touch, use the following channels: hibernate-reactive tag on Stackoverflow (usage questions) User forum or the hibernate-user stream on Zulip (usage questions, general feedback) Issue tracker (bug reports, feature requests) Mailing list or the hibernate-reactive-dev stream on Zulip (development-related discussions)... [Less]
Posted about 3 years ago by Davide D'Alto
Hibernate Reactive 1.0.0.CR2 is out! The most important change in this release is the upgrade to Vert.x 4.0.3. What’s new? This release is mostly about dependencies, we upgraded: Vert.x SQL Clients to 4.0.3 Hibernate ORM to ... [More] 5.4.30.Final SmallRye Mutiny to 0.15.0 You can check the detailed list of changes on our issue tracker. How can I get it? All details are available on the Hibernate Reactive website releases page. If you are new to Hibernate Reactive, the the official documentation is a good place to start. Feedback, issues, ideas? To get in touch, use the following channels: hibernate-reactive tag on Stackoverflow (usage questions) User forum or the hibernate-user stream on Zulip (usage questions, general feedback) Issue... [Less]
Posted about 3 years ago by Yoann Rodière
We just published a bugfix release for Hibernate Search: 6.0.3.Final. Thanks to Griffin DeJohn, Keith Melkild and Jan Kunzmann for their reports! What’s new HSEARCH-4173: Multi-index Elasticsearch queries no longer return incomplete ... [More] results when a field is present in only one index. HSEARCH-4183: SearchResult.took() now returns the correct value with the Lucene backend. HSEARCH-4196: Upgrade to ORM 5.4.30.Final. HSEARCH-4211: The mass indexer now commits transactions instead of rolling them back when loading entities. The transactions are still read-only; this was only changed to work around bugs in Hibernate ORM (HHH-14557) that arise only in some setups. For a full list of changes since the previous release, please see the release notes. How to get this release All details... [Less]
Posted about 3 years ago by Yoann Rodière
We just published a bugfix release for Hibernate Search: 6.0.3.Final. Thanks to Griffin DeJohn, Keith Melkild and Jan Kunzmann for their reports! What’s new HSEARCH-4173: Multi-index Elasticsearch queries no longer return incomplete ... [More] results when a field is present in only one index. HSEARCH-4183: SearchResult.took() now returns the correct value with the Lucene backend. HSEARCH-4196: Upgrade to ORM 5.4.30.Final. HSEARCH-4211: The mass indexer now commits transactions instead of rolling them back when loading entities. The transactions are still read-only; this was only changed to work around bugs in Hibernate ORM (HHH-14557) that arise only in some setups. For a full list of changes since the previous release, please see the release notes. How to get these releases All details... [Less]
Posted about 3 years ago by Andrea Boriero
Today, we published a new maintenance release of Hibernate ORM 5.4: 5.4.30.Final. Spatial support for CockroachDB This release introduces a CockroachDB202SpatialDialect in the hibernate-spatial module, that supports the spatial features ... [More] available in CockroachDB v20.2 and later. Just as CockroachDB strives for (PostgreSQL compatibility), the spatial data support is based on (PostGIS). The dialect provides similar functionality as the spatial dialects based on PostgreSQL. This release also introduces: PostgisPG10Dialect in the hibernate-spatial module, a PostGIS dialect for PostgreSQL 10 (HHH-14037). Support orphan-removal for one-to-one inside components (HHH-4815) 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... [Less]
Posted about 3 years ago by Gavin King
Three months have passed since the first announcement, and we’re finally ready to release Hibernate Reactive 1.0. Hibernate Reactive is a reactive API for Hibernate ORM, which supports non-blocking database clients and reactive programming as a ... [More] paradigm for interacting with the relational database. This release supports the full feature set of JPA, along with almost the whole feature set of Hibernate ORM core, including an impressive array of features for achieving high performance data access. Hibernate Reactive 1.0 supports the following databases: PostgreSQL 13 MySQL 8 MariaDB 10 Db2 11.5 CockroachDB 20.2 Communication with these databases is implemented using non-blocking IO thanks to the Vert.x reactive client libraries. Hibernate Reactive works well in Vert.x and... [Less]
Posted about 3 years ago by Sanne Grinovero
Today we released yet another maintenance release: Hibernate ORM 5.4.29.Final is now available for download from your favourite Maven Central mirror. There’s nothing particularly exciting beyond the usual small bugfixes - I hope you’ll agree that ... [More] this is a good thing. Java 17 All tests are green when running previews of JDK 17, and since this version also includes an update to latest ByteBuddy this version of Hibernate should work well on Java 17, and without needing any special flags. Of course since JDK 17 is in early preview phase things might change, but if you happen to test it and find any issues... [Less]
Posted about 3 years ago by Yoann Rodière
We just published a bugfix release for Hibernate Search: 6.0.2.Final. What’s new HSEARCH-4154: Upgrade to Hibernate ORM 5.4.28.Final HSEARCH-4117: Hibernate Search no longer throws "AssertionFailure: Unexpected duplicate key" during ... [More] bootstrap when an entity has two getters for the same property (e.g. boolean isEnabled() and Boolean getEnabled()). HSEARCH-4152: The configuration property hibernate.search.backend.dynamic_mapping is no longer ignored. HSEARCH-4155: Deleting then re-inserting the same entity in a transaction now correctly results in an index update. HSEARCH-4156: Hibernate Search no longer fails on bootstrap when a Hibernate ORM association uses a non-identifier column as foreign key. HSEARCH-4159: Hibernate Search now properly executes the backend’s preStop() operation on shutdown. HSEARCH-4161: LuceneIndexManager.computeSizeInBytes() no longer fails if an index file is deleted while computing... [Less]