From cb0a78131286b1a312351308d2cb6e59ed122fef Mon Sep 17 00:00:00 2001 From: Matt Windsor Date: Wed, 23 Mar 2011 15:16:34 +0000 Subject: common: Moved from json-simple to jackson as JSON backend; changes include less confusing decoder code and the possibility to migrate to decoding/encoding directly to object representations. backend: Fixed JSON encoding code which was directly calling JSON backend instead of using ProtocolUtils. --- lib/jackson-core-asl-1.7.4.jar | Bin 0 -> 207557 bytes lib/jackson-mapper-asl-1.7.4.jar | Bin 0 -> 629861 bytes lib/json_simple-1.1.jar | Bin 16046 -> 0 bytes 3 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 lib/jackson-core-asl-1.7.4.jar create mode 100644 lib/jackson-mapper-asl-1.7.4.jar delete mode 100644 lib/json_simple-1.1.jar (limited to 'lib') diff --git a/lib/jackson-core-asl-1.7.4.jar b/lib/jackson-core-asl-1.7.4.jar new file mode 100644 index 0000000..f4e6dfd Binary files /dev/null and b/lib/jackson-core-asl-1.7.4.jar differ diff --git a/lib/jackson-mapper-asl-1.7.4.jar b/lib/jackson-mapper-asl-1.7.4.jar new file mode 100644 index 0000000..8a79d8d Binary files /dev/null and b/lib/jackson-mapper-asl-1.7.4.jar differ diff --git a/lib/json_simple-1.1.jar b/lib/json_simple-1.1.jar deleted file mode 100644 index f395f41..0000000 Binary files a/lib/json_simple-1.1.jar and /dev/null differ -- cgit v1.2.3