jasig-cas IRC Logs-2011-08-23

[12:26:53 CDT(-0500)] <thesaint> Could anyone tell me where I could find hibernate-annotations-3.6.0.Final.jar, and hibernate-common-annotations-3.6.0.Final.jar? I'm trying to follow the JpaTicketRegistry instructions on the wiki but Maven seems to be coming up short with these dependencies.
[12:29:23 CDT(-0500)] <serac> Think the version on the annotations artifact is 3.3.0.GA.
[12:31:29 CDT(-0500)] <serac> In the CAS pom, the artifact is org.hibernate:hibernate-annotations.
[12:31:39 CDT(-0500)] <serac> And the version for that is 3.6.0.Final.
[12:32:24 CDT(-0500)] <serac> The hibernate-commons-annotations is a different artifact with a different version. AFAIK it split off of hibernate as a separate project and is versioned independently.
[12:35:22 CDT(-0500)] <thesaint> serac: So are you suggestion I should set the version manually for annotations to 3.3.0.GA?
[12:49:52 CDT(-0500)] <serac> That or use the other artifact I mentioned, which is the corresponding one that ships with CAS. I'd prefer the latter.
[12:52:29 CDT(-0500)] <thesaint> serac: Thanks. It seems in instructions on the wiki has me include both. Do I really need both then?
[12:53:28 CDT(-0500)] <thesaint> https://wiki.jasig.org/display/CASUM/JpaTicketRegistry
[12:53:34 CDT(-0500)] <serac> Don't think so – afaik they have (virtually) the same contents.
[12:55:42 CDT(-0500)] <thesaint> BTW thanks for pointing out the "s" on commons it appears the instructions also have a typo.
[13:00:20 CDT(-0500)] <serac> I'll review for accuracy. Thanks for pointing out problems.
[13:04:23 CDT(-0500)] <thesaint> No problem. Thanks for reviewing.
[13:09:26 CDT(-0500)] <thesaint> So I removed hibernate-commons-annotations artifact. Maven still can't find org.hibernate:hibernate-annotations:jar:3.6.0.Final
[13:12:17 CDT(-0500)] <thesaint> It can find version 3.3.0.ga iof hibernate-annotations however.
[13:13:34 CDT(-0500)] <serac> It's not in Maven central for sure. Latest there is 3.5.6-Final, http://search.maven.org/#artifactdetails|org.hibernate|hibernate-annotations|3.5.6-Final|jar.
[13:13:50 CDT(-0500)] <serac> Pretty sure it's pulling from the JBoss repos, which have the latest and greatest, but are a total fucking mess.
[13:13:54 CDT(-0500)] <serac> And you can quote me on that.
[13:14:45 CDT(-0500)] <thesaint> haha I believe you having tryed to find these files there first.
[13:14:56 CDT(-0500)] <serac> They made some changes in the not-too-distant past and I pretty much gave up on it after that. It was a mess before and it's even worse now. Maybe it's a mess on the way to getting better, but it's a mess now afaict.
[13:15:23 CDT(-0500)] <serac> Just try the 3.5.6 artifact and see how far you get.
[13:15:38 CDT(-0500)] <serac> The annotations are likely to be compatible several versions back.
[13:18:14 CDT(-0500)] <thesaint> serac: Cool, will do.