Skip to content

Commit 22305de

Browse files
committed
should use org.glassfish.expressly:expressly with HV9
1 parent 208cb5d commit 22305de

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

documentation/src/main/asciidoc/introduction/Configuration.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ and `io.agroal:agroal-pool`
109109
| The {query-validator}[Query Validator], for compile-time checking of HQL | `org.hibernate:query-validator`
110110
| {validator}[Hibernate Validator], an implementation of {bean-validation}[Bean Validation] |
111111
`org.hibernate.validator:hibernate-validator` +
112-
and `org.glassfish:jakarta.el`
112+
and `org.glassfish.expressly:expressly`
113113
| Local second-level cache support via JCache and {ehcache}[EHCache] | `org.hibernate.orm:hibernate-jcache` +
114114
and `org.ehcache:ehcache`
115115
| Local second-level cache support via JCache and {caffeine}[Caffeine]| `org.hibernate.orm:hibernate-jcache` +

documentation/src/main/asciidoc/repositories/Configuration.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ In addition, we might add some of the following to the mix.
4545
| Optional dependency | Explanation
4646

4747
| `org.hibernate.validator:hibernate-validator` +
48-
and `org.glassfish:jakarta.el` | Hibernate Validator
48+
and `org.glassfish.expressly:expressly` | Hibernate Validator
4949
| `org.apache.logging.log4j:log4j-core` | log4j
5050
| `org.jboss.weld:weld-core-impl` | Weld CDI
5151
|===

0 commit comments

Comments
 (0)