Skip to content

Conversation

@beikov
Copy link
Member

@beikov beikov commented Nov 12, 2025

Backport of #10894


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-19758
https://hibernate.atlassian.net/browse/HHH-19240

@Override
public String toString() {
return "PerThreadMemoryAllocationSnapshot[" +
"threadIds=" + threadIds + ", " +

Check notice

Code scanning / CodeQL

Implicit conversion from array to string Note test

Implicit conversion from Array to String.
public String toString() {
return "PerThreadMemoryAllocationSnapshot[" +
"threadIds=" + threadIds + ", " +
"threadAllocatedBytes=" + threadAllocatedBytes + ']';

Check notice

Code scanning / CodeQL

Implicit conversion from array to string Note test

Implicit conversion from Array to String.
@beikov beikov force-pushed the HHH-19240-6.6 branch 3 times, most recently from dd76ec1 to c7433dc Compare November 13, 2025 12:00
yrodiere added a commit to yrodiere/quarkus that referenced this pull request Nov 13, 2025
Backport of 961d2d4

Necessary because these internals are changing in Hibernate ORM
6.6 as part of
hibernate/hibernate-orm#11227,
so this dead code may not compile anymore when we upgrade to the next
6.6.
@beikov beikov merged commit 6896e17 into hibernate:6.6 Nov 14, 2025
31 of 32 checks passed
@beikov beikov deleted the HHH-19240-6.6 branch November 14, 2025 10:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant