summaryrefslogtreecommitdiffstats
path: root/src/main/java/org/openslx/util/Json.java
Commit message (Collapse)AuthorAgeFilesLines
* Update log4j because of the CVE-2021-44228 security flawManuel Bentele2021-12-151-2/+3
|
* [Json] Explicitly pass Object[] to Method.invoke()Simon Rettberg2021-03-041-1/+1
| | | | | | | | | Fixes these kinds of errors: WARN [ClientTransferPool-3] Json$JsonThriftHandler - Could not call setAllowLoginByDefault on SatelliteConfig java.lang.ClassCastException: java.lang.Boolean cannot be cast to [Ljava.lang.Object; at org.openslx.util.Json$JsonThriftHandler.deserialize(Json.java:140) at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69)
* Json: Fix deserialization of bools in Thrift classesSimon Rettberg2019-09-111-3/+13
|
* Unify JSON serializer thrift/nonthriftSimon Rettberg2018-12-051-37/+102
|
* Remove debug spam in json helperSimon Rettberg2016-08-101-1/+0Star
|
* Add Json.javaSimon Rettberg2015-09-081-0/+122