[hibernate-dev] Hibernate Validator 9.0.0.Beta2 released

2024-08-01 Thread Marko Bekhta via hibernate-dev
Hello,

We are pleased to announce that we have just published Hibernate Validator
9.0.0.Beta2, the beta release of the next major version of Hibernate
Validator.

This series of Hibernate Validator targets Jakarta EE 11. It implements
Jakarta Validation 3.1. A few new constraints were introduced, and some
existing ones have been updated. The Security Manager integration is
dropped. Starting with 9.0, Hibernate Validator ships the BOM file for
simpler dependency management. There are also various dependency updates,
improvements and bug fixes.

See our blog for more information:
https://in.relation.to/2024/08/01/hibernate-validator-9-0-0-Beta2/


Have a nice day,

Marko Bekhta
Hibernate Team
ma...@hibernate.org
___
hibernate-dev mailing list -- hibernate-dev@lists.jboss.org
To unsubscribe send an email to hibernate-dev-le...@lists.jboss.org
Privacy Statement: https://www.redhat.com/en/about/privacy-policy
List Archives: 
https://lists.jboss.org/archives/list/hibernate-dev@lists.jboss.org/message/7AMSJU6V3QTOJ5YLXSOKFI4MGROEX27H/


[hibernate-dev] Hibernate Search 7.2.0.CR1 released

2024-08-07 Thread Marko Bekhta via hibernate-dev
Hello,

We just published the first candidate release for the Hibernate Search 7.2
series: 7.2.0.CR1.

This version brings a new prefix predicate and a few improvements for
the knn predicate, compatibility with OpenSearch 2.15, upgrades to
Hibernate ORM 6.6, and addresses a few bugs.

See our blog for more information:
https://in.relation.to/2024/08/07/hibernate-search-7-2-0-CR1/

See our website for more information about 7.2 in general:
https://hibernate.org/search/releases/7.2/


Have a nice day,

Marko Bekhta
Hibernate Team
ma...@hibernate.org
___
hibernate-dev mailing list -- hibernate-dev@lists.jboss.org
To unsubscribe send an email to hibernate-dev-le...@lists.jboss.org
Privacy Statement: https://www.redhat.com/en/about/privacy-policy
List Archives: 
https://lists.jboss.org/archives/list/hibernate-dev@lists.jboss.org/message/VS2USF4KVVLJTTRREZF7VRFZGVV7P2VO/


[hibernate-dev] Hibernate Search 7.2.0.Final released

2024-08-09 Thread Marko Bekhta via hibernate-dev
Hello,

We are pleased to announce the release of Hibernate Search 7.2.0.Final.

Compared to Hibernate Search 7.1, this version contains many improvements
to the Search DSL, including new projection types, new predicates,
enhancements to the existing ones, query parameters, and more.

This version also includes the license change to Apache License 2.0, which
will be the project license moving forward.

It upgrades to Hibernate ORM 6.6 and introduces compatibility with
OpenSearch 2.14, 2.15, and 2.16, as well as compatibility with
Elasticsearch 8.14 and 8.15.

See our blog for a general overview of everything included in this new
series of Hibernate Search:
https://in.relation.to/2024/08/09/hibernate-search-7-2-0-Final/

See our website for more information about 7.2 in general:
https://hibernate.org/search/releases/7.2/


Have a nice day,

Marko Bekhta
Hibernate Team
ma...@hibernate.org
___
hibernate-dev mailing list -- hibernate-dev@lists.jboss.org
To unsubscribe send an email to hibernate-dev-le...@lists.jboss.org
Privacy Statement: https://www.redhat.com/en/about/privacy-policy
List Archives: 
https://lists.jboss.org/archives/list/hibernate-dev@lists.jboss.org/message/CYBSX52CLMNGUXIJAI2U5GAODU3FQ5PQ/


[hibernate-dev] Hibernate Search 7.2.1.Final and 7.1.2.Final released

2024-08-30 Thread Marko Bekhta via hibernate-dev
Hello,

We are pleased to announce the two maintenance releases of Hibernate
Search: 7.2.1.Final and 7.1.2.Final.

These versions contain a few bug fixes and documentation updates.

See our blog for a general overview of everything included in these new
versions of Hibernate Search:
https://in.relation.to/2024/08/30/hibernate-search-maintenance-releases/

Have a nice day,

Marko Bekhta
Hibernate Team
ma...@hibernate.org
___
hibernate-dev mailing list -- hibernate-dev@lists.jboss.org
To unsubscribe send an email to hibernate-dev-le...@lists.jboss.org
Privacy Statement: https://www.redhat.com/en/about/privacy-policy
List Archives: 
https://lists.jboss.org/archives/list/hibernate-dev@lists.jboss.org/message/CCCK66AHCU6RGLC2QR23QTSI2ETADCNI/


[hibernate-dev] Hibernate Validator 9.0.0.Beta3 released

2024-09-04 Thread Marko Bekhta via hibernate-dev
Hello,

We are pleased to announce the next beta release of Hibernate Validator
9.0.0.Beta3.

Compared to the previous release in this series, this version removes a few
more constraints, configuration properties and APIs, which have been
deprecated for several major versions.
We have also identified some possible areas to improve while testing
the previous version in the downstream projects.
Also, there are some bug fixes included.

See our blog for more information:
https://in.relation.to/2024/09/04/hibernate-validator-9-0-0-Beta3/

See our website for more information about the 9.0 series in general:
https://hibernate.org/validator/releases/9.0/

Have a nice day,

Marko Bekhta
Hibernate Team
ma...@hibernate.org
___
hibernate-dev mailing list -- hibernate-dev@lists.jboss.org
To unsubscribe send an email to hibernate-dev-le...@lists.jboss.org
Privacy Statement: https://www.redhat.com/en/about/privacy-policy
List Archives: 
https://lists.jboss.org/archives/list/hibernate-dev@lists.jboss.org/message/BSPEJ7CFXUFEHXGMG6LEPCKKKOKWMSUP/


[hibernate-dev] Hibernate Search 8.0.0.Alpha1 released

2024-12-17 Thread Marko Bekhta via hibernate-dev
Hello,

We are pleased to announce the first alpha release of Hibernate Search in
the new 8.0 series: 8.0.0.Alpha1.

This version introduces metric aggregations, improved logging, a new Lucene
backend, and more. It also upgrades the Lucene and Hibernate ORM
dependencies and is compatible with the latest Elasticsearch and OpenSearch
versions.


Hibernate Search 8.0 sets JDK 17 as a baseline and is no longer compatible
with JDK 11.

You can find the new Lucene-based backend under
`org.hibernate.search:hibernate-search-backend-lucene-next`. We encourage
users running their Hibernate Search applications on JDK 21 or higher to
try this backend to get the most out of the recent Lucene improvements.

See our blog for more information:
https://in.relation.to/2024/12/17/hibernate-search-8-0-0-Alpha1/

See our website for more information about the 8.0 series in general:
https://hibernate.org/search/releases/8.0/

Have a nice day,

Marko Bekhta
Hibernate Team
ma...@hibernate.org
___
hibernate-dev mailing list -- hibernate-dev@lists.jboss.org
To unsubscribe send an email to hibernate-dev-le...@lists.jboss.org
Privacy Statement: https://www.redhat.com/en/about/privacy-policy
List Archives: 
https://lists.jboss.org/archives/list/hibernate-dev@lists.jboss.org/message/WIN2KT6GSGMI5DMIHIGKTIBJK2CCEIEK/


[hibernate-dev] Hibernate Validator 9.0.0.CR1 released

2024-12-13 Thread Marko Bekhta via hibernate-dev
Hello,

We are pleased to announce the first candidate release of Hibernate
Validator 9.0 series: 9.0.0.CR1.

Compared to the previous release in this series, this version removes
relocation POMs, addresses the reports we've received from the community
and cleans up documentation.
Also, it contains some dependency updates.

See our blog for more information:
https://in.relation.to/2024/12/13/hibernate-validator-9-0-0-CR1/

See our website for more information about the 9.0 series in general:
https://hibernate.org/validator/releases/9.0/

We've also published a maintenance release of Hibernate Validator 8.0 that
includes some bug fixes. Check this post to find out more about it:
https://in.relation.to/2024/12/13/hibernate-validator-8-0-2-Final/

Have a nice day,

Marko Bekhta
Hibernate Team
ma...@hibernate.org
___
hibernate-dev mailing list -- hibernate-dev@lists.jboss.org
To unsubscribe send an email to hibernate-dev-le...@lists.jboss.org
Privacy Statement: https://www.redhat.com/en/about/privacy-policy
List Archives: 
https://lists.jboss.org/archives/list/hibernate-dev@lists.jboss.org/message/EBYD35UBKKS5Q2GAABAM5353FADWUCUZ/


[hibernate-dev] Hibernate Search 8.0.0.Alpha3 released

2025-03-24 Thread Marko Bekhta via hibernate-dev
Hello,

We are excited to announce the 8.0.0.Alpha3 Hibernate Search release: the
next alpha in the 8.0 series.

Hibernate ORM 7.0.0.Beta5 has introduced several improvements that are
utilized in this alpha release of Hibernate Search.

See our blog for more information:
https://in.relation.to/2025/03/24/hibernate-search-8-0-0-Alpha3/

See our website for more information about the 8.0 series in general:
https://hibernate.org/search/releases/8.0/

Have a nice day,

Marko Bekhta
Hibernate Team
ma...@hibernate.org
___
hibernate-dev mailing list -- hibernate-dev@lists.jboss.org
To unsubscribe send an email to hibernate-dev-le...@lists.jboss.org
Privacy Statement: https://www.redhat.com/en/about/privacy-policy
List Archives: 
https://lists.jboss.org/archives/list/hibernate-dev@lists.jboss.org/message/TNTBJQIQRJ5QZQYYTOU27NOLVPNWC4G4/


[hibernate-dev] Hibernate Search 8.0.0.Alpha2 / 7.2.3.Final releases

2025-03-18 Thread Marko Bekhta via hibernate-dev
Hello,

We are excited to announce the double Hibernate Search release: the next
alpha in the 8.0 series and the maintenance release of the 7.2 series.

After testing the previous alpha, we discovered some potential improvements
that are now applied to the 8.0.0.Alpha2. This version also includes
compatibility with the latest Elasticsearch and OpenSearch versions and
contains some bug fixes and dependency upgrades.
The 7.2.3.Final release contains a few bug fixes and dependency upgrades.

See our blog for an overview of what these versions of Hibernate Search
 include:
  - https://in.relation.to/2025/03/18/hibernate-search-8-0-0-Alpha2/
  -
https://in.relation.to/2025/03/18/hibernate-search-maintenance-release-7-2-3-Final/

Have a nice day,

Marko Bekhta
Hibernate Team
ma...@hibernate.org
___
hibernate-dev mailing list -- hibernate-dev@lists.jboss.org
To unsubscribe send an email to hibernate-dev-le...@lists.jboss.org
Privacy Statement: https://www.redhat.com/en/about/privacy-policy
List Archives: 
https://lists.jboss.org/archives/list/hibernate-dev@lists.jboss.org/message/ZGPGR6IYZTVD54WLZTRQI6Y24YJF7JNR/


[hibernate-dev] Re: New member - Luca Molteni

2025-04-11 Thread Marko Bekhta via hibernate-dev
+1

On Fri, 11 Apr 2025 at 11:05, Andrea Boriero via hibernate-dev <
hibernate-dev@lists.jboss.org> wrote:

> I'm in favor of Marco being a member of the Hibernate org
> ___
> hibernate-dev mailing list -- hibernate-dev@lists.jboss.org
> To unsubscribe send an email to hibernate-dev-le...@lists.jboss.org
> Privacy Statement: https://www.redhat.com/en/about/privacy-policy
> List Archives:
> https://lists.jboss.org/archives/list/hibernate-dev@lists.jboss.org/message/E5LZT24K5FOE4CGK7OKLHVOQNN5DWPYR/
>
___
hibernate-dev mailing list -- hibernate-dev@lists.jboss.org
To unsubscribe send an email to hibernate-dev-le...@lists.jboss.org
Privacy Statement: https://www.redhat.com/en/about/privacy-policy
List Archives: 
https://lists.jboss.org/archives/list/hibernate-dev@lists.jboss.org/message/ZOZNNKTPY4UBY4D6PWWGRNECQRTLDRCN/