Skip to content

Commit

Permalink
Merge pull request #5689 from EnterpriseDB/content/docs/jdbc_connecto…
Browse files Browse the repository at this point in the history
…r/suported_platforms_fix

JDBC Connector - Supported platforms fix
  • Loading branch information
nidhibhammar authored May 27, 2024
2 parents b2283e8 + 7d17db7 commit b02bc8f
Showing 1 changed file with 14 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,20 +17,20 @@ The JDBC Connector is supported on the same platforms as EDB Postgres Advanced S

This table lists the latest JDBC Connector versions and their supported corresponding EDB Postgres Advanced Server (EPAS) versions.

| JDBC Connector | EPAS 15 | EPAS 14 | EPAS 13 | EPAS 12 | EPAS 11 |
| ---------------------------------------------------------- | ------- | ------- | ------- | ------- | ------- |
| [42.5.4.2](01_jdbc_rel_notes/jdbc_42.5.4.2_rel_notes) | Y | Y | Y | Y | Y |
| [42.5.4.1](01_jdbc_rel_notes/jdbc_42.5.4.1_rel_notes) | Y | Y | Y | Y | Y |
| [42.5.1.2](01_jdbc_rel_notes/jdbc_42.5.1.2_rel_notes) | Y | Y | Y | Y | Y |
| [42.5.1.1](01_jdbc_rel_notes/jdbc_42.5.1.1_rel_notes) | N | Y | Y | Y | Y |
| [42.5.0.1](01_jdbc_rel_notes/jdbc_42.5.0.1_rel_notes) | N | Y | Y | Y | Y |
| [42.3.3.1](01_jdbc_rel_notes/08_jdbc_42.3.3.1_rel_notes) | N | Y | Y | Y | Y |
| [42.3.2.1](01_jdbc_rel_notes/09_jdbc_42.3.2.1_rel_notes) | N | Y | Y | Y | Y |
| [42.2.24.1](01_jdbc_rel_notes/10_jdbc_42.2.24.1_rel_notes) | N | Y | Y | Y | Y |
| [42.2.19.1](01_jdbc_rel_notes/12_jdbc_42.2.19.1_rel_notes) | N | N | Y | Y | Y |
| [42.2.12.3](01_jdbc_rel_notes/14_jdbc_42.2.12.3_rel_notes) | N | N | Y | Y | Y |
| [42.2.9.1](01_jdbc_rel_notes/16_jdbc_42.2.9.1_rel_notes) | N | N | N | Y | Y |
| [42.2.8.1](01_jdbc_rel_notes/18_jdbc_42.2.8.1_rel_notes) | N | N | N | Y | Y |
| JDBC Connector | EPAS16 | EPAS 15 | EPAS 14 | EPAS 13 | EPAS 12 | EPAS 11 |
| ---------------------------------------------------------- | --------|-------- | ------- | ------- | ------- | ------- |
| [42.5.4.2](01_jdbc_rel_notes/jdbc_42.5.4.2_rel_notes) | Y | Y | Y | Y | Y | Y |
| [42.5.4.1](01_jdbc_rel_notes/jdbc_42.5.4.1_rel_notes) | N | Y | Y | Y | Y | Y |
| [42.5.1.2](01_jdbc_rel_notes/jdbc_42.5.1.2_rel_notes) | N | Y | Y | Y | Y | Y |
| [42.5.1.1](01_jdbc_rel_notes/jdbc_42.5.1.1_rel_notes) | N | N | Y | Y | Y | Y |
| [42.5.0.1](01_jdbc_rel_notes/jdbc_42.5.0.1_rel_notes) | N | N | Y | Y | Y | Y |
| [42.3.3.1](01_jdbc_rel_notes/08_jdbc_42.3.3.1_rel_notes) | N | N | Y | Y | Y | Y |
| [42.3.2.1](01_jdbc_rel_notes/09_jdbc_42.3.2.1_rel_notes) | N | N | Y | Y | Y | Y |
| [42.2.24.1](01_jdbc_rel_notes/10_jdbc_42.2.24.1_rel_notes) | N | N | Y | Y | Y | Y |
| [42.2.19.1](01_jdbc_rel_notes/12_jdbc_42.2.19.1_rel_notes) | N | N | N | Y | Y | Y |
| [42.2.12.3](01_jdbc_rel_notes/14_jdbc_42.2.12.3_rel_notes) | N | N | N | Y | Y | Y |
| [42.2.9.1](01_jdbc_rel_notes/16_jdbc_42.2.9.1_rel_notes) | N | N | N | N | Y | Y |
| [42.2.8.1](01_jdbc_rel_notes/18_jdbc_42.2.8.1_rel_notes) | N | N | N | N | Y | Y |

## Supported JDK distribution

Expand Down

1 comment on commit b02bc8f

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.