Modify ↓
Opened 3 years ago
Closed 23 months ago
#21780 closed defect (fixed)
[PATCH] Convert plugin gson to ivy or remove gson
Reported by: | taylor.smock | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Plugin | Version: | |
Keywords: | Cc: |
Description (last modified by )
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 optionalGson.excluder()
is deprecated
- Modifies eclipse project files by hand, may not be correct
Attachments (2)
Change History (6)
by , 3 years ago
Attachment: | 21780.patch added |
---|
by , 3 years ago
Attachment: | 21780.2.patch added |
---|
comment:1 by , 3 years ago
Description: | modified (diff) |
---|
comment:2 by , 3 years ago
Should we remove the gson
plugin? We don't have any plugins that depend upon it (at least in plugin).
comment:3 by , 2 years ago
Summary: | [PATCH] Convert plugin gson to ivy → [PATCH] Convert plugin gson to ivy or remove gson |
---|
Note:
See TracTickets
for help on using tickets.
Same as attachment:21780.patch, but updates gson from 2.8.5 to 2.8.9