Skip to content

Conversation

sebersole
Copy link
Member

@sebersole sebersole commented Oct 3, 2025

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.


https://hibernate.atlassian.net/browse/HHH-19846

@hibernate-github-bot
Copy link

hibernate-github-bot bot commented Oct 3, 2025

Thanks for your pull request!

This pull request appears to follow the contribution rules.

› 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
@sebersole sebersole changed the title Drop JUnit 4 usage HHH-19846 - Drop JUnit 4 usage Oct 8, 2025
@sebersole sebersole merged commit fdef0af into hibernate:main Oct 8, 2025
25 checks passed
@sebersole sebersole deleted the drop-junit4 branch October 8, 2025 16:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant