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

Allow Strata to be on the classpath more than once #1394

Closed
jodastephen opened this issue Oct 19, 2016 · 0 comments · Fixed by #1395
Closed

Allow Strata to be on the classpath more than once #1394

jodastephen opened this issue Oct 19, 2016 · 0 comments · Fixed by #1395
Assignees
Milestone

Comments

@jodastephen
Copy link
Member

The classpath should contain only one copy of Strata. If it contains two or more, the system fails due to finding more than one copy of the extended enum files.

Change the logic to allow more than one copy of an enum file so long as the content is the same.

@jodastephen jodastephen added this to the v1.2 milestone Oct 19, 2016
@jodastephen jodastephen self-assigned this Oct 19, 2016
jodastephen added a commit that referenced this issue Oct 19, 2016
Only allow this if the data files resolve to the same content
Fixes #1394
jodastephen added a commit that referenced this issue Oct 20, 2016
* Allow Strata to be on the classpath more than once

Only allow this if the data files resolve to the same content
Fixes #1394

* Allow Strata to be on the classpath more than once

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

Successfully merging a pull request may close this issue.

1 participant