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

gangwu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/parquet-java.git


The following commit(s) were added to refs/heads/master by this push:
     new 7f3613184 GH-3253: Apply ServicesResourceTransformer to 
parquet-jackson (#3260)
7f3613184 is described below

commit 7f3613184cfaa392f2567fb69d487d298f4c64f9
Author: Cheng Pan <[email protected]>
AuthorDate: Thu Aug 21 13:20:25 2025 +0800

    GH-3253: Apply ServicesResourceTransformer to parquet-jackson (#3260)
---
 parquet-jackson/pom.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/parquet-jackson/pom.xml b/parquet-jackson/pom.xml
index dea437487..4d1101036 100644
--- a/parquet-jackson/pom.xml
+++ b/parquet-jackson/pom.xml
@@ -122,6 +122,9 @@
                   
<shadedPattern>META-INF.versions.22.${shade.prefix}.${jackson.package}</shadedPattern>
                 </relocation>
               </relocations>
+              <transformers>
+                <transformer 
implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer"/>
+              </transformers>
             </configuration>
           </execution>
         </executions>

Reply via email to