Opened 4 years ago

Last modified 3 years ago

#21780 closed defect

[PATCH] Convert plugin gson to ivy — at Version 1

Reported by: taylor.smock Owned by: team
Priority: normal Milestone:
Component: Plugin Version:
Keywords: Cc:

Description (last modified by taylor.smock)

The attached patch does the following

  • Converts gson to ivy
  • attachment:21780.2.patch additionally updates gson from 2.8.5 to 2.8.9
    • Java 9 module-info support
    • Deprecated JsonParser.parse
    • Better behavior on Java 9+ and Unsafe if there is a security manager (AKA OpenWebStart)
    • java.sql is optional
    • Gson.excluder() is deprecated
  • Modifies eclipse project files by hand, may not be correct

Change History (3)

by taylor.smock, 4 years ago

Attachment: 21780.patch added

by taylor.smock, 4 years ago

Attachment: 21780.2.patch added

Same as attachment:21780.patch, but updates gson from 2.8.5 to 2.8.9

comment:1 by taylor.smock, 4 years ago

Description: modified (diff)
Note: See TracTickets for help on using tickets.