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 02890622 Add fix from 1092 to helm (#1114)
02890622 is described below
commit 028906227a58aba600d5ebdf88fbfcf3aec17661
Author: MonkeyCanCode <[email protected]>
AuthorDate: Tue Mar 4 23:36:43 2025 -0600
Add fix from 1092 to helm (#1114)
---
helm/polaris/ci/fixtures/persistence.yaml | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/helm/polaris/ci/fixtures/persistence.yaml
b/helm/polaris/ci/fixtures/persistence.yaml
index 5f888bc5..c5c12a8c 100644
--- a/helm/polaris/ci/fixtures/persistence.yaml
+++ b/helm/polaris/ci/fixtures/persistence.yaml
@@ -49,6 +49,8 @@ stringData:
<property name="eclipselink.connection-pool.default.initial"
value="1" />
<property name="eclipselink.connection-pool.default.min" value="1" />
<property name="eclipselink.connection-pool.default.max" value="1" />
+ <property name="eclipselink.session.customizer"
value="org.apache.polaris.extension.persistence.impl.eclipselink.PolarisEclipseLinkSessionCustomizer"
/>
+ <property name="eclipselink.transaction.join-existing" value="true"
/>
</properties>
</persistence-unit>
- </persistence>
\ No newline at end of file
+ </persistence>