Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bundle spring-boot dependencies into loader #116

Open
ayomawdb opened this issue Jun 3, 2019 · 0 comments
Open

Bundle spring-boot dependencies into loader #116

ayomawdb opened this issue Jun 3, 2019 · 0 comments

Comments

@ayomawdb
Copy link
Member

ayomawdb commented Jun 3, 2019

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:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant