Skip to content

Commit

Permalink
Merge pull request #44715 from yrodiere/no-included-in-orm
Browse files Browse the repository at this point in the history
Adjust descriptions of Agroal and Narayana extensions and remove mention of Hibernate
  • Loading branch information
gastaldi authored Nov 26, 2024
2 parents 2dc7c1e + b21513c commit bbc1832
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion extensions/agroal/runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<artifactId>quarkus-agroal</artifactId>
<name>Quarkus - Agroal - Runtime</name>
<description>Pool JDBC database connections (included in Hibernate ORM)</description>
<description>JDBC Datasources and connection pooling</description>
<dependencies>
<dependency>
<groupId>io.quarkus</groupId>
Expand Down
2 changes: 1 addition & 1 deletion extensions/narayana-jta/runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<artifactId>quarkus-narayana-jta</artifactId>
<name>Quarkus - Narayana JTA - Runtime</name>
<description>Offer JTA transaction support (included in Hibernate ORM)</description>
<description>JTA transaction support</description>
<dependencies>
<dependency>
<groupId>io.quarkus</groupId>
Expand Down

0 comments on commit bbc1832

Please sign in to comment.