Skip to content

Conversation

gavinking
Copy link
Member

[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.


@gavinking gavinking marked this pull request as ready for review September 14, 2025 16:14
@hibernate-github-bot
Copy link

hibernate-github-bot bot commented Sep 14, 2025

Thanks for your pull request!

This pull request does not follow the contribution rules. Could you have a look?

❌ All commit messages should start with a JIRA issue key matching pattern HHH-\d+
    ↳ Offending commits: [263893c]

› This message was automatically generated.

@gavinking gavinking force-pushed the boot-logging-apocalypse branch 2 times, most recently from e306abe to 76ba84b Compare September 14, 2025 16:21
@gavinking gavinking force-pushed the boot-logging-apocalypse branch from 76ba84b to 263893c Compare September 14, 2025 16:24
"Binding [%s] element type for a [%s]",
pluralElementSource.getNature(),
getPluralAttributeSource().getNature()
);
}
final Collection collectionBinding = getCollectionBinding();
final MappingDocument mappingDocument = getMappingDocument();
final var collectionBinding = getCollectionBinding();

Check notice

Code scanning / CodeQL

Possible confusion of local and field Note

Potentially confusing name: method
bindCollectionElement
also refers to field
collectionBinding
(as this.collectionBinding).
final Collection collectionBinding = getCollectionBinding();
final MappingDocument mappingDocument = getMappingDocument();
final var collectionBinding = getCollectionBinding();
final var mappingDocument = getMappingDocument();

Check notice

Code scanning / CodeQL

Possible confusion of local and field Note

Potentially confusing name: method
bindCollectionElement
also refers to field
mappingDocument
(as this.mappingDocument).
@gavinking gavinking merged commit 9099bef into hibernate:main Sep 14, 2025
24 of 26 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.

1 participant