Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ request adding CHANGELOG notes for breaking (!) changes and possibly other secti

### Upgrade Notes

- The EclipseLink Persistence implementation has been deprecated since 1.0.0 and will be completely removed
in 1.3.0 or in 2.0.0 (whichever happens earlier).

### Breaking Changes

- Helm chart: the default value of the `authentication.tokenBroker.secret.symmetricKey.secretKey` property has changed
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Apache Polaris is organized into the following modules:
- `polaris-server` - The Polaris server
- `polaris-admin` - The Polaris admin & maintenance tool
- Persistence modules:
- `polaris-eclipselink` - The Eclipselink implementation of the MetaStoreManager interface
- `polaris-eclipselink` - The Eclipselink implementation of the MetaStoreManager interface (deprecated for removal)
- `polaris-relational-jdbc` - The JDBC implementation of BasePersistence to be used via AtomicMetaStoreManager

## Building and Running
Expand Down
5 changes: 4 additions & 1 deletion site/content/in-dev/unreleased/metastores.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,10 @@ Additionally the retries can be configured via `polaris.persistence.relational.j

## EclipseLink (Deprecated)
> [!IMPORTANT]
> Eclipse link is deprecated, its recommend to use Relational JDBC as persistence instead.
> EclipseLink is deprecated, it is recommended to use Relational JDBC as persistence instead.

> [!IMPORTANT]
> EclipseLink persistence will be completely removed from Polaris in 1.3.0 or in 2.0.0 (whichever happens earlier).

Polaris includes EclipseLink plugin by default with PostgresSQL driver.

Expand Down