[hibernate-dev] Re: Hibernate ORM 6.6.0.Final Just Released

2024-08-11 Thread Nathan Xu
Just saw the *current* Hibernate User Guide still points to ORM 6.4.10.Final: https://docs.jboss.org/hibernate/orm/current/userguide/html_single/Hibernate_User_Guide.html On Thu, Aug 8, 2024 at 6:04 PM Steve Ebersole via hibernate-dev < hibernate-dev@lists.jboss.org> wrote: > Hibernate ORM 6.6.0

[hibernate-dev] Re: Hibernate ORM 6.0.1.Final has been released

2022-05-06 Thread Nathan Xu
The version on release notes ( https://hibernate.atlassian.net/secure/ReleaseNote.jspa?version=32066&styleName=Html&projectId=10031) is 6.1 On Fri., May 6, 2022, 1:02 p.m. andrea boriero, wrote: > Hello all, > > we've released Hibernate ORM version 6.0.1.Final ! > > For details: > https://in.rel

[hibernate-dev] Re: Javadocs for Hibernate 6.0 contains docs for classes that no longer exists

2022-04-30 Thread Nathan Xu
Sorry, I misunderstood your issue and my ticket was related to the broken Javadoc link references issue, which has been in my to-do list. I created a correct ticket for your concern here: https://hibernate.atlassian.net/browse/HHH-15243 On Fri, Apr 29, 2022 at 8:55 PM Nathan Xu wrote: > I

[hibernate-dev] Re: Javadocs for Hibernate 6.0 contains docs for classes that no longer exists

2022-04-29 Thread Nathan Xu
I've created a JIRA ticket here: https://hibernate.atlassian.net/browse/HHH-15241. Will try to fix the issue soon. On Fri, Apr 29, 2022 at 12:38 PM Nathan Xu wrote: > Please create a ticket and I will work on it afterwards. Thanks for > noticing this. I have planned to do this recen

[hibernate-dev] Re: Javadocs for Hibernate 6.0 contains docs for classes that no longer exists

2022-04-29 Thread Nathan Xu
Please create a ticket and I will work on it afterwards. Thanks for noticing this. I have planned to do this recently. On Tue., Apr. 26, 2022, 10:19 a.m. Mark Rotteveel, wrote: > It looks like the Hibernate 6.0 javadoc documentation contains files for > classes that no longer exist. They do not

[hibernate-dev] Re: Hair replacement systems for men

2022-02-08 Thread Nathan Xu
This is too much, :). On Tue., Feb. 8, 2022, 3:31 p.m. James Smith, wrote: > Hair replacement systems are the ideal solution for hair loss, thinning > hair and balding. If you’re dealing with balding, bald spots, thinning hair > or alopecia, our 100% human hair systems are a great way to conceal

[hibernate-dev] Re: regarding more human-friendly table alias

2020-08-26 Thread Nathan Xu
I simply gave an example that some existing tool or algorithm could be used. Obviously it cannot be based on single heuristics and it is definitively a highly experimental endeavour. The applicability of huffman encoding is as following: 1. list all the involved tables with their frequency in

[hibernate-dev] regarding more human-friendly table alias

2020-08-26 Thread Nathan Xu
My point might have been discussed previously. I beg your pardon if my message bothers you. As everybody knows, Hibernate will create very terse and mystic table alias. I often feel frustrated by them when trying to read the SQL Hibernate has produced. There must be many thoughts behind its cur

[hibernate-dev] Re: Regarding lazy initialization of ArrayList

2020-08-19 Thread Nathan Xu
Thanks for the null-check tip! I appreciate that. As a matter of fact, NPE issue still bothers us a lot. This recent PR from the community is another validation:  https://github.com/hibernate/hibernate-orm/pull/3499How to systematically combat NPE is a good topic and still highly relevant. Maybe

[hibernate-dev] Regarding lazy initialization of ArrayList

2020-08-18 Thread Nathan Xu
This is my first message posted here after I finally succeeded in subscribing to Hibernate dev mail list. As well known, we utilized the following 'lazy initialization' pattern extensively in our codebase to save memory: if ( activeFactoryNames == null ) { activeFactoryNames = new ArrayList<