juanpablo-santos commented on PR #397: URL: https://github.com/apache/jspwiki/pull/397#issuecomment-3350683842
> in jspwiki-210-test-adaptees/pom.xml there are still old versions for jspwiki-main Hi! that's to be expected, that module is used to ensure plugin, filter, etc backwards compatibility from jspwiki-api with older versions of JSPWiki, which relied directly on jspwiki-main. As there aren't any javax/jakarta changes there, within the API compatibility (as noted on the release notes), the tests still pass. This module is intended to be used only with `test` scope, though; it should ensure compatibility with really old plugins/filters, which do not use the `javax` namespace. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
