[hibernate-dev] Hibernate Core 3.6.5-Final Release

2011-06-08 Thread Gail Badner
Please see http://in.relation.to/Bloggers/HibernateCore365Final for details. Gail Badner ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev

[hibernate-dev] Hibernate Core 4.0.0.Beta1 Release

2011-06-08 Thread Steve Ebersole
http://in.relation.to/Bloggers/HibernateCore400Beta1Release -- Steve Ebersole http://hibernate.org ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev

Re: [hibernate-dev] Deprecating or removing entirely HashtableCacheProvider?

2011-06-08 Thread Max Rydahl Andersen
> Moving it to the hibernate-testing module seems like a good idea to me. Sounds good to me too - the only quirk for it that I recall was that tools like schemaexport etc. shouldn't require cacheproviders, but if the cacheprovider is lazily loaded (i.e. not actually instantiated until used) or

Re: [hibernate-dev] Deprecating or removing entirely HashtableCacheProvider?

2011-06-08 Thread Steve Ebersole
Yeah, I have spoken with them about it via email as well, so they are aware of it. On 06/08/2011 09:47 AM, Strong Liu wrote: > > On Jun 8, 2011, at 9:02 PM, Steve Ebersole wrote: > >> The only use case I am really interested in for "simple map based" >> caching is the test suite. Its the whole

Re: [hibernate-dev] Deprecating or removing entirely HashtableCacheProvider?

2011-06-08 Thread Strong Liu
On Jun 8, 2011, at 9:02 PM, Steve Ebersole wrote: > The only use case I am really interested in for "simple map based" > caching is the test suite. Its the whole reason I did not do the things > Strong and I discussed on the other thread already. > > Perhaps we move "simple map based" caching

Re: [hibernate-dev] Deprecating or removing entirely HashtableCacheProvider?

2011-06-08 Thread Sanne Grinovero
+1, people can still use it by depending on that. at least they will be aware that it's recommended to run tests only, which is IMO a correct use case. 2011/6/8 Emmanuel Bernard : > Moving it to the hibernate-testing module seems like a good idea to me. > > On 8 juin 2011, at 15:02, Steve Ebersole

Re: [hibernate-dev] Deprecating or removing entirely HashtableCacheProvider?

2011-06-08 Thread Emmanuel Bernard
Moving it to the hibernate-testing module seems like a good idea to me. On 8 juin 2011, at 15:02, Steve Ebersole wrote: > The only use case I am really interested in for "simple map based" caching is > the test suite. Its the whole reason I did not do the things Strong and I > discussed on the

Re: [hibernate-dev] Question about including hibernate-validator-legacy.jar in AS 7.0?

2011-06-08 Thread Scott Marlow
FYI, I asked a general question on seam-dev about Seam 2.x support for Hibernate 4.0. Just to get a sense for what is on their radar map (or not). I got a few questions about running Seam 2 on AS7 in the past few days and wanted to learn more. :) On 06/08/2011 07:27 AM, Emmanuel Bernard wrot

Re: [hibernate-dev] Deprecating or removing entirely HashtableCacheProvider?

2011-06-08 Thread Steve Ebersole
The only use case I am really interested in for "simple map based" caching is the test suite. Its the whole reason I did not do the things Strong and I discussed on the other thread already. Perhaps we move "simple map based" caching impl to the hibernate-testing module? The the test suite ca

Re: [hibernate-dev] Deprecating or removing entirely HashtableCacheProvider?

2011-06-08 Thread Sanne Grinovero
I always try to understand what's the main reason motivating people to use it. Likely the zero dependencies, "let's just try one" ? We could bake a very simple implementation based as you say on a ConcurrentHashMap, and implement a simple eviction is simple. But I'm afraid that offering such a fea

Re: [hibernate-dev] Question about including hibernate-validator-legacy.jar in AS 7.0?

2011-06-08 Thread Emmanuel Bernard
On 7 juin 2011, at 21:58, Sanne Grinovero wrote: > I agree that we should not include it, but are there viable > alternatives to deploy a Seam2 application? People would need to embed the lib in their apps. > > Also given the nice classloader isolation AS7 provides, if we really > need to have

[hibernate-dev] Deprecating or removing entirely HashtableCacheProvider?

2011-06-08 Thread Emmanuel Bernard
I always die a little when I see someone using HashtableCacheProvider. What do you think of removing it entirely. Worse case, we could provide an implementation that is backed by ConcurrentHashMap but even with that, we would get no eviction policy etc. __

Re: [hibernate-dev] Wrong JdbcServicesImpl configuration with problematic connection

2011-06-08 Thread Dmitry Geraskov
Thanks to Hardy I was able to run tests from hibernate git repository. Due to changes since Aplha3 my patch didn't fix the problem. The change is about how serviceRegistry.getService( ConnectionProvider.class ) works - earlier service#configure was not called on this call and there was no atte

Re: [hibernate-dev] Change maven repository location in gradle

2011-06-08 Thread Hardy Ferentschik
On Wed, 08 Jun 2011 09:42:22 +0200, Dmitry Geraskov wrote: > I tried to build hibernate source yesterday and I faced a problem with > gradle. > How can I let it the maven repository location (preferably without > changing common build.gradle)? (I don't use default > 'user.home/.m2/repository)

[hibernate-dev] Change maven repository location in gradle

2011-06-08 Thread Dmitry Geraskov
Hey, guys, I tried to build hibernate source yesterday and I faced a problem with gradle. How can I let it the maven repository location (preferably without changing common build.gradle)? (I don't use default 'user.home/.m2/repository) Any ideas? Dmitry Geraskov __

Re: [hibernate-dev] Wrong JdbcServicesImpl configuration with problematic connection

2011-06-08 Thread Dmitry Geraskov
Here is the link to the request: https://github.com/hibernate/hibernate-core/pull/103 08/06/2011 9:56, Dmitry Geraskov wrote: > Done, > please check my pull request. > > 06/06/2011 15:15, Steve Ebersole wrote: >> Then please create a test case that illustrates this problematic >> behavior and ide

Re: [hibernate-dev] [BVAL]

2011-06-08 Thread Hardy Ferentschik
On Tue, 07 Jun 2011 21:46:05 +0200, Gunnar Morling wrote: > Does the document also relate to the TCK? the assertions are matched against statements in the spec using a file called tck-audit.xml. So there is definitely a connection, but the connection w/ the api is tighter imo > What forma