"); doc.close(); log.window_ = win; } var logLine = log.window_.document.createElement("div"); logLine.appendChild(log.window_.document.createTextNode(message)); log.window_.document.body.appendChild(logLine); } // ###################### Design ################################# function highlightStars(item, range, end) { for (i = 1; i #documentDisplay").css("padding", "0 0 0 0").css("border", "none"); } // Wrap boxes with border and shadow function wrapBoxes() { jQuery(".box").wrap('

'); jQuery(".box").removeClass("box").addClass("boxShadowed"); } function initPage() { checkCookieSupport(); wrapBoxes(); } jQuery(function() { initPage(); });

The Wayback Machine - https://web.archive.org/web/20130129164633/http://in.relation.to/23792.lace
Help

Hibernate ORM 4.1.9.Final was released morning. We sincerely appreciate the large amount of community involvement on this release -- a large portion of the fixes were from contributor's pull requests. The full changelog can be viewed here: https://hibernate.onjira.com/secure/ReleaseNote.jspa?projectId=10031&version=12367

JBoss Nexus: https://repository.jboss.org/nexus/content/groups/public/org/hibernate

Maven Central: http://repo1.maven.org/maven2/org/hibernate/hibernate-core (should update in a couple of days)

SourceForge: https://sourceforge.net/projects/hibernate/files/hibernate4

Downloads: ZIP or TGZ

1 comment:
 
20. Dec 2012, 04:11 CET | Link
Cody

Any idea if this is going to make it into AS 7.1.4?

ReplyQuote
Post Comment