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

rombert pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-feature-extension-content.git


The following commit(s) were added to refs/heads/master by this push:
     new f91d722  SLING-12030 - Invalid class name when trying to execute 
extension (#21)
f91d722 is described below

commit f91d7223e68a2df17339d9730ee6fa9bad6f4c71
Author: Robert Munteanu <romb...@apache.org>
AuthorDate: Wed Sep 20 17:03:16 2023 +0200

    SLING-12030 - Invalid class name when trying to execute extension (#21)
    
    Use a relocation prefix that is a valid Java package name
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 86ca302..650f070 100644
--- a/pom.xml
+++ b/pom.xml
@@ -42,7 +42,7 @@
         <surefire.plugin.version>3.0.0-M3</surefire.plugin.version>
         <jackrabbit.version>2.18.0</jackrabbit.version>
         <!-- must be unique to prevent classloader clashes in the loader -->
-        
<relocated.package.prefix>relocated-for-contentpackage.</relocated.package.prefix>
+        
<relocated.package.prefix>relocated_for_contentpackage.</relocated.package.prefix>
     </properties>
 
 

Reply via email to