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 580e1721 Remove unused class (#1108)
580e1721 is described below
commit 580e1721bf4e1531c20763e99296728eda17e897
Author: Prashant Singh <[email protected]>
AuthorDate: Mon Mar 3 20:01:55 2025 -0800
Remove unused class (#1108)
---
.../persistence/eclipselink/src/main/resources/META-INF/persistence.xml | 1 -
1 file changed, 1 deletion(-)
diff --git
a/extension/persistence/eclipselink/src/main/resources/META-INF/persistence.xml
b/extension/persistence/eclipselink/src/main/resources/META-INF/persistence.xml
index bee247bb..d435b3d3 100644
---
a/extension/persistence/eclipselink/src/main/resources/META-INF/persistence.xml
+++
b/extension/persistence/eclipselink/src/main/resources/META-INF/persistence.xml
@@ -28,7 +28,6 @@
<class>org.apache.polaris.jpa.models.ModelEntity</class>
<class>org.apache.polaris.jpa.models.ModelEntityActive</class>
<class>org.apache.polaris.jpa.models.ModelEntityChangeTracking</class>
- <class>org.apache.polaris.jpa.models.ModelEntityDropped</class>
<class>org.apache.polaris.jpa.models.ModelGrantRecord</class>
<class>org.apache.polaris.jpa.models.ModelPrincipalSecrets</class>
<class>org.apache.polaris.jpa.models.ModelSequenceId</class>