Skip to content

Commit 7c8348d

Browse files
gavinkingsebersole
authored andcommitted
document that 'io.agroal:agroal-pool' is no longer needed
the dependency is now transitive
1 parent 78dca5e commit 7c8348d

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,9 +102,7 @@ Optionally, you might also add any of the following additional features:
102102
| An {slf4j}[SLF4J] logging implementation |
103103
`org.apache.logging.log4j:log4j-core` +
104104
or `org.slf4j:slf4j-jdk14`
105-
| A JDBC connection pool, for example, {agroal}[Agroal] |
106-
`org.hibernate.orm:hibernate-agroal` +
107-
and `io.agroal:agroal-pool`
105+
| A JDBC connection pool, for example, {agroal}[Agroal] | `org.hibernate.orm:hibernate-agroal`
108106
| The {generator}[Hibernate Processor], especially if you're using Jakarta Data or the JPA criteria query API | `org.hibernate.orm:hibernate-processor`
109107
| The {query-validator}[Query Validator], for compile-time checking of HQL | `org.hibernate:query-validator`
110108
| {validator}[Hibernate Validator], an implementation of {bean-validation}[Bean Validation] |

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,6 @@ dependencies {
191191
192192
// Agroal connection pool
193193
runtimeOnly 'org.hibernate.orm:hibernate-agroal:{fullVersion}'
194-
runtimeOnly 'io.agroal:agroal-pool:2.7.1'
195194
196195
// logging via Log4j
197196
runtimeOnly 'org.apache.logging.log4j:log4j-core:2.24.3'

0 commit comments

Comments
 (0)