Closed TobiX closed 3 years ago
Build error seems the same problem as on master: Travis doesn't have Java 8 anymore...
@TobiX : I am so sorry about doing nothing about the PR such a long time - sorry was too busy.
Travis doesn't have Java 8 anymore...
Travis does not support any long oracle....
I fixed this in https://github.com/de-jcup/eclipse-hijson-editor/commit/bd76188c5908be3e1675878066b3f3980315a148 directly at master branch.
@TobiX : Thank you very much for the contribution! I appreciate your work and your thoughts.
I tried to match formatting around the places I changed.
Some other things I noticed:
JsonParser.Feature.ALLOW_UNQUOTED_CONTROL_CHARS
, since the ObjectMapper inJSONFormatSupport
is handled as mutable. Would probably be nice to refactor that to use aJsonMapper.builder()
in the future...I might come back with other small changes in the future. Is it okay to put some formatting options into the existing preference pane or should I create a new page? (I don't think we need full-blown formatter profile handling, right?)