[java-identity-provider] branch main updated: IDP-2202 Running plugin.bat throws IncompatibleClassChangeError

Rod Widdowson rdw at steadingsoftware.com
Mon Dec 4 19:50:53 UTC 2023


This is an automated email from the git hooks/post-receive script.

rdw pushed a commit to branch main
in repository java-identity-provider.

View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=bdaef64999305db34d0c193316a79e3aaae8b356

The following commit(s) were added to refs/heads/main by this push:
     new bdaef6499 IDP-2202 Running plugin.bat throws IncompatibleClassChangeError
bdaef6499 is described below

commit bdaef64999305db34d0c193316a79e3aaae8b356
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Mon Dec 4 16:30:55 2023 +0000

    IDP-2202 Running plugin.bat throws IncompatibleClassChangeError
    
    https://shibboleth.atlassian.net/browse/IDP-2202
    
    Stop putting ${idp.home}/bin/lib onto the classpath
---
 .../src/main/resources/net/shibboleth/idp/module/bin/runclass.bat       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/idp-conf-impl/src/main/resources/net/shibboleth/idp/module/bin/runclass.bat b/idp-conf-impl/src/main/resources/net/shibboleth/idp/module/bin/runclass.bat
index 8c2b6f570..9fcef04fc 100644
--- a/idp-conf-impl/src/main/resources/net/shibboleth/idp/module/bin/runclass.bat
+++ b/idp-conf-impl/src/main/resources/net/shibboleth/idp/module/bin/runclass.bat
@@ -27,7 +27,7 @@ set WEBAPPCP=%~dp0..\edit-webapp\WEB-INF\lib\*;%~dp0..\dist\plugin-webapp\WEB-IN
 :no_plugin_webapp
 
 REM add in the dependency .jar files
-set LOCALCLASSPATH=%~dp0lib\*;%WEBAPPCP%;%~dp0..\dist\webapp\WEB-INF\lib\*;%~dp0..\dist\binlib\*;%JAVA_HOME%\lib\classes.zip;%CLASSPATH%
+set LOCALCLASSPATH=%WEBAPPCP%;%~dp0..\dist\webapp\WEB-INF\lib\*;%~dp0..\dist\binlib\*;%JAVA_HOME%\lib\classes.zip;%CLASSPATH%
 
 REM Go to it !
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list