-->
These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 11 posts ] 
Author Message
 Post subject: Hibernate 3.1.2 released
PostPosted: Sat Jan 28, 2006 10:38 am 
Hibernate Team
Hibernate Team

Joined: Tue Aug 26, 2003 3:00 pm
Posts: 1816
Location: Austin, TX
Hibernate 3.1.2 has just been released: http://sourceforge.net/project/showfiles.php?group_id=40712&package_id=127784&release_id=388971

This release fixes, amongst other minor bugs/enhancements, bugs with Session closure checking, some potential bugs in HQL parameter binding, and issues with "borrowed connections" (i.e. Session.connection()) with agressive connection releasing.


Last edited by steve on Thu Mar 16, 2006 1:45 am, edited 1 time in total.

Top
 Profile  
 
 Post subject: Hibernate 3.1.2 and ibiblio maven repository
PostPosted: Tue Jan 31, 2006 3:44 am 
Newbie

Joined: Tue Jan 31, 2006 3:37 am
Posts: 1
Location: Oakland, CA
Hey there,

The ibiblio maven repository for Hibernate is a bit out of date. The most recent version there is 3.1rc2. Could some kind soul from Hibernate central please bring them up to date?

_________________
: )

Me


Top
 Profile  
 
 Post subject: maven support
PostPosted: Tue Jan 31, 2006 2:09 pm 
Newbie

Joined: Thu Jul 21, 2005 10:19 pm
Posts: 13
how did u solve the problem with hibernate new releases and maven?

_________________
http://www.caelum.com.br
xstream, paranamer and waffle .codehaus.org


Top
 Profile  
 
 Post subject:
PostPosted: Sat Feb 04, 2006 3:39 pm 
Regular
Regular

Joined: Thu Jul 01, 2004 12:13 am
Posts: 68
Location: San Diego, CA
Yeah, I noticed the same thing when I tried to have my maven script pull the new version.

Steve - can we get an update out there?

Thanks,
Lou


Top
 Profile  
 
 Post subject:
PostPosted: Sat Feb 04, 2006 10:42 pm 
Hibernate Team
Hibernate Team

Joined: Tue Aug 26, 2003 3:00 pm
Posts: 1816
Location: Austin, TX
Sigh...

I guess I get to discuss this every release?

In order to upload to maven's repo, they require a project descriptor. As Hibernate does not use maven for building, we do not have this descriptor. And I am not inclined to maintain such a thing.


Top
 Profile  
 
 Post subject:
PostPosted: Tue Feb 07, 2006 6:04 pm 
Regular
Regular

Joined: Thu Jul 01, 2004 12:13 am
Posts: 68
Location: San Diego, CA
What's the reasoning behind that??

If enough of us are asking for a maven distro why wouldn't you accommodate that?

It was being put out there before up to 3.1RC2...what happened?


Top
 Profile  
 
 Post subject:
PostPosted: Tue Feb 07, 2006 7:24 pm 
Hibernate Team
Hibernate Team

Joined: Tue Aug 26, 2003 6:10 am
Posts: 8615
Location: Neuchatel, Switzerland (Danish)
lsacco wrote:
What's the reasoning behind that??


Isn't "we don't use maven, so we don't have a project descriptor available nor testable" enough ?

Quote:
If enough of us are asking for a maven distro why wouldn't you accommodate that?


apparently noone cares enough to do it, not even people from the maven community.

Quote:
It was being put out there before up to 3.1RC2...what happened?


we never put it up there because we don't like to distribute things we dont/cant verify.

_________________
Max
Don't forget to rate


Top
 Profile  
 
 Post subject: Maven repo - Error in metadata.pom
PostPosted: Thu Feb 09, 2006 5:36 pm 
Newbie

Joined: Thu Feb 09, 2006 5:17 pm
Posts: 1
All,

I'm using hibernate-3.12 from http://www.ibiblio.org/maven2/org/hiber ... -3.1.2.jar but the http://www.ibiblio.org/maven2/org/hiber ... -3.1.2.pom
is using a wrong version of commons-collection (version 2.1.1) generating a "java.lang.NoClassDefFoundError: org/apache/commons/collections/ReferenceMap" in projects that doesn't depends on commons-collections.

As a work around I declared a fake dependency in my pom.xml to commons-collections 3.1 (latest stable release).

I dont know if it's here the right place to post this. I hope that someone could update the depedency of commons-collections in hibernate-3.1.2.pom to a version that has org.apache.commons.collections.ReferenceMap. If this isn't the right place to post, please, let me know.

Thanks,
Jonas


Top
 Profile  
 
 Post subject:
PostPosted: Sun Feb 12, 2006 5:44 pm 
Newbie

Joined: Tue Dec 07, 2004 5:06 pm
Posts: 4
Would you guys ever consider switching to building with Maven? I've personally used both extensively, and I can see no reason why you would use ant over maven.

On the ibiblio verification topic, doesn't the fact that thousands of developers trust it enough to use it answer the question? Verification should be more of a concern for the end user, and clearly end users are satisfied with their level of assurance from ibiblio. I get the sense there's some religious feeling over there on this issue, which should raise a red flag in and of itself. It just ends up being a pain in the a#($ for the many people like me who would prefer to access the jar on ibiblio.

I'd bite the bullett and switch to maven now instead of 2 years from now when it's even more painfully obvious that it's a better build system. I'd even volunteer to write the project.xml. Just my overly honest 2 cents.


Top
 Profile  
 
 Post subject:
PostPosted: Mon Feb 13, 2006 1:28 am 
Hibernate Team
Hibernate Team

Joined: Tue Aug 26, 2003 6:10 am
Posts: 8615
Location: Neuchatel, Switzerland (Danish)
maven1 never got close to be seriously considered over a simple ant file.
...and no, maven is not obviously a better build system

maven2 is (maybe) another story, but we don't just switch because its cool/hot; it should solve a problem or be better(tm).

Why should we switch if what we have now works ?

Verification topic - just because thousands of developers trust it, none of those "thousands" have stepped up and done the actual work of maintaining the pom and verifying that the specific hibernate pom works.

..personally I don't find ibiblio interesting before it also contains src/docs/etc of the jars (that might have changed recently, but i definitly were not the case before)

_________________
Max
Don't forget to rate


Top
 Profile  
 
 Post subject:
PostPosted: Thu Mar 16, 2006 3:47 am 
Regular
Regular

Joined: Tue Jan 27, 2004 12:22 pm
Posts: 103
the groupid is renamed from hibernate to org.hibernate . This should contain a 3.1 version.

_________________
Dencel
- The sun has never seen a shadow -


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 11 posts ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.