39
I Use This!
Activity Not Available

News

Analyzed 3 months ago. based on code collected 4 months ago.
Posted almost 4 years ago by Yoann Rodière
We just published a bugfix release for Hibernate Search: 6.0.6.Final. Thanks to Lorenzo for his bug report! What’s new HSEARCH-4254: AWS request signing will no longer produce an incorrect signature in very specific cases involving a ... [More] payload with non-ASCII characters. For a full list of changes since the previous release, please see the release notes. How to get this release All details are available and up to date on the dedicated page on hibernate.org. 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 4 years ago by Andrea Boriero
Happy now to announce a successful release of Hibernate ORM 5.5.4.Final! It is already available for download from your favourite Maven Central mirror. Physical Naming Strategy A new CamelCaseToUnderscoresNamingStrategy has been introduced ... [More] (see HHH-14728), the new strategy is the equivalent of the Spring SpringPhysicalNamingStrategy. The CamelCaseToUnderscoresNamingStrategy replaces all dots with underscores, all camel casing with underscores and generates all table names in lower case. For example, the LineItem entity will be mapped to the line_item table. IdentifierGenerator Hibernate can now get IdentifierGenerator definitions from BeanContainer when not registered (see HHH-14688). Java 18 We are running tests with an early version of JDK 18 and all tests are green. Fixes Some... [Less]
Posted almost 4 years ago by Gail Badner
Today, we published a new maintenance release of Hibernate ORM 5.3: 5.3.21.Final. What’s new This release fixes a few more bugs. See below for the complete list of changes. Bugfixes You can find the full list of changes in this version ... [More] here (or, for people without a Hibernate Jira account, here). Getting 5.3.21.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 4 years ago by Davide D'Alto
This version contains upgrades to Vert.x SQL client 4.1.1 and Hibernate ORM 5.5.3.Final. We’ve also added some sanity checks to help prevent issues caused by using the session in the wrong thread. You can find a complete list of changes on the ... [More] Hibernate Reactive issue tracker. Thank you! How can I get it? All details are available on the Hibernate Reactive website releases page. If you are new to Hibernate Reactive, the official documentation is a good place to start. Sessions, threads and sanity checks The Hibernate Reactive session is NOT thread-safe. Using the session in different threads may cause issues that are hard to debug. Also, a newly created session... [Less]
Posted almost 4 years ago by Yoann Rodière
We just published a bugfix release for Hibernate Search: 6.0.5.Final. Thanks to Lorenzo for his bug report! What’s new HSEARCH-4239: AWS request signing will no longer produce an incorrect signature in very specific cases involving a ... [More] payload with a specific size. HSEARCH-4241: Upgrade to Hibernate ORM 5.4.32.Final For a full list of changes since the previous release, please see the release notes. How to get this release All details are available and up to date on the dedicated page on hibernate.org. 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 4 years ago by Yoann Rodière
We just published a bugfix release for Hibernate Search: 6.0.5.Final. Thanks to Lorenzo for his bug report! What’s new HSEARCH-4239: AWS request signing will no longer produce an incorrect signature in very specific cases involving a ... [More] payload with a specific size. HSEARCH-4241: Upgrade to Hibernate ORM 5.4.32.Final For a full list of changes since the previous release, please see the release notes. How to get these releases All details are available and up to date on the dedicated page on hibernate.org. 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 4 years ago by Andrea Boriero
Happy now to announce a successful release of Hibernate ORM 5.5.3.Final! It is already available for download from your favourite Maven Central mirror. DDL scripts generation We have introduced the ... [More] hibernate.hbm2ddl.schema-generation.script.append configuration property, it allows specifying if the schema commands should be appended to the end of the file rather than overwriting the file. Values are true (default value) for appending schema commands to the end of the file, false for overwriting the file (see HHH-11817). Performance The release contains some more small optimisations, this time targeting collection of Statistics of usage of the Query Cache. Fixes Some other defects have been fixed, for a full list... [Less]
Posted almost 4 years ago by Davide D'Alto
Hibernate Reactive 1.0.0.CR7 is out and is now licensed under the Apache License, Version 2.0. This version also contains some performance improvements, adds a new method SessionFactory#withStatelessTransaction, upgrades to Hibernate ORM ... [More] 5.5.2.Final and supports the use of hibernate.jdbc.time_zone for time types. You can find a complete list of changes on the Hibernate Reactive issue tracker. Thank you! How can I get it? All details are available on the Hibernate Reactive website releases page. If you are new to Hibernate Reactive, 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... [Less]
Posted almost 4 years ago by Yoann Rodière
We just published a bugfix release for Hibernate Search: 6.0.4.Final. Thanks to Aaron Kunde for his report! What’s new HSEARCH-4236: The mass indexer no longer leaks threads if it fails due to unavailable database connections. ... [More] HSEARCH-4204: The metamodel for Elasticsearch indexes now exposes the name of the index used by Hibernate Search to read and write documents. This should be useful to applications that also send requests directly to Elasticsearch through an HTTP client. See this section of the documentation for more information. HSEARCH-4213: Upgrade to Jackson 2.12.x HSEARCH-4219: Upgrade to Hibernate ORM 5.4.31.Final For a full list of changes since the previous release, please see the release notes. How to get this release All details are available... [Less]
Posted almost 4 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]