Skip to content

Conversation

beikov
Copy link
Member

@beikov beikov commented Aug 19, 2025

[Please describe here what your change is about]


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license
and can be relicensed under the terms of the LGPL v2.1 license in the future at the maintainers' discretion.
For more information on licensing, please check here.


https://hibernate.atlassian.net/browse/HHH-19719

Comment on lines +39 to +43
session.createQuery("with tmp as (" +
" select id id, name name, row_number() over (order by name) pos" +
" from Dummy" +
")" +
"select id, name, pos from tmp").getResultList();

Check notice

Code scanning / CodeQL

Deprecated method or constructor invocation Note test

Invoking
QueryProducerImplementor.createQuery
should be avoided because it has been deprecated.
@beikov beikov merged commit f619547 into hibernate:6.2 Aug 20, 2025
29 checks passed
@beikov beikov deleted the HHH-19719-6.2 branch August 20, 2025 09:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants