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
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.
The text was updated successfully, but these errors were encountered:
* 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
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.
The text was updated successfully, but these errors were encountered: