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

6810 - refactor JSON deps #7261

Closed

Commits on Sep 11, 2020

  1. Configuration menu
    Copy the full SHA
    46b7633 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    208adf3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d37ec2c View commit details
    Browse the repository at this point in the history
  4. Remove GSON mapping from DataFile. IQSS#6810

    Back in the days of IQSS#2290 (2016), code for JSON serialization has been introduced. This has never been used, all DataFile objects are still serialized as JSON by util.JsonPrinter. Removing this 4 year old, completely unused code.
    
    If used in the future again, this should be done based on Jakarta JSON-B.
    poikilotherm committed Sep 11, 2020
    Configuration menu
    Copy the full SHA
    cb93788 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    aa6b66e View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2020

  1. Configuration menu
    Copy the full SHA
    d45c649 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2020

  1. Configuration menu
    Copy the full SHA
    d3ef947 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b99da7f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2f19514 View commit details
    Browse the repository at this point in the history