You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2021/06/12 04:42:19 UTC

[karaf] branch karaf-4.2.x updated: Add sasl export to karaf.bat

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

jbonofre pushed a commit to branch karaf-4.2.x
in repository https://gitbox.apache.org/repos/asf/karaf.git


The following commit(s) were added to refs/heads/karaf-4.2.x by this push:
     new a8573c0  Add sasl export to karaf.bat
a8573c0 is described below

commit a8573c06dd1d0a48f4ff442be18cbd4c0586ea94
Author: Brad Beck <br...@gmail.com>
AuthorDate: Thu Jun 10 10:21:29 2021 -0500

    Add sasl export to karaf.bat
    
    (cherry picked from commit 8f285d03661bb1961799043c098c723a8a0f96c6)
---
 .../features/base/src/main/filtered-resources/resources/bin/karaf.bat    | 1 +
 1 file changed, 1 insertion(+)

diff --git a/assemblies/features/base/src/main/filtered-resources/resources/bin/karaf.bat b/assemblies/features/base/src/main/filtered-resources/resources/bin/karaf.bat
index 9b16adc..3b73d06 100644
--- a/assemblies/features/base/src/main/filtered-resources/resources/bin/karaf.bat
+++ b/assemblies/features/base/src/main/filtered-resources/resources/bin/karaf.bat
@@ -444,6 +444,7 @@ if "%KARAF_PROFILER%" == "" goto :RUN
                 --add-exports=java.base/sun.net.www.content.text=ALL-UNNAMED ^
                 --add-exports=jdk.xml.dom/org.w3c.dom.html=ALL-UNNAMED ^
                 --add-exports=jdk.naming.rmi/com.sun.jndi.url.rmi=ALL-UNNAMED ^
+                --add-exports java.security.sasl/com.sun.security.sasl=ALL-UNNAMED ^
                 -classpath "%CLASSPATH%" ^
                 -Dkaraf.instances="%KARAF_HOME%\instances" ^
                 -Dkaraf.home="%KARAF_HOME%" ^