This is an automated email from the ASF dual-hosted git repository.
madhan pushed a commit to branch ranger-2.8
in repository https://gitbox.apache.org/repos/asf/ranger.git
The following commit(s) were added to refs/heads/ranger-2.8 by this push:
new 7641273f6 RANGER-3313: remove unused persistence.xml from agents-audit
module (#104)
7641273f6 is described below
commit 7641273f6363713a01be5c29167ca5efe584bf2f
Author: Chia-Ping Tsai <[email protected]>
AuthorDate: Sun Jan 4 15:44:20 2026 -0800
RANGER-3313: remove unused persistence.xml from agents-audit module (#104)
Signed-off-by: Madhan Neethiraj <[email protected]>
(cherry picked from commit de443665102471212148d69fb315db5bf1d87e49)
---
.../src/main/resources/META-INF/persistence.xml | 26 ----------------------
1 file changed, 26 deletions(-)
diff --git a/agents-audit/core/src/main/resources/META-INF/persistence.xml
b/agents-audit/core/src/main/resources/META-INF/persistence.xml
deleted file mode 100644
index e130951ca..000000000
--- a/agents-audit/core/src/main/resources/META-INF/persistence.xml
+++ /dev/null
@@ -1,26 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- Licensed to the Apache Software Foundation (ASF) under one or more
- contributor license agreements. See the NOTICE file distributed with
- this work for additional information regarding copyright ownership.
- The ASF licenses this file to You under the Apache License, Version 2.0
- (the "License"); you may not use this file except in compliance with
- the License. You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
--->
-<persistence version="2.0" xmlns="http://java.sun.com/xml/ns/persistence"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://java.sun.com/xml/ns/persistence
http://java.sun.com/xml/ns/persistence/persistence_2_0.xsd">
- <persistence-unit name="xa_server">
-
<class>org.apache.ranger.audit.entity.AuthzAuditEventDbObj</class>
-
- <properties>
- <property name="eclipselink.logging.level"
value="SEVERE"/>
- </properties>
- </persistence-unit>
-</persistence>