Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade Hibernate ORM to 6.5.0.CR2 #1880

Merged
merged 8 commits into from
Apr 15, 2024

[#1878] Upgrade PostgreSQL to 16.2

8b7a2ea
Select commit
Loading
Failed to load commit list.
Merged

Upgrade Hibernate ORM to 6.5.0.CR2 #1880

[#1878] Upgrade PostgreSQL to 16.2
8b7a2ea
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Apr 15, 2024 in 4s

3 new alerts

New alerts in code changed by this pull request

  • 3 notes

See annotations below for details.

View all branch alerts.

Annotations

Check notice on line 202 in hibernate-reactive-core/src/main/java/org/hibernate/reactive/persister/entity/mutation/ReactiveInsertCoordinatorStandard.java

See this annotation in the file changed.

Code scanning / CodeQL

Deprecated method or constructor invocation Note

Invoking
MutationOperationGroup.forEachOperation
should be avoided because it has been deprecated.

Check notice on line 81 in hibernate-reactive-core/src/main/java/org/hibernate/reactive/engine/jdbc/env/internal/ReactiveMutationExecutor.java

See this annotation in the file changed.

Code scanning / CodeQL

Useless parameter Note

The parameter 'valuesAnalysis' is never used.

Check notice on line 145 in hibernate-reactive-core/src/main/java/org/hibernate/reactive/persister/entity/mutation/ReactiveDeleteCoordinator.java

See this annotation in the file changed.

Code scanning / CodeQL

Unread local variable Note

Variable 'String[] identifierColumnNames' is never read.