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

tallison pushed a commit to branch branch_2x
in repository https://gitbox.apache.org/repos/asf/tika.git


The following commit(s) were added to refs/heads/branch_2x by this push:
     new 02ddacdc3 Bump log4j2 in prep for 2.x release -- fix bundle
02ddacdc3 is described below

commit 02ddacdc346c4b1e3a0f4f5769e272a8d47cd2ed
Author: tallison <talli...@apache.org>
AuthorDate: Thu Mar 21 11:26:57 2024 -0400

    Bump log4j2 in prep for 2.x release -- fix bundle
---
 tika-bundles/tika-bundle-standard/pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/tika-bundles/tika-bundle-standard/pom.xml 
b/tika-bundles/tika-bundle-standard/pom.xml
index cbaf6ab07..2028980e6 100644
--- a/tika-bundles/tika-bundle-standard/pom.xml
+++ b/tika-bundles/tika-bundle-standard/pom.xml
@@ -146,6 +146,8 @@
             <_runsystempackages>com.sun.xml.bind.marshaller, 
com.sun.xml.internal.bind.marshaller</_runsystempackages>
             <!--  The file below and the _include entry may be removed once 
Tika targets OpenJDK 9.0 or above -->
             <_include>src/main/resources/META-INF/MANIFEST.MF</_include>
+            <!-- need to disable annotation scanning because of log4j2 -->
+            <_bundleannotations></_bundleannotations>
             <Bundle-Activator>
               org.apache.tika.parser.internal.Activator
             </Bundle-Activator>

Reply via email to