[hibernate-dev] Re: HCANN evolution

2020-10-25 Thread Sanne Grinovero
I am needing to release this, but a combination of changes in the JBoss Nexus authentication process and the fact we're using an older version of Gradle made this much more complicated than I wanted; so I began the process to transfer HCANN to bintray as well.

[hibernate-dev] Re: HCANN evolution

2020-10-22 Thread Steve Ebersole
On Thu, Oct 22, 2020 at 9:00 AM Sanne Grinovero wrote: > On Thu, 22 Oct 2020 at 14:50, Steve Ebersole wrote: > > N.B. I'm considering these steps as a preparation step, I didn't yet > address the core of the memory retention issue - I'll get to that > next, having simplified the problem first.

[hibernate-dev] Re: HCANN evolution

2020-10-22 Thread Sanne Grinovero
On Thu, 22 Oct 2020 at 14:50, Steve Ebersole wrote: > > Sounds good, I'll take a look. Thanks, here is a draft PR for ORM master: - https://github.com/hibernate/hibernate-orm/pull/3608 > > Longer term, the best option from the perspective of ORM is to simply drop > HCANN altogether in favor

[hibernate-dev] Re: HCANN evolution

2020-10-22 Thread Steve Ebersole
Sounds good, I'll take a look. Longer term, the best option from the perspective of ORM is to simply drop HCANN altogether in favor of Jandex + JAXB. In fact, I am considering playing with that on top of your work. It would be awesome to start dropping the things that hold us to including dom4j

[hibernate-dev] Re: HCANN evolution

2020-10-22 Thread Sanne Grinovero
On Thu, 22 Oct 2020 at 14:36, Guillaume Smet wrote: > > On Thu, Oct 22, 2020 at 3:30 PM Sanne Grinovero wrote: >> >> Sure, I'll do that. >> >> Regarding Validator, I believe it doesn't use it? > > No, it doesn't! Great! thanks ___ hibernate-dev

[hibernate-dev] Re: HCANN evolution

2020-10-22 Thread Sanne Grinovero
Sure, I'll do that. Regarding Validator, I believe it doesn't use it? On Thu, 22 Oct 2020 at 14:02, Yoann Rodiere wrote: > > Hi, > > Looks good to me, but please ping me when you submit the PR. HCANN is used in > Hibernate Search as well, and not just the ORM module. > If we ever need to have

[hibernate-dev] Re: HCANN evolution

2020-10-22 Thread Yoann Rodiere
Hi, Looks good to me, but please ping me when you submit the PR. HCANN is used in Hibernate Search as well, and not just the ORM module. If we ever need to have two ORM modules in Hibernate Search (one for ORM 5 and one for ORM 6), I'll need to be sure that Hibernate Search can switch from HCANN