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

Support modification of java.class.path entries order #36

Open
liontiger23 opened this issue Nov 17, 2017 · 2 comments
Open

Support modification of java.class.path entries order #36

liontiger23 opened this issue Nov 17, 2017 · 2 comments

Comments

@liontiger23
Copy link

Currently dependencies are added to the java.class.path in a strict order, most notably: import dependencies go before external dependencies. This prevents the ability of users to package their config files alongside the application and have changes in them take effect without explicitly removing these configs from .jar resources (because JVM will search java.class.path for these resources and will find unchangeable configs in executable, before the configs in package).

@pjBooms
Copy link
Contributor

pjBooms commented Nov 28, 2017

I think that the order in dependencies of jet plugin should be respected in java.class.path. This way reordering dependencies in jet plugin will take affect on java.class.path directly

@liontiger23
Copy link
Author

Yes, I think this will be enough to resolve the issue.

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

No branches or pull requests

2 participants