You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@unomi.apache.org by dg...@apache.org on 2023/03/30 15:39:42 UTC

[unomi] 01/01: UNOMI-760 : avoid class not found issue by adding jdk.internal.reflect,jdk.internal.reflect in the framework runtime (jdk9+ issue)

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

dgriffon pushed a commit to branch fix-classnotfound-with-reflection
in repository https://gitbox.apache.org/repos/asf/unomi.git

commit cab5d479e66986d24bebfc46b3cd8b0a28523d91
Author: David Griffon <dg...@jahia.com>
AuthorDate: Thu Mar 30 17:39:29 2023 +0200

    UNOMI-760 : avoid class not found issue by adding jdk.internal.reflect,jdk.internal.reflect in the framework runtime (jdk9+ issue)
---
 package/src/main/resources/etc/custom.properties | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/src/main/resources/etc/custom.properties b/package/src/main/resources/etc/custom.properties
index 9cc6a7d78..42cd1aa22 100644
--- a/package/src/main/resources/etc/custom.properties
+++ b/package/src/main/resources/etc/custom.properties
@@ -28,4 +28,4 @@ karaf.systemBundlesStartLevel=50
 # You can place any customized configuration here.
 #
 
-org.osgi.framework.bootdelegation=org.apache.karaf.jaas.boot,org.apache.karaf.jaas.boot.principal,sun.*,com.sun.*,javax.transaction,javax.transaction.*,javax.xml.crypto,javax.xml.crypto.*,org.apache.xerces.jaxp.datatype,org.apache.xerces.stax,org.apache.xerces.parsers,org.apache.xerces.jaxp,org.apache.xerces.jaxp.validation,org.apache.xerces.dom,javax.management.remote.rmi,com.yourkit.*
+org.osgi.framework.bootdelegation=jdk.internal.reflect,jdk.internal.reflect,jdk.internal.reflect,jdk.internal.reflect.*,org.apache.karaf.jaas.boot,org.apache.karaf.jaas.boot.principal,sun.*,com.sun.*,javax.transaction,javax.transaction.*,javax.xml.crypto,javax.xml.crypto.*,org.apache.xerces.jaxp.datatype,org.apache.xerces.stax,org.apache.xerces.parsers,org.apache.xerces.jaxp,org.apache.xerces.jaxp.validation,org.apache.xerces.dom,javax.management.remote.rmi,com.yourkit.*