Skip to content

Commit 4b8d79c

Browse files
authored
Clarify DataSource classes in database configuration
Added a note about DataSource classes being examples that may vary by driver vendor and version.
1 parent d0cfa5b commit 4b8d79c

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

docs/manual/configuration/database.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,12 @@ Always prefer configuring a DataSource directly.
149149

150150
### DataSource Classes
151151

152+
:::info
153+
154+
These classes are only examples and may differ depending on driver vendor and version.
155+
156+
:::
157+
152158
| Brand | Non-XA DataSource | XA DataSource |
153159
|-------|-------------------|---------------|
154160
| PostgreSQL | `org.postgresql.ds.PGSimpleDataSource` | `org.postgresql.xa.PGXADataSource` |

0 commit comments

Comments
 (0)