This is an automated email from the ASF dual-hosted git repository.

smolnar pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/knox.git


The following commit(s) were added to refs/heads/master by this push:
     new dfcde4df9 KNOX-3152: Fixed pinot service xml format issue (#1047)
dfcde4df9 is described below

commit dfcde4df9638397e2387d983c387f003e34bd721
Author: hanicz <han...@users.noreply.github.com>
AuthorDate: Mon May 19 15:27:54 2025 +0200

    KNOX-3152: Fixed pinot service xml format issue (#1047)
---
 .../src/main/resources/services/pinot/1.3.0/rewrite.xml            | 6 ++----
 .../src/main/resources/services/pinot/1.3.0/service.xml            | 7 ++-----
 2 files changed, 4 insertions(+), 9 deletions(-)

diff --git 
a/gateway-service-definitions/src/main/resources/services/pinot/1.3.0/rewrite.xml
 
b/gateway-service-definitions/src/main/resources/services/pinot/1.3.0/rewrite.xml
index 04e7720a3..4e2883eb0 100644
--- 
a/gateway-service-definitions/src/main/resources/services/pinot/1.3.0/rewrite.xml
+++ 
b/gateway-service-definitions/src/main/resources/services/pinot/1.3.0/rewrite.xml
@@ -1,5 +1,6 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
 <!--
-Licensed to the Apache Software Foundation (ASF) under one or more
+   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
@@ -14,9 +15,6 @@ Licensed to the Apache Software Foundation (ASF) under one or 
more
    See the License for the specific language governing permissions and
    limitations under the License.
 -->
-
-
-<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
 <rules>
 
     <!-- Root -->
diff --git 
a/gateway-service-definitions/src/main/resources/services/pinot/1.3.0/service.xml
 
b/gateway-service-definitions/src/main/resources/services/pinot/1.3.0/service.xml
index d94548274..986336375 100644
--- 
a/gateway-service-definitions/src/main/resources/services/pinot/1.3.0/service.xml
+++ 
b/gateway-service-definitions/src/main/resources/services/pinot/1.3.0/service.xml
@@ -1,5 +1,6 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
 <!--
-Licensed to the Apache Software Foundation (ASF) under one or more
+   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
@@ -14,10 +15,6 @@ Licensed to the Apache Software Foundation (ASF) under one 
or more
    See the License for the specific language governing permissions and
    limitations under the License.
 -->
-
-
-
-<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
 <service name="pinot" role="PINOT" version="1.3.0">
     <metadata>
         <context>/pinot/</context>

Reply via email to