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

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


The following commit(s) were added to refs/heads/main by this push:
     new 8f285d0  Add sasl export to karaf.bat
     new bb65371  Merge pull request #1389 from bradbeck/karaf-bat-sasl
8f285d0 is described below

commit 8f285d03661bb1961799043c098c723a8a0f96c6
Author: Brad Beck <[email protected]>
AuthorDate: Thu Jun 10 10:21:29 2021 -0500

    Add sasl export to karaf.bat
---
 .../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 68f72cb..437adc1 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
@@ -438,6 +438,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%" ^

Reply via email to