uPortal IRC Logs-2013-03-14
[12:09:16 CDT(-0500)] <drewwills> Morning uPortal folks... I know I saw something go by on the list related to this: https://gist.github.com/drewwills/5163151
[12:09:45 CDT(-0500)] <drewwills> did we figure out the "IllegalStateException: Detected both jcl-over-slf4j.jar AND slf4j-jcl.jar on the class path" issue?
[12:09:52 CDT(-0500)] <drewwills> i'm getting it now
[12:10:13 CDT(-0500)] <drewwills> looks like resource-server-api pulls in one of the 2 as a transitive
[12:14:03 CDT(-0500)] <EricDalquist> yes
[12:14:07 CDT(-0500)] <EricDalquist> it is a bug in 4.0.10
[12:14:20 CDT(-0500)] <EricDalquist> not sure how I missed it
[12:14:25 CDT(-0500)] <EricDalquist> but it will be fixed in .11
[12:15:00 CDT(-0500)] <drewwills> is it fixed in master?
[12:16:24 CDT(-0500)] <drewwills> could it be fixed with this? https://gist.github.com/drewwills/5163219
[12:16:33 CDT(-0500)] <drewwills> or actually... was it ever in master?
[12:18:20 CDT(-0500)] <EricDalquist> master is using slf4j
[12:18:24 CDT(-0500)] <EricDalquist> so no problem there
[12:18:26 CDT(-0500)] <EricDalquist> and yes that is the fix
[12:19:33 CDT(-0500)] <drewwills> i can put it in if it helps
[12:19:37 CDT(-0500)] <drewwills> is there a JIRA?
[12:19:40 CDT(-0500)] <EricDalquist> that would be great
[12:19:42 CDT(-0500)] <EricDalquist> I'm not sure
[12:19:47 CDT(-0500)] <drewwills> i'll find it
[12:19:48 CDT(-0500)] <EricDalquist> sorry I've been so out of jasig stuff as of late
[12:19:59 CDT(-0500)] <drewwills> no worries... you do plenty
[12:20:01 CDT(-0500)] <EricDalquist> I've been busy here with getting brad and tim up to speed
[12:20:11 CDT(-0500)] <EricDalquist> but they will be actively contributing back very soon now
[12:20:19 CDT(-0500)] <drewwills> i'm excited to see the grid-view calendar
[12:20:20 CDT(-0500)] <EricDalquist> in fact it will be one of them that does the tab linking stuff
[12:20:24 CDT(-0500)] <drewwills> i hope that's going well
[12:20:30 CDT(-0500)] <drewwills> ah cool
[12:21:13 CDT(-0500)] <EricDalquist> yup
[12:21:17 CDT(-0500)] <EricDalquist> they are doing quite well
[12:21:32 CDT(-0500)] <EricDalquist> also having fun because we now have enough of a team that we were able to implement a true scrum team
[12:21:42 CDT(-0500)] <EricDalquist> which seems to be working out quite nicely
[12:21:54 CDT(-0500)] <drewwills> oh and another quick item – any reason not to merge the Activity portlet into rel-4-0-patches? is all the stats infrastructure there?
[12:22:06 CDT(-0500)] <drewwills> ah great
[12:22:13 CDT(-0500)] <EricDalquist> it should get merged back
[12:22:27 CDT(-0500)] <drewwills> cool... i think i'll work on that as well
[12:23:12 CDT(-0500)] <drewwills> looks like it has to be excluded from -utils as well
[12:23:59 CDT(-0500)] <EricDalquist> yeah
[12:24:02 CDT(-0500)] <EricDalquist> that really is a bug in that portlet
[12:24:10 CDT(-0500)] <EricDalquist> it should only use that as a provided/test dep
[12:24:17 CDT(-0500)] <drewwills> roger
[12:24:27 CDT(-0500)] <EricDalquist> er
[12:24:28 CDT(-0500)] <EricDalquist> not portlet
[12:24:31 CDT(-0500)] <EricDalquist> the resource server jars
[12:26:24 CDT(-0500)] <drewwills> https://issues.jasig.org/browse/RESSERV-41