Skip to content

Conversation

@DavideD
Copy link
Member

@DavideD DavideD commented Aug 8, 2025

Fix #2408

Port the PRs that we have already applied to the 3.1 branch


@Override
public ReactiveQuerySqmImpl<R> applyGraph(RootGraph graph, GraphSemantic semantic) {
public ReactiveSqmQueryImpl<R> applyGraph(RootGraph graph, GraphSemantic semantic) {

Check notice

Code scanning / CodeQL

Confusing overloading of methods Note

Method ReactiveSqmQueryImpl.applyGraph(..) could be confused with overloaded method
applyGraph
, since dispatch depends on static types.

@Override
public ReactiveQuerySqmImpl<R> setTimeout(int timeout) {
public ReactiveSqmQueryImpl<R> setTimeout(int timeout) {

Check notice

Code scanning / CodeQL

Confusing overloading of methods Note

Method ReactiveSqmQueryImpl.setTimeout(..) could be confused with overloaded method
SqmQueryImpl.setTimeout
, since dispatch depends on static types.
final TemporaryTableSessionUidColumn sessionUidColumn = temporaryTable.getSessionUidColumn();
final SharedSessionContractImplementor session = executionContext.getSession();
final JdbcCoordinator jdbcCoordinator = session.getJdbcCoordinator();
PreparedStatement preparedStatement = null;

Check notice

Code scanning / CodeQL

Unread local variable Note

Variable 'PreparedStatement preparedStatement' is never read.
@DavideD DavideD force-pushed the 2408-orm-7.1.0.Final branch from f036525 to f9c0464 Compare August 8, 2025 12:49
@DavideD DavideD force-pushed the 2408-orm-7.1.0.Final branch from 76935e7 to 4c8b0c4 Compare August 8, 2025 14:19
@DavideD DavideD merged commit 08dadb9 into hibernate:main Aug 8, 2025
19 checks passed
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.

Upgrade Hibernate ORM to 7.1.0.Final

2 participants