You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@unomi.apache.org by jk...@apache.org on 2023/03/31 12:25:57 UTC

[unomi] branch master updated: UNOMI-760 : avoid class not found issue by adding jdk.internal.reflect,jdk.internal.reflect in the framework runtime (jdk9+ issue) (#602)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 2b0a03a9b UNOMI-760 : avoid class not found issue by adding jdk.internal.reflect,jdk.internal.reflect in the framework runtime (jdk9+ issue) (#602)
2b0a03a9b is described below

commit 2b0a03a9bd6ec8ac80284e1bf65573a0bd26267e
Author: David Griffon <dg...@jahia.com>
AuthorDate: Fri Mar 31 14:25:51 2023 +0200

    UNOMI-760 : avoid class not found issue by adding jdk.internal.reflect,jdk.internal.reflect in the framework runtime (jdk9+ issue) (#602)
---
 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..5ed0f79c2 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.*,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.*