File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed
site/content/in-dev/unreleased Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
5154Polaris includes EclipseLink plugin by default with PostgresSQL driver.
5255
You can’t perform that action at this time.
0 commit comments