Skip to content

Conversation

sebersole
Copy link
Member

Dropping usage of JUnit 4, in favor of the JUnit 5 infrastructure (and in prep for JUnit 6).


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.


@hibernate-github-bot
Copy link

hibernate-github-bot bot commented Oct 3, 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: [11f4d8d]

› This message was automatically generated.

@Test
public void testHHH6635() throws Exception {
public void testHHH6635(SessionFactoryScope factoryScope) throws Exception {
var sf = factoryScope.getSessionFactory();

Check notice

Code scanning / CodeQL

Unread local variable Note test

Variable 'SessionFactoryImplementor sf' is never read.
@sebersole sebersole marked this pull request as ready for review October 6, 2025 18:56
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