You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description:
Currently, spring-boot dependencies (such as spring-context, spring-core) are bundled into scanner implementations by explicitly adding them as maven dependencies.
The correct approach is to bundle such common dependencies into the common loader jar and leave the scanner implementation only to have their own actual dependencies.
This needs to be improved separately, due to complexities of tapping into maven-spring-boot-plugin that creates the loader jar file.
Suggested Labels:
Suggested Assignees:
Affected Product Version:
OS, DB, other environment details and versions:
Steps to reproduce:
Related Issues:
The text was updated successfully, but these errors were encountered:
Description:
Currently, spring-boot dependencies (such as spring-context, spring-core) are bundled into scanner implementations by explicitly adding them as maven dependencies.
The correct approach is to bundle such common dependencies into the common loader jar and leave the scanner implementation only to have their own actual dependencies.
This needs to be improved separately, due to complexities of tapping into maven-spring-boot-plugin that creates the loader jar file.
Suggested Labels:
Suggested Assignees:
Affected Product Version:
OS, DB, other environment details and versions:
Steps to reproduce:
Related Issues:
The text was updated successfully, but these errors were encountered: