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
Summary
The source tree has a binary-encoded version of the data (created via java serialization, which may or may not be the best choice, but that's a separate concern). The artifact for 1.0.0 (the only one available) has the JSON file in text form.
The artifact should have the .bin instead, OR the JSON should be compressed in the artifact.
If fix number 1 is applied (with the .bin, not compression), the resource file should be loaded canonically (i.e., always from the jar and not from "any file with the right name in the classpath" - otherwise Java serialization issues MAY rear their ugly heads.
The text was updated successfully, but these errors were encountered:
Summary
The source tree has a binary-encoded version of the data (created via java serialization, which may or may not be the best choice, but that's a separate concern). The artifact for 1.0.0 (the only one available) has the JSON file in text form.
The text was updated successfully, but these errors were encountered: