This is an automated email from the ASF dual-hosted git repository.
yufei pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/polaris.git
The following commit(s) were added to refs/heads/main by this push:
new ab91f2714 Add doc notes about EclipseLink removal (#2605)
ab91f2714 is described below
commit ab91f27146562c1c6e04b8520bcbcfe77ee7fbe9
Author: Dmitri Bourlatchkov <[email protected]>
AuthorDate: Thu Sep 18 13:06:30 2025 -0400
Add doc notes about EclipseLink removal (#2605)
---
CHANGELOG.md | 3 +++
README.md | 2 +-
site/content/in-dev/unreleased/metastores.md | 5 ++++-
3 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index da25b99f5..e96c8520d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -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
diff --git a/README.md b/README.md
index 60076011b..a27b2a2ae 100644
--- a/README.md
+++ b/README.md
@@ -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
diff --git a/site/content/in-dev/unreleased/metastores.md
b/site/content/in-dev/unreleased/metastores.md
index dd1d7f6f9..fd3af2173 100644
--- a/site/content/in-dev/unreleased/metastores.md
+++ b/site/content/in-dev/unreleased/metastores.md
@@ -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.