Just my 2 cents:
Reactive means many things. From a persistence perspective, reactive
implies CQRS which is exactly the reverse of what Hibernate currently does.
Also, reactive systems are eventually consistent which contradicts
Hibernate's strong consistency guarantees.
Vlad
On Fri, Apr 1, 2016
Is there any plans for reactive support in Hibernate6?
2016-04-01 22:07 GMT+03:00 Steve Ebersole :
> I can look with you right after I finish with the hibernate-entitymanager
> consolidation into hibernate-core. Next week sometime, hopefully early...
> I'll follow up on your other email thread.
I do like the proposal. Awesome job on the gist. I'll look over the code
over the next few days.
On Thu, Mar 31, 2016 at 3:05 PM Gail Badner wrote:
> Replying for consideration for 6.0.
>
> On Mon, Feb 8, 2016 at 6:12 AM, Steve Ebersole
> wrote:
>
>> This is going to have to wait post-5.1 as
I can look with you right after I finish with the hibernate-entitymanager
consolidation into hibernate-core. Next week sometime, hopefully early...
I'll follow up on your other email thread.
On Thu, Mar 31, 2016 at 3:06 PM Gail Badner wrote:
> I'm not sure what you mean by "ready". My POC is re
My initial goals and foreseeable decision-points in consolidating
hibernate-core and hibernate-entitymanager are:
1. SessionFactory extends EntityManagerFactory
(+ HibernateEntityManagerFactory methods)
2. Session extends EntityManager
3. Managing event-listener differences is the bigg
I just merged Davide's work. Make sure you cleanup the old
directories, as git will leave the stale files from previous builds.
Thanks Davide!
Sanne
On 24 March 2016 at 10:30, Davide D'Alto wrote:
> Yes, I'll have a look at this
>
> Davide
>
> On Thu, Mar 24, 2016 at 7:38 AM, Gunnar Morling
>