fpapon commented on issue #1015: URL: https://github.com/apache/shiro/issues/1015#issuecomment-1647435062
@boris-petrov we are using the maven-shade-plugin to generate the jakarta jars, the plugin update the import dependencies in the generated byte code but the maven pom dependencies are not updated. This why we need to specify the jarkarta classifier to link the jakarta modules between them. The BOM is a helper to not do this manually. Last thing, we only generate jakarta jars for the module that are using javax namespace, the other are not. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
