Opened 5 years ago

Closed 5 years ago

#1113 closed task (fixed)

Switch to JSON.simple 1.1.1-1

Reported by: Nicklas Nordborg Owned by: Nicklas Nordborg
Priority: minor Milestone: Reggie v4.22
Component: net.sf.basedb.reggie Keywords:
Cc:

Description

See BASE ticket http://base.thep.lu.se/changeset/7606 and http://dev.thep.lu.se/basehacks/wiki/JSON.simple

If this works with BASE 3.14 we could do the change at any time otherwise we need to synchronize with the BASE 3.15 release.

Change History (3)

comment:1 by Nicklas Nordborg, 5 years ago

Milestone: Reggie v4.xReggie v4.22
Status: newaccepted

A simple test indicates no problems. There are a couple of compilation errors but they are relatively easy to fix and it seems to work also in BASE 3.14 which uses the original JSON.simple 1.1.1.

comment:2 by Nicklas Nordborg, 5 years ago

In 5319:

References #1113: Switch to JSON.simple 1.1.1-1

Switched to the new version. Compilation errors have been fixed. There are now over 200 warnings about Unnecessary @SuppressWarnings("unchecked").

comment:3 by Nicklas Nordborg, 5 years ago

Resolution: fixed
Status: acceptedclosed

In 5320:

Fixes #1113: Switch to JSON.simple 1.1.1-1

Removed lots of @SuppressWarnings("unchecked").

Note: See TracTickets for help on using tickets.