The upgrade will begin this evening June 17th 9:00pm CDT (Central US tz).
I was not given any indication of how long it will take nor how long the
instance will be unavailable. Previous experience says the upgrade is
pretty short period of time.
On 06/17/2011 08:21 AM, Steve Ebersole wrote:
>
The Hibernate JIRA instance graciously provided by Atlassian and hosted
by Contegix will be upgraded sometime this weekend from version 4.1 to
4.3 and will be unavailable for a short period of time during that
process. I'll reply here when I know the exact times.
--
Steve Ebersole
http://hib
I am very pleased to announce the first public alpha of Hibernate OGM.
Hibernate OGM stands for Object Grid Mapping and its goal is to offer a
full-fledged JPA engine storing data into NoSQL stores.
Read the rest at http://goo.gl/NVkX5
___
hibernate-de
On 06/17/2011 06:44 AM, Max Rydahl Andersen wrote:
>>> Any git branches/forks where Configuration is removed or a test is present
>>> that doesn't use the "old " Configuration approach and i'll try and take a
>>> new look.
>>
>> There are some tests in master
>
>
> Could you be a tad more specifi
>> Any git branches/forks where Configuration is removed or a test is present
>> that doesn't use the "old " Configuration approach and i'll try and take a
>> new look.
>
> There are some tests in master
Could you be a tad more specific ? Package or even a class name to narrow it
down :)
/ma
I remember Scott and I discussing this exact issue. Unfortunately I do
not remember the specifics. java.util.ServiceLoader#load(Class
service) does use the TCCL, but I think that the end result of our
discussion was this is ok.
We need to have this call be able to locate services both within
Trying to find one user's problem today, I've stumbled on the
AuditProcessManager class.
It currently uses a ConcurrentHashMap to bind an AuditProcess to a transaction
(where transaction is the current key).
This is suboptimal for several reasons, firstly it's not too nice ;), secondly
it relies
Hello,
> 1. adding envers into org.hibernate module in as7, so user's app can see both
> hibernate and envers class
> (with an separate envers module i ran into some cycle dependency issue)
So something depends on Envers?
> 2. envers throws "listeners were not registed" exception, means hiberna