Logging module for Mendix 8 overwrites to many files?

0
I am migrating an application from Mendix 7.23.8 to 8.6.2. It contains the logging appstore module https://appstore.home.mendix.com/link/app/159/ I was thinking of replacing this with the Mendix 8 version: https://appstore.home.mendix.com/link/app/113006/ However, when i download the module and choose to replace the existing one, it warns me it will overwrite following files. To me it seems at least the SAML-files are unrelated to logging. Would it be wise to proceed? Does the appstore module overwrite more than it needs or am i doing something wrong? Thanks for any insights!   \resources\LoginRedirect.html \resources\SAMLConfig.properties \resources\SAML\error.html \resources\SAML\templates\add-html-body-content.vm \resources\SAML\templates\add-html-head-content.vm \resources\SAML\templates\saml1-post-binding.vm \resources\SAML\templates\saml2-discovery-binding.vm \resources\SAML\templates\saml2-error-result.vm \resources\SAML\templates\saml2-http-ui-response.vm \resources\SAML\templates\saml2-post-artifact-binding.vm \resources\SAML\templates\saml2-post-binding.vm \resources\SAML\templates\saml2-post-simplesign-binding.vm \userlib\animal-sniffer-annotations-1.17.jar \userlib\animal-sniffer-annotations-1.17.jar.CommunityCommons.RequiredLib \userlib\bcpg-jdk15on-150.jar \userlib\bcpg-jdk15on-150.jar.Required \userlib\bcpkix-jdk15on-150.jar \userlib\bcpkix-jdk15on-150.jar.Required \userlib\bcprov-jdk15on-150.jar \userlib\bcprov-jdk15on-150.jar.Required \userlib\checker-qual-2.5.2.jar \userlib\checker-qual-2.5.2.jar.CommunityCommons.RequiredLib \userlib\com.springsource.org.apache.commons.logging-1.1.1.jar \userlib\commons-codec-1.10.jar \userlib\commons-codec-1.10.jar.EmailTemplate.RequiredLib \userlib\commons-collections4-4.1.jar \userlib\commons-email-1.4.jar \userlib\commons-email-1.4.jar.EmailTemplate.RequiredLib \userlib\commons-httpclient-3.1.jar \userlib\commons-io-2.3.jar \userlib\commons-io-2.6.jar \userlib\commons-io-2.6.jar.CommunityCommons.RequiredLib \userlib\commons-io-2.6.jar.RequiredLib \userlib\commons-lang-2.5.jar \userlib\commons-lang3-3.7.jar \userlib\commons-lang3-3.7.jar.CommunityCommons.RequiredLib \userlib\commons-logging-1.2.jar \userlib\commons-logging-1.2.jar.CommunityCommons.RequiredLib \userlib\commons-pool-1.6.jar \userlib\error_prone_annotations-2.2.0.jar \userlib\error_prone_annotations-2.2.0.jar.CommunityCommons.RequiredLib \userlib\fontbox-2.0.13.jar \userlib\fontbox-2.0.13.jar.CommunityCommons.RequiredLib \userlib\guava-27.0-jre.jar \userlib\guava-27.0-jre.jar.CommunityCommons.RequiredLib \userlib\j2objc-annotations-1.1.jar \userlib\j2objc-annotations-1.1.jar.CommunityCommons.RequiredLib \userlib\javax.mail-1.6.0.jar \userlib\javax.mail-1.6.0.jar.EmailTemplate.RequiredLib \userlib\joda-time-2.3.jar \userlib\jsr305-3.0.2.jar \userlib\jsr305-3.0.2.jar.CommunityCommons.RequiredLib \userlib\org.apache.commons.lang3.jar \userlib\owasp-java-html-sanitizer-20170515.1.jar \userlib\owasp-java-html-sanitizer-20181114.1.jar \userlib\owasp-java-html-sanitizer-20181114.1.jar.CommunityCommons.RequiredLib \userlib\pdfbox-2.0.13.jar \userlib\pdfbox-2.0.13.jar.CommunityCommons.RequiredLib \userlib\slf4j-api-1.7.22.jar \userlib\velocity-1.7.jar \userlib\xml-apis.jar
asked
1 answers
0

From the look of this dump you should also clean it afterwards. You can proceed but migration always mean double jar libraries. You should only keep the latest and move all the other ones to a local temp dir so you can keep track on what has been removed in case something is not working as expected.

Regards,

Ronald

 

answered