40
I Use This!
Moderate Activity

News

Analyzed about 8 hours ago. based on code collected about 9 hours ago.
Posted over 6 years ago by Yoann Rodière
We just published Hibernate Search 6.0.0.Alpha4, the fourth release for the still-in-development 6.0 branch. This release mainly adds an "exists" predicate, improves the DSL by allowing to bypass DSL and projection converters or to ... [More] override analyzers, restores the Elasticsearch AWS integration, and upgrades the Lucene backend to Lucene 8. Getting started with Hibernate Search 6 If you want to dive right into the new, shiny Hibernate Search 6, a good starting point is the getting started guide included in the reference documentation. Hibernate Search 6 is still in development and its APIs differ significantly from Search 5. For more information about the current status of this branch, see the page dedicated to... [Less]
Posted over 6 years ago by Andrea Boriero
We are excited to announce the release of 6.0 Alpha2. See the announcements for previous 6.0 development releases: Alpha1 This release introduces: support for ... [More] multi-valued query parameter bindings query mutations handling improvements initial hooks for entity hierarchy specific mutation strategy special handling for composite ids special handling for no restriction deletes special handling for deletes predicated on no non-id attributes table-based, inline and cte strategies for "multi-table" mutations ported support for one-to-many and many-to-many was further extended (@Where, @Order, @Parent are not still supported) Next step The plan for Alpha3 includes implementing: Inheritance support Criteria support More information See the user guide and migration guide. Also check out the release page. To get in touch, use the usual channels: hibernate... [Less]
Posted almost 7 years ago by Yoann Rodière
We just published Hibernate Search 6.0.0.Alpha3, the third release for the still-in-development 6.0 branch. This release mainly adds support for more field types and predicates, and brings more consistent and less verbose APIs. ... [More] Getting started with Hibernate Search 6 If you want to dive right into the new, shiny Hibernate Search 6, a good starting point is the getting started guide included in the reference documentation. Hibernate Search 6 is still in development and its APIs differ significantly from Search 5. For more information about the current status of this branch, see the page dedicated to Search 6 on hibernate.org. For more information about migration and what we intend to do... [Less]
Posted almost 7 years ago by Guillaume Smet
We just released the second maintenance release of Hibernate ORM 5.4. It is designed to be a drop in replacement for ORM 5.4.1. What’s new Bugfixes You can ... [More] find the full list of changes in this version here (or, for people without a Hibernate Jira account, here). Getting 5.4.2.Final All details are available and up to date on the dedicated page on hibernate.org. What’s next? We will release regular maintenance releases thereafter but the main focus of development is now Hibernate ORM 6. 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... [Less]
Posted almost 7 years ago by Guillaume Smet
We just released Hibernate Validator 6.0.16.Final which includes several improvements and bugfixes. This is a recommended upgrade for everyone using Hibernate Validator and it is a drop-in replacement for 6.0.15.Final. ... [More] What’s new Performance improvements We fixed a performance regression compared to 5.x when validating unconstrained beans. Note that Hibernate Validator 6.x is significantly faster than 5.x and it keeps improving. Rounding error with @Min/@Max/@DecimalMin/@DecimalMax constraints All the min/max constraints were affected by a rounding error. JDK 12 support Hibernate Validator is now also tested with JDK 12. Windows build It was not possible to run the full build on Windows, it is fixed now. Full changelog The complete list of fixed issues can... [Less]
Posted almost 7 years ago by Emmanuel Bernard
About eight months ago, I started a very thrilling journey. That journey is just beginning and I am even more excited today than I was when we started. Yesterday, we announced Quarkus which to me represents three things: ... [More] Java is at a new junction point Java is back in the game in container platforms and serverless developer experience is king A new paradigm shift Java has had a few paradigm shifts in the past. Two of them resonate for me as I contributed to them: Java’s ecosystem got taken over by Open Source Java introduced @Annotations and that changed the programming model significantly (XML anyone?). Some frameworks ignored it (they... [Less]
Posted almost 7 years ago by Vlad Mihalcea
Welcome to the Hibernate community newsletter in which we share blog posts, forum, and StackOverflow questions that are especially relevant to our users. Articles Valentin Kovalenko wrote ... [More] a very good summary of why it would be worth to pass the IN query clause parameters using an ARRAY and a single bind parameter value. This functionality is not yet implemented in Hibernate, but we should definitely investigate it for Hibernate ORM 6. The JPA EntityManager exposes the persist and merge methods if you want to insert an entity or to update it after it was changed in the detached state. However, Hibernate offers three additional... [Less]
Posted almost 7 years ago by Guillaume Smet
Today, we released a new maintenance release of Hibernate ORM 5.3: 5.3.9.Final. What’s new Bug fixes We fixed a couple of compatibility issues and bugs. You ... [More] can find the full list of changes here (or, for people without a Hibernate Jira account, here). Getting 5.3.9.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 7 years ago by Guillaume Smet
Today, we released a new maintenance release of Hibernate ORM 5.3: 5.3.8.Final. What’s new Bug fixes We fixed a couple of compatibility issues and bugs. You ... [More] can find the full list of changes here (or, for people without a Hibernate Jira account, here). Getting 5.3.8.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 7 years ago by Guillaume Smet
We just released Hibernate Validator 6.0.15.Final which includes only one bugfix. This is a recommended upgrade for everyone using Hibernate Validator and it is a drop-in replacement for 6.0.14.Final. ... [More] What’s new We fixed one important issue related to the usage of @GroupSequence: HV-1692. Getting 6.0.15.Final To get the release with Maven, Gradle etc. use the following GAV coordinates: org.hibernate.validator:hibernate-validator:6.0.15.Final org.hibernate.validator:hibernate-validator-cdi:6.0.15.Final org.hibernate.validator:hibernate-validator-annotation-processor:6.0.15.Final Note that the group id has changed from org.hibernate (Hibernate Validator 5 and earlier) to org.hibernate.validator (from Hibernate Validator 6 onwards). Alternatively, a distribution bundle containing all the bits is provided on SourceForge (TAR.GZ, ZIP). If you want to benefit from the new features of this version on WildFly, we... [Less]