Skip to content

Conversation

marko-bekhta
Copy link
Member

@marko-bekhta marko-bekhta commented Oct 2, 2025


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

@marko-bekhta marko-bekhta force-pushed the build/javadoc-theme-update branch from 602f894 to f441402 Compare October 2, 2025 19:40
@hibernate-github-bot
Copy link

hibernate-github-bot bot commented Oct 2, 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: [f6164b3, 5d80fbc, d8b90d8, 6a9d73e, fb91202, d6eedd5, c43daa0]

› This message was automatically generated.

@marko-bekhta marko-bekhta force-pushed the build/javadoc-theme-update branch from f441402 to 79360fb Compare October 8, 2025 10:41
Comment on lines 53 to 58
List<Person> persons = session.findMultiple(
Person.class,
List.of(1,2,3),
PESSIMISTIC_WRITE,
ORDERED
);

Check notice

Code scanning / CodeQL

Unread local variable Note test

Variable 'List persons' is never read.
@marko-bekhta marko-bekhta force-pushed the build/javadoc-theme-update branch from 79360fb to c43daa0 Compare October 8, 2025 18:47
Comment on lines +26 to +28
final Configuration dialectConfig = project.getConfigurations()
.maybeCreate( DIALECT_CONFIG_NAME )
.setDescription( "Used to define classpath for performing reflection on Dialects for the Dialect report" );

Check notice

Code scanning / CodeQL

Unread local variable Note

Variable 'Configuration dialectConfig' is never read.
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