Remove EclipseLink Persistence Backend#2963
Merged
dimas-b merged 1 commit intoapache:mainfrom Nov 3, 2025
Merged
Conversation
as per ML decision the deprecated eclipselink backend is being removed in the next version: https://lists.apache.org/thread/16bj5kngf2kfhqv3noxwfm7h9wlzvhyv
XN137
commented
Nov 3, 2025
|
|
||
| ### Breaking changes | ||
|
|
||
| - The EclipseLink Persistence implementation has been completely removed. |
Contributor
Author
There was a problem hiding this comment.
this file has the only remaining mention of eclipselink related things:
➜ polaris git:(remove-eclipselink) git grep -i 'persistence.xml'
➜ polaris git:(remove-eclipselink) git grep -i 'eclipse.*link'
CHANGELOG.md:- The EclipseLink Persistence implementation has been completely removed.
CHANGELOG.md:- The EclipseLink Persistence implementation has been deprecated since 1.0.0 and will be completely removed
site/content/downloads/_index.md: - The EclipseLink Persistence implementation has been deprecated since 1.0.0 and will be completely removed
XN137
commented
Nov 3, 2025
| return List.of( | ||
| new TestResourceEntry( | ||
| PostgresRelationalJdbcLifeCycleManagement.class, | ||
| Map.of(INIT_SCRIPT, "org/apache/polaris/admintool/init.sql"))); |
Contributor
Author
There was a problem hiding this comment.
turns out the init script (which creates 2 more databases) isnt needed at all by current tests
singhpk234
reviewed
Nov 3, 2025
Contributor
singhpk234
left a comment
There was a problem hiding this comment.
LGTM too ! can you please double confirm all the getting started works ?
snazy
approved these changes
Nov 3, 2025
dimas-b
approved these changes
Nov 3, 2025
adutra
approved these changes
Nov 3, 2025
adam-christian-software
approved these changes
Nov 3, 2025
Contributor
adam-christian-software
left a comment
There was a problem hiding this comment.
Looks good to me! Thanks for doing this!
flyrain
approved these changes
Nov 3, 2025
Contributor
|
Given ML discussion and GH approvals for far, I'm merging this PR... If we hit any issues with getting-started guides, let's fix-forward. |
Contributor
|
Fixes #2610 |
snazy
added a commit
to snazy/polaris
that referenced
this pull request
Nov 20, 2025
* Pass AccessConfig into FileIOFactory (apache#2937) it should not be the responsibility of the `FileIOFactory` to know how to infer the `AccessConfig` * Remove EclipseLink Persistence Backend (apache#2963) as per ML decision the deprecated eclipselink backend is being removed in the next version: https://lists.apache.org/thread/16bj5kngf2kfhqv3noxwfm7h9wlzvhyv * feat: Improve PolarisAdminTool default output (apache#2961) * feat: Improve PolarisAdminTool default output * feat: Improve PolarisAdminTool default output * Add Polaris Community Meeting 2025-10-30 (apache#2973) * Remove legacy management endpoints (apache#2276) * Build/nit: cache output of `generatedMarkdownDocs` (apache#2967) `(Java)Exec` tasks are not cacheable by default, as annotated with `@DisableCachingByDefault`. Adding an `outputs.cacheIf { true }` enables caching on those tasks. * Build: Helper to get effective ASF project metadata (apache#2969) This change "bundles" the information of `AsfProject` and the `PublishingHelperExtensions`, which is what the code in `configurePom.kt` did. Bundling these objects allows other consumers, like CycloneDX SBOM generation, to access that same information without having to query remote systems (whimsey.apache.org) again. * Alternative, concise PR template (apache#2945) This PR proposes an alternative PR template that is much shorter, and removes all the redundant claims. It also links to the contribution guidelines for further guidance. * Add docs how to add `Server` header to HTTP responses (apache#2941) * Prefer PolarisPrincipal over SecurityContext (apache#2932) The general idea is that `SecurityContext` comes from `jakarta.ws.rs` and there is no reason for non-REST related classes to rely on those details. Instead, once preprocessing of a REST-request has inferred the `PolarisPrincipal` all inner/core code should rely on only that. Note that this simplifies a bunch of tests that had to create their own `SecurityContext` around the principal that they wanted to use, thus having to decide how to implement `isUserInRole` and the other methods. * Last merged commit f934443 --------- Co-authored-by: Christopher Lambert <[email protected]> Co-authored-by: Yong Zheng <[email protected]> Co-authored-by: JB Onofré <[email protected]> Co-authored-by: Alexandre Dutra <[email protected]> Co-authored-by: fivetran-arunsuri <[email protected]>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
as per ML decision the deprecated eclipselink backend is being removed in the next version:
https://lists.apache.org/thread/16bj5kngf2kfhqv3noxwfm7h9wlzvhyv