Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 9 Next »

[09:07:12 CST(-0600)] <Arvids> EricDalquist, is there anything in hibernate 4.1.1 that requires postpone the release of uPortal 4.0.4?

[09:31:59 CST(-0600)] <EricDalquist> well there are bugs in 4.1.0 (smile)

[09:32:04 CST(-0600)] <EricDalquist> so we can't use 4.1

[09:32:50 CST(-0600)] <EricDalquist> we could just cut 4.0.4 on 4.0.0

[09:33:00 CST(-0600)] <EricDalquist> and wait until 4.0.5 to get the naturalId stuff

[09:41:13 CST(-0600)] <Arvids> ok, I was looking at 4.1.1 release plan and couldn´t find whether any of those changes are blockers or not

[09:41:43 CST(-0600)] <EricDalquist> yeah, sadly my naturalId patch got in right before 4.1.0 was cut

[09:41:50 CST(-0600)] <EricDalquist> so I didn't get a chance to test the snapshot in uPortal

[09:41:55 CST(-0600)] <EricDalquist> and once I did a found a bunch of minor bugs

[09:42:09 CST(-0600)] <EricDalquist> https://hibernate.onjira.com/secure/IssueNavigator.jspa?reset=true&amp;jqlQuery=resolution+%3D+Unresolved+AND+reporter+%3D+currentUser%28%29

[09:42:32 CST(-0600)] <EricDalquist> there are pull requests waiting for all six of those issues

[09:42:43 CST(-0600)] <EricDalquist> and I've tested the fixed build and it all works as expected

[09:44:15 CST(-0600)] <Arvids> ok, sounds reasonable

[09:44:54 CST(-0600)] <EricDalquist> the only down-side I've seen to the naturalId stuff is that unlike the query cache naturalId queries for entities that don't exist are not cached

[09:45:03 CST(-0600)] <EricDalquist> there are a few places in uPortal where this is an issue

[09:45:13 CST(-0600)] <EricDalquist> but in the hibernate 4.1 branch I have I think I have that addressed

[09:46:12 CST(-0600)] <Arvids> in fact, that´s a big issue (sad)

[09:46:24 CST(-0600)] <Arvids> btw, can you take a look at this: https://gist.github.com/1893367 ?

[09:46:51 CST(-0600)] <Arvids> i´m trying to figure out what´s causing this (I´m using the ´evil´ MSSQL)

[09:47:14 CST(-0600)] <EricDalquist> from my testing after your portlet entity fix the only other entity type that causes problems is stylesheet user preferences

[09:47:18 CST(-0600)] <EricDalquist> and I think I have a fix for that

[09:47:20 CST(-0600)] <EricDalquist> hrm

[09:47:30 CST(-0600)] <EricDalquist> so we are using JodaTime for all the stats stuff

[09:47:37 CST(-0600)] <EricDalquist> which has custom usertypes

[09:47:45 CST(-0600)] <Arvids> yeah, i´m starting to dig into that stuff

[09:47:59 CST(-0600)] <EricDalquist> does mssql have a special operator to compare dates?

  • No labels