<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/posts/in-relation-to-pt1lhbqsx" -->

---
title: In Relation To | daily.dev
description: Hibernate Validator 9.1.0.Alpha2 has been released, focusing on performance improvements in the 9.1 series. Key additions include a new `RandomAccessPath`...
canonical: https://daily.dev/posts/in-relation-to-pt1lhbqsx
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:type: website
og:site_name: daily.dev
og:title: In Relation To | daily.dev
og:description: Hibernate Validator 9.1.0.Alpha2 has been released, focusing on performance improvements in the 9.1 series. Key additions include a new `RandomAccessPath`...
og:url: https://daily.dev/posts/in-relation-to-pt1lhbqsx
og:image: https://api.daily.dev/og/posts/PT1Lhbqsx.png
og:image:alt: In Relation To
og:image:width: 1200
og:image:height: 630
og:locale: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# In Relation To

**[Hibernate Blog](https://daily.dev/sources/hibernate-blog)** · 3 min read · 0 upvotes · 0 comments

## Summary

Hibernate Validator 9.1.0.Alpha2 has been released, focusing on performance improvements in the 9.1 series. Key additions include a new `RandomAccessPath` extension for `jakarta.validation.Path` enabling index-based node access, and a constraint initialization shared data mechanism allowing validators to share and cache instances (e.g., reusing `java.util.regex.Pattern` objects for `@Pattern` constraints). The release targets Jakarta EE 11 and is a drop-in replacement for 9.0. A detailed performance report is forthcoming.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://in.relation.to/2025/09/19/hibernate-validator-9-1-0-Alpha2/>

---

Tags: [#performance](https://daily.dev/tags/performance), [#java](https://daily.dev/tags/java), [#jakarta-ee](https://daily.dev/tags/jakarta-ee)

[View this post on daily.dev](https://daily.dev/posts/in-relation-to-pt1lhbqsx)

```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://daily.dev/#organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180},"sameAs":["https://twitter.com/dailydotdev","https://github.com/dailydotdev","https://www.linkedin.com/company/daily-dev-ltd"]},{"@type":"WebSite","@id":"https://daily.dev/#website","url":"https://daily.dev","name":"daily.dev","publisher":{"@id":"https://daily.dev/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://daily.dev/search?q={search_term_string}"},"query-input":"required name=search_term_string"}}]}
{"@context":"https://schema.org","@type":"TechArticle","headline":"In Relation To","url":"https://daily.dev/posts/in-relation-to-pt1lhbqsx","mainEntityOfPage":{"@type":"WebPage","@id":"https://daily.dev/posts/in-relation-to-pt1lhbqsx"},"datePublished":"2026-03-16T08:13:06.920Z","dateModified":"2026-03-16T08:26:38.299Z","description":"Hibernate Validator 9.1.0.Alpha2 has been released, focusing on performance improvements in the 9.1 series. Key additions include a new `RandomAccessPath`...","image":"https://media.daily.dev/image/upload/s--1KxV4ohY--/f_auto/v1722860400/public/Placeholder%2007","thumbnailUrl":"https://media.daily.dev/image/upload/s--1KxV4ohY--/f_auto/v1722860400/public/Placeholder%2007","isAccessibleForFree":true,"articleSection":"Hibernate Blog","inLanguage":"en","publisher":{"@type":"Organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180}},"author":{"@type":"Organization","name":"Hibernate Blog","logo":"https://media.daily.dev/image/upload/s--vjB4--Ol--/f_auto,q_auto/v1773648769/logos/hibernate-blog?_a=BAMAMiiu0","url":"https://daily.dev/sources/hibernate-blog"},"commentCount":0,"discussionUrl":"https://daily.dev/posts/in-relation-to-pt1lhbqsx","interactionStatistic":[{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":0},{"@type":"InteractionCounter","interactionType":{"@type":"CommentAction"},"userInteractionCount":0}],"keywords":"performance,java,jakarta-ee","timeRequired":"PT3M"}
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"Hibernate Blog","item":"https://daily.dev/sources/hibernate-blog"},{"@type":"ListItem","position":3,"name":"In Relation To"}]}
```

