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

Stop using fat jar and copy the dependencies into the lib folder #595

Merged
merged 2 commits into from
Jan 29, 2019

Conversation

jdneo
Copy link
Member

@jdneo jdneo commented Jan 27, 2019

This is to fix #477.

Previously, we will sign the fat jar(including all the dependencies) before releasing. This is incorrect because that the dependencies should not be signed by us.

This PR extract the dependency jars into the libs folder and add this folder into the classpath when running tests. @jbelford has verified that the SecurityException disappears with this fix.

I'll let the test team help verify if this change introduces regressions before merging.

@jdneo jdneo added this to the 0.15.0 milestone Jan 27, 2019
@jdneo jdneo merged commit b98d76c into master Jan 29, 2019
@jdneo jdneo deleted the cs/not-sign-dependency branch January 29, 2019 07:17
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

Successfully merging this pull request may close these issues.

Got SecurityException when running JUnit 5 tests
2 participants