uPortal IRC Logs-2013-03-04

[12:19:17 CST(-0600)] <jwennmacher> EricDalquist: the Contacts portlet (Jasig incubating) has a dependency upon spring-json which depends on net.sf.sojo artifact sojo-optional which is not in Maven central. Right now I have a repository entry in the Contact's portlet pom.xml to pull from http://spring-json.sourceforge.net/repository. Is there a place, maybe http://developer.jasig.org/repo/content/repositories/3rd-party that jasig puts artifacts that aren't i

[12:19:42 CST(-0600)] <EricDalquist> what is spring-json?

[12:20:21 CST(-0600)] <jwennmacher> I didn't look into it much. I thinkused to render a json view of the data

[12:22:51 CST(-0600)] <EricDalquist> hrm

[12:23:02 CST(-0600)] <EricDalquist> so that 3rd-party url is an old thing

[12:23:06 CST(-0600)] <EricDalquist> and is now just a static file system

[12:23:09 CST(-0600)] <EricDalquist> on the contegix server

[12:23:21 CST(-0600)] <EricDalquist> so it is non-trivial to publish artifacts there in a well-formed manner

[12:23:56 CST(-0600)] <EricDalquist> http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22net.sf.spring-json%22%20AND%20a%3A%22spring-json%22

[12:24:01 CST(-0600)] <EricDalquist> also it appears to be in central

[12:24:21 CST(-0600)] <EricDalquist> oh wait

[12:24:22 CST(-0600)] <EricDalquist> sorry

[12:24:23 CST(-0600)] <EricDalquist> sojo

[12:25:47 CST(-0600)] <EricDalquist> perhaps it would be better to just swap out sojo for xstream?

[12:25:48 CST(-0600)] <EricDalquist> http://spring-json.sourceforge.net/bindingxstream.html

[12:29:54 CST(-0600)] <jwennmacher> I'll take a look at that, and maybe jackson.