Skip to content

Commit ab91f27

Browse files
authored
Add doc notes about EclipseLink removal (#2605)
1 parent 333eb3b commit ab91f27

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ request adding CHANGELOG notes for breaking (!) changes and possibly other secti
4343

4444
### Upgrade Notes
4545

46+
- The EclipseLink Persistence implementation has been deprecated since 1.0.0 and will be completely removed
47+
in 1.3.0 or in 2.0.0 (whichever happens earlier).
48+
4649
### Breaking Changes
4750

4851
- Helm chart: the default value of the `authentication.tokenBroker.secret.symmetricKey.secretKey` property has changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Apache Polaris is organized into the following modules:
5757
- `polaris-server` - The Polaris server
5858
- `polaris-admin` - The Polaris admin & maintenance tool
5959
- Persistence modules:
60-
- `polaris-eclipselink` - The Eclipselink implementation of the MetaStoreManager interface
60+
- `polaris-eclipselink` - The Eclipselink implementation of the MetaStoreManager interface (deprecated for removal)
6161
- `polaris-relational-jdbc` - The JDBC implementation of BasePersistence to be used via AtomicMetaStoreManager
6262

6363
## Building and Running

site/content/in-dev/unreleased/metastores.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,10 @@ Additionally the retries can be configured via `polaris.persistence.relational.j
4646

4747
## EclipseLink (Deprecated)
4848
> [!IMPORTANT]
49-
> Eclipse link is deprecated, its recommend to use Relational JDBC as persistence instead.
49+
> EclipseLink is deprecated, it is recommended to use Relational JDBC as persistence instead.
50+
51+
> [!IMPORTANT]
52+
> EclipseLink persistence will be completely removed from Polaris in 1.3.0 or in 2.0.0 (whichever happens earlier).
5053
5154
Polaris includes EclipseLink plugin by default with PostgresSQL driver.
5255

0 commit comments

Comments
 (0)