vivo/api
Jim Blake 668ab0c10d VIVO-1319 Remove dependency on sourceforge.net JSON parser. (#53)
* VIVO-1247, remove duplicate code used with ConfigurationBeanLoader.

Now that the @Property annotation includes cardinality parameters, we can remove a lot of duplicate code.

* Use Jackson JSON library instead of net.sf.json

JSONNode, JSONArray, JSONObject become JsonNode, ArrayNode, and ObjectNode.
No direct replacement for HSONSerializer, so create JacksonUtils

Some of the message signatures are different, so adjust accordingly.
2017-05-22 19:59:29 +01:00
..
src VIVO-1319 Remove dependency on sourceforge.net JSON parser. (#53) 2017-05-22 19:59:29 +01:00
pom.xml Moved jaxrpc from Vitro 2016-12-24 12:07:11 +00:00