Skip to content

Commit

Permalink
Import org.graalvm.polyglot package and sub-packages
Browse files Browse the repository at this point in the history
  • Loading branch information
shanggeeth committed Nov 5, 2024
1 parent 8bd2f60 commit 8718507
Show file tree
Hide file tree
Showing 10 changed files with 43 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,9 @@
org.wso2.carbon.utils.*; version="${carbon.kernel.package.import.version.range}",
org.wso2.carbon.context,
</Import-Package>
<DynamicImport-Package>
org.graalvm.polyglot.*,
</DynamicImport-Package>
</instructions>
</configuration>
</plugin>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,9 @@
com.nimbusds.jwt.*;version="${nimbusds.osgi.version.range}",
org.wso2.carbon.identity.core.cache; version="${carbon.identity.package.import.version.range}",
</Import-Package>
<DynamicImport-Package>
org.graalvm.polyglot.*,
</DynamicImport-Package>
</instructions>
</configuration>
</plugin>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,8 @@
<DynamicImport-Package>
org.apache.http.auth,
jdk.nashorn.api.scripting,
org.openjdk.nashorn.api.scripting
org.openjdk.nashorn.api.scripting,
org.graalvm.polyglot.*,
</DynamicImport-Package>
<Import-Package>
org.osgi.framework,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@
org.wso2.carbon.identity.application.authentication.framework.config.model.graph; version="${carbon.identity.package.import.version.range}",
org.wso2.carbon.identity.application.authentication.framework.context; version="${carbon.identity.package.import.version.range}",
org.wso2.carbon.identity.application.authentication.framework.exception; version="${carbon.identity.package.import.version.range}",
org.wso2.carbon.identity.application.authentication.framework.util; version="${carbon.identity.package.import.version.range}",
org.wso2.carbon.identity.conditional.auth.functions.common.auth; version="${org.wso2.carbon.identity.conditional.auth.functions.version.range}",
org.wso2.carbon.identity.conditional.auth.functions.common.utils; version="${org.wso2.carbon.identity.conditional.auth.functions.version.range}",
org.wso2.carbon.identity.core.util; version="${carbon.identity.package.import.version.range}",
Expand All @@ -155,6 +156,9 @@
org.wso2.carbon.identity.governance.common; version="${identity.governance.import.version.range}",
org.wso2.carbon.utils.*;version="${carbon.kernel.package.import.version.range}",
</Import-Package>
<DynamicImport-Package>
org.graalvm.polyglot.*
</DynamicImport-Package>
</instructions>
</configuration>
</plugin>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,8 @@
org.apache.commons.collections,
org.apache.commons.io,
org.apache.commons.lang,
org.apache.commons.lang3,
org.apache.commons.lang3.tuple,
org.apache.commons.logging,
org.apache.http.entity,
org.apache.http.impl,
Expand All @@ -160,6 +162,8 @@
org.apache.http.impl.client,
org.apache.http.conn,
org.apache.http.message,
com.google.gson,
com.google.gson.reflect,
org.json.simple,
org.json.simple.parser,
org.apache.http,
Expand All @@ -183,6 +187,8 @@
version="${carbon.identity.package.import.version.range}",
org.wso2.carbon.identity.application.authentication.framework.config.model.graph;
version="${carbon.identity.package.import.version.range}",
org.wso2.carbon.identity.application.authentication.framework.util;
version="${carbon.identity.package.import.version.range}",
org.wso2.carbon.identity.core.util; version="${carbon.identity.package.import.version.range}",
org.wso2.carbon.identity.central.log.mgt.*; version="${carbon.identity.package.import.version.range}",
org.wso2.carbon.user.core; version="${carbon.kernel.package.import.version.range}",
Expand All @@ -194,6 +200,9 @@
org.wso2.carbon.identity.conditional.auth.functions.common.model,
org.wso2.carbon.identity.core.cache; version="${carbon.identity.package.import.version.range}",
</Import-Package>
<DynamicImport-Package>
org.graalvm.polyglot.*
</DynamicImport-Package>
</instructions>
</configuration>
</plugin>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,9 @@
com.nimbusds.jose.*;version="${nimbusds.osgi.version.range}",
net.minidev.json; version="${net.minidev.json.imp.pkg.version.range}"
</Import-Package>
<DynamicImport-Package>
org.graalvm.polyglot.*,
</DynamicImport-Package>
</instructions>
</configuration>
</plugin>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -135,12 +135,18 @@
org.wso2.carbon.identity.event; version="${carbon.identity.package.import.version.range}",
org.wso2.carbon.identity.event.event; version="${carbon.identity.package.import.version.range}",
org.wso2.carbon.identity.event.services; version="${carbon.identity.package.import.version.range}",
org.wso2.carbon.identity.event.handler.notification;
version="${identity.event.handler.notification.version.range}",
org.wso2.carbon.identity.event.handler.notification.exception;
version="${identity.event.handler.notification.version.range}",
org.wso2.carbon.identity.central.log.mgt.utils; version="${carbon.identity.package.import.version.range}",
org.wso2.carbon.utils*;version="${carbon.kernel.package.import.version.range}",
org.wso2.carbon.user.core.service; version="${carbon.kernel.package.import.version.range}"
</Import-Package>
<DynamicImport-Package>
org.graalvm.polyglot.*,
org.wso2.carbon.identity.event.handler.notification
</DynamicImport-Package>
</instructions>
</configuration>
</plugin>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@
org.wso2.carbon.identity.application.authentication.framework.util; version="${carbon.identity.package.import.version.range}",
org.wso2.carbon.identity.application.authentication.framework.exception; version="${carbon.identity.package.import.version.range}",
org.wso2.carbon.identity.application.authentication.framework.model; version="${carbon.identity.package.import.version.range}",
org.wso2.carbon.identity.application.authentication.framework.config.model.graph.js.base; version="${carbon.identity.package.import.version.range}",
org.wso2.carbon.identity.application.authentication.framework.config.model.graph.js; version="${carbon.identity.package.import.version.range}",
org.wso2.carbon.identity.application.authentication.framework.config.model.graph; version="${carbon.identity.package.import.version.range}",
org.wso2.carbon.identity.application.authentication.framework.config.model; version="${carbon.identity.package.import.version.range}",
Expand All @@ -124,6 +125,9 @@
org.wso2.carbon.user.api; version="${carbon.user.package.import.version.range}",
org.wso2.carbon.identity.core.util; version="${carbon.identity.package.import.version.range}"
</Import-Package>
<DynamicImport-Package>
org.graalvm.polyglot.*
</DynamicImport-Package>
</instructions>
</configuration>
</plugin>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@
org.wso2.carbon.identity.conditional.auth.functions.user.*
</Export-Package>
<Import-Package>
org.apache.commons.codec.binary,
org.apache.commons.lang,
org.apache.commons.logging,
org.osgi.service.component,
Expand Down Expand Up @@ -201,6 +202,8 @@
version="${carbon.identity.package.import.version.range}",
org.wso2.carbon.identity.application.authentication.framework.config.model.graph.graaljs;
version="${carbon.identity.package.import.version.range}",
org.wso2.carbon.identity.application.authentication.framework.config.model.graph.js.base;
version="${carbon.identity.package.import.version.range}",
org.wso2.carbon.identity.application.authentication.framework.config.model;
version="${carbon.identity.package.import.version.range}",
org.wso2.carbon.identity.application.authentication.framework.context;
Expand Down Expand Up @@ -236,6 +239,9 @@
org.wso2.carbon.identity.conditional.auth.functions.common.utils,
org.wso2.carbon.utils*;version="${carbon.kernel.package.import.version.range}"
</Import-Package>
<DynamicImport-Package>
org.graalvm.polyglot.*
</DynamicImport-Package>
</instructions>
</configuration>
</plugin>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,9 @@
org.wso2.carbon.user.core.common; version="${carbon.kernel.package.import.version.range}",
org.wso2.carbon.utils*;version="${carbon.kernel.package.import.version.range}"
</Import-Package>
<DynamicImport-Package>
org.graalvm.polyglot.*,
</DynamicImport-Package>
</instructions>
</configuration>
</plugin>
Expand Down

0 comments on commit 8718507

Please sign in to comment.